diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f3c91d6..3ec0d7b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -38,7 +38,7 @@ "@tiptap/extension-task-item": "^3.23.1", "@tiptap/extension-task-list": "^3.20.4", "@tiptap/extension-text-align": "^3.23.4", - "@tiptap/extension-text-style": "^3.20.4", + "@tiptap/extension-text-style": "^3.27.1", "@tiptap/extension-typography": "^3.23.6", "@tiptap/extension-underline": "^3.23.1", "@tiptap/extensions": "^3.20.4", @@ -5436,16 +5436,16 @@ } }, "node_modules/@tiptap/extension-text-style": { - "version": "3.23.1", - "resolved": "https://registry.npmmirror.com/@tiptap/extension-text-style/-/extension-text-style-3.23.1.tgz", - "integrity": "sha512-q3GQQo+lBhrtNkqdbhYWnv/byG/RYAxVnNhYPQMubRzavGdXBU8NhpJ/47YYjPimG1sahzcs2aqy7amVd8ri/A==", + "version": "3.27.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-text-style/-/extension-text-style-3.27.1.tgz", + "integrity": "sha512-J48WIl+6YDYTFPhWXUBQk+u7+AKVUqTdvrZOQyPYCGuQMgHrYzgWrI5+HeEifUgXJ5rMIWWP3qytp7KhVVqpDQ==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "3.23.1" + "@tiptap/core": "3.27.1" } }, "node_modules/@tiptap/extension-typography": { diff --git a/frontend/package.json b/frontend/package.json index 42a550a..bb09041 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -41,7 +41,7 @@ "@tiptap/extension-task-item": "^3.23.1", "@tiptap/extension-task-list": "^3.20.4", "@tiptap/extension-text-align": "^3.23.4", - "@tiptap/extension-text-style": "^3.20.4", + "@tiptap/extension-text-style": "^3.27.1", "@tiptap/extension-typography": "^3.23.6", "@tiptap/extension-underline": "^3.23.1", "@tiptap/extensions": "^3.20.4",