diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 80968d80..e59b607b 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.26.0", "@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.26.0", + "resolved": "https://registry.npmjs.org/@tiptap/extension-text-style/-/extension-text-style-3.26.0.tgz", + "integrity": "sha512-4IeIdiubF5/Em9AodaLkCKUNwkQaK3KuwnneXS61x4Yoyr0zK21i3kZAFK7ils7jUwSrRdGdM1FglBnB4tK8nA==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "3.23.1" + "@tiptap/core": "3.26.0" } }, "node_modules/@tiptap/extension-typography": { diff --git a/frontend/package.json b/frontend/package.json index ef3cfe89..792cf286 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.26.0", "@tiptap/extension-typography": "^3.23.6", "@tiptap/extension-underline": "^3.23.1", "@tiptap/extensions": "^3.20.4",