diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f3c91d6..f7cef69 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -32,7 +32,7 @@ "@tiptap/extension-subscript": "^3.20.4", "@tiptap/extension-superscript": "^3.23.1", "@tiptap/extension-table": "^3.23.1", - "@tiptap/extension-table-cell": "^3.23.1", + "@tiptap/extension-table-cell": "^3.27.1", "@tiptap/extension-table-header": "^3.23.1", "@tiptap/extension-table-row": "^3.23.1", "@tiptap/extension-task-item": "^3.23.1", @@ -5358,16 +5358,16 @@ } }, "node_modules/@tiptap/extension-table-cell": { - "version": "3.23.1", - "resolved": "https://registry.npmmirror.com/@tiptap/extension-table-cell/-/extension-table-cell-3.23.1.tgz", - "integrity": "sha512-irRouV6h+sxg+VJrQAxBNTsRiGcTc2Qx0sLGd32KUUrKjOPEyFEdsZQGVFkbHIrFvDc2DnMR3vUpk7G7LxdBcw==", + "version": "3.27.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-table-cell/-/extension-table-cell-3.27.1.tgz", + "integrity": "sha512-aopweoHugP+ZR5WTgb7mccXXWmjoNv7PBjtQDl8rvS4IWsJE1w23B+rkj7VuoncO8WK5bU3SS9O3l5aObql68w==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/extension-table": "3.23.1" + "@tiptap/extension-table": "3.27.1" } }, "node_modules/@tiptap/extension-table-header": { diff --git a/frontend/package.json b/frontend/package.json index 42a550a..fca36e9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,7 @@ "@tiptap/extension-subscript": "^3.20.4", "@tiptap/extension-superscript": "^3.23.1", "@tiptap/extension-table": "^3.23.1", - "@tiptap/extension-table-cell": "^3.23.1", + "@tiptap/extension-table-cell": "^3.27.1", "@tiptap/extension-table-header": "^3.23.1", "@tiptap/extension-table-row": "^3.23.1", "@tiptap/extension-task-item": "^3.23.1",