diff --git a/package-lock.json b/package-lock.json index e700afe2..bde32672 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@fortawesome/react-fontawesome": "^0.2.0", "@sentry/nextjs": "^7.64.0", "@tanstack/react-virtual": "^3.0.0-beta.54", - "@tiptap/core": "^2.1.6", + "@tiptap/core": "^2.1.13", "@tiptap/extension-highlight": "^2.1.6", "@tiptap/extension-link": "^2.1.6", "@tiptap/extension-placeholder": "^2.1.6", @@ -2719,9 +2719,9 @@ } }, "node_modules/@tiptap/core": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-2.1.6.tgz", - "integrity": "sha512-gm8n1oiBhSP6CDhalmmWwLD7yzIUqJJ246/t8rY3o+HJ/I+p0rqCx0mPvMiwcIBmYX8tUCVz7mb9aSFUu/umOQ==", + "version": "2.1.13", + "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-2.1.13.tgz", + "integrity": "sha512-cMC8bgTN63dj1Mv82iDeeLl6sa9kY0Pug8LSalxVEptRmyFVsVxGgu2/6Y3T+9aCYScxfS06EkA8SdzFMAwYTQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" diff --git a/package.json b/package.json index 7b5177f6..a0d5c03b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@fortawesome/react-fontawesome": "^0.2.0", "@sentry/nextjs": "^7.64.0", "@tanstack/react-virtual": "^3.0.0-beta.54", - "@tiptap/core": "^2.1.6", + "@tiptap/core": "^2.1.13", "@tiptap/extension-highlight": "^2.1.6", "@tiptap/extension-link": "^2.1.6", "@tiptap/extension-placeholder": "^2.1.6",