diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f3c91d6..3943b25 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -25,7 +25,7 @@ "@tiptap/extension-floating-menu": "^3.23.1", "@tiptap/extension-highlight": "^3.23.6", "@tiptap/extension-horizontal-rule": "^3.22.5", - "@tiptap/extension-image": "^3.20.4", + "@tiptap/extension-image": "^3.27.1", "@tiptap/extension-link": "^3.23.1", "@tiptap/extension-list": "^3.20.4", "@tiptap/extension-placeholder": "^3.20.4", @@ -5259,16 +5259,16 @@ } }, "node_modules/@tiptap/extension-image": { - "version": "3.20.4", - "resolved": "https://registry.npmmirror.com/@tiptap/extension-image/-/extension-image-3.20.4.tgz", - "integrity": "sha512-57w2TevHQljTh6Xiry9duIm7NNOQAUSTwtwRn4GGLoKwHR8qXTxzp513ASrFOgR2kgs2TP471Au6RHf947P+jg==", + "version": "3.27.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-image/-/extension-image-3.27.1.tgz", + "integrity": "sha512-+JTahgQT+NxiGjduaB3qJVyhU/wh4m3pVkht1Earioku2bm/apj5Lb8rSowa/NJYP3B+oQgV/V4YLw5dtDgBoA==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.20.4" + "@tiptap/core": "3.27.1" } }, "node_modules/@tiptap/extension-link": { diff --git a/frontend/package.json b/frontend/package.json index 42a550a..3306ff8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "@tiptap/extension-floating-menu": "^3.23.1", "@tiptap/extension-highlight": "^3.23.6", "@tiptap/extension-horizontal-rule": "^3.22.5", - "@tiptap/extension-image": "^3.20.4", + "@tiptap/extension-image": "^3.27.1", "@tiptap/extension-link": "^3.23.1", "@tiptap/extension-list": "^3.20.4", "@tiptap/extension-placeholder": "^3.20.4",