diff --git a/package-lock.json b/package-lock.json index 772c263..cc1b16c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "@tiptap/extension-highlight": "^3.21.0", "@tiptap/extension-link": "^3.14.0", "@tiptap/extension-placeholder": "^3.14.0", - "@tiptap/extension-text-align": "^3.14.0", + "@tiptap/extension-text-align": "^3.22.2", "@tiptap/extension-text-style": "^3.21.0", "@tiptap/extension-underline": "^3.20.4", "@tiptap/pm": "^3.14.0", @@ -4270,16 +4270,16 @@ } }, "node_modules/@tiptap/core": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.21.0.tgz", - "integrity": "sha512-IfnQiuEeabDSPr1C/zHFTbnvlTf5z0DE/d/xz4C6bkL4ZBDJ3rr99h2qsaV0l8F+kbNswZMlQdM8rxNlMy95fQ==", + "version": "3.22.2", + "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.22.2.tgz", + "integrity": "sha512-atq35NkpeEphH6vNYJ0pTLLBA73FAbvTV9Ovd3AaTC5s99/KF5Q86zVJXvml8xPRcMGM6dLp+eSSd06oTscMSA==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/pm": "^3.21.0" + "@tiptap/pm": "^3.22.2" } }, "node_modules/@tiptap/extension-blockquote": { @@ -4636,16 +4636,16 @@ } }, "node_modules/@tiptap/extension-text-align": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-text-align/-/extension-text-align-3.15.3.tgz", - "integrity": "sha512-hkLeEKm44aqimyjv+D8JUxzDG/iNjDrSCGvGrMOPcpaKn4f8C5z1EKnEufT61RitNPBAxQMXUhmGQUNrmlICmQ==", + "version": "3.22.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-text-align/-/extension-text-align-3.22.2.tgz", + "integrity": "sha512-pgqyXzVHo4WmDhK26rDwhK2lxQwnjl/9DP816C2k3To/fZRK1eW7q0pSAYteHWmKkaYAxwj/0UvCU0nXKlPujw==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3" + "@tiptap/core": "^3.22.2" } }, "node_modules/@tiptap/extension-text-style": { @@ -4689,9 +4689,9 @@ } }, "node_modules/@tiptap/pm": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.21.0.tgz", - "integrity": "sha512-I3sNo7oMMsR6FFz1ecvPb9uCF0VQuS2WV67j8Io2M7DJicRWCE/GM5DaiYjTeWBbnByk6BuG0txoJATAqPVliQ==", + "version": "3.22.2", + "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.22.2.tgz", + "integrity": "sha512-G2ENwIazoSKkAnN5MN5yN91TIZNFm6TxB74kPf3Empr2k9W51Hkcier70jHGpArhgcEaL4BVreuU1PRDRwCeGw==", "license": "MIT", "dependencies": { "prosemirror-changeset": "^2.3.0", diff --git a/package.json b/package.json index e1394f3..f2d9805 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@tiptap/extension-highlight": "^3.21.0", "@tiptap/extension-link": "^3.14.0", "@tiptap/extension-placeholder": "^3.14.0", - "@tiptap/extension-text-align": "^3.14.0", + "@tiptap/extension-text-align": "^3.22.2", "@tiptap/extension-text-style": "^3.21.0", "@tiptap/extension-underline": "^3.20.4", "@tiptap/pm": "^3.14.0",