diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 80968d80..4859fb7e 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.26.0", "@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.26.0", + "resolved": "https://registry.npmjs.org/@tiptap/extension-table-cell/-/extension-table-cell-3.26.0.tgz", + "integrity": "sha512-RhsCSJXgC7AxltrAZ7ePya+OG6H8fDEnQsr/jhWuucdnkH2jXPnYnXhzgOoJifyHwxRS+Sx0FRQWGHDA3peGMA==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/extension-table": "3.23.1" + "@tiptap/extension-table": "3.26.0" } }, "node_modules/@tiptap/extension-table-header": { diff --git a/frontend/package.json b/frontend/package.json index ef3cfe89..f223f2f2 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.26.0", "@tiptap/extension-table-header": "^3.23.1", "@tiptap/extension-table-row": "^3.23.1", "@tiptap/extension-task-item": "^3.23.1",