diff --git a/package-lock.json b/package-lock.json index 50e866a06..25b607d3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@tiptap/extension-task-item": "^2.1.6", "@tiptap/extension-task-list": "^2.1.6", "@tiptap/starter-kit": "^2.1.7", - "@tiptap/vue-2": "^2.1.6", + "@tiptap/vue-2": "^2.1.7", "debounce": "^1.2.1", "vue": "^2.7.14", "vue-material-design-icons": "^5.2.0", @@ -3483,9 +3483,9 @@ } }, "node_modules/@tiptap/extension-bubble-menu": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.1.6.tgz", - "integrity": "sha512-13YDJB19xbDL/SZaPs8NvUAA+w5MIWugP8ByKQeIlL8vlcbiJjqoT77YP6v300DtFyVrnLo/iMJh9RMB4NOnwg==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.1.7.tgz", + "integrity": "sha512-VcwwUgiG17TEDZda1JBbyKCHLIBTu8B2OAzYrnd4ZqeRs5KTVAB279o/TVjsLVgEfC+c7IWwhhaPPMoXn/lJ3g==", "dependencies": { "tippy.js": "^6.3.7" }, @@ -3574,9 +3574,9 @@ } }, "node_modules/@tiptap/extension-floating-menu": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-2.1.6.tgz", - "integrity": "sha512-Xy4esdjsZlgNxMbBC6+wLoiTfqaqFjuFquqcYEPqzgBizYa15Ww6wIx5+h2K+hzyJkSPI7ZX/rPjKXML8lNteQ==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-2.1.7.tgz", + "integrity": "sha512-K0bO7JKHAvgLM5MkhNgoYcD6SB0Z2tNIFhZHs5SCTuhg7dwduMSM3pC6QBrJGUk99DGsKuMPYQn3c2oG7MLbyQ==", "dependencies": { "tippy.js": "^6.3.7" }, @@ -3813,12 +3813,12 @@ } }, "node_modules/@tiptap/vue-2": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/vue-2/-/vue-2-2.1.6.tgz", - "integrity": "sha512-sT1B/88ZIcWt4WCdrSDqtrSaW2/4Z0HMpJOJi58am2lU1uCIitjYLwsG7roh7U33OZRMV3bW0P/BDydWnOmTkw==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@tiptap/vue-2/-/vue-2-2.1.7.tgz", + "integrity": "sha512-QP/t14iLITOL+x5WyVZ7mFs1KajpC/OmQmwk5OpbvZdnfoIYBFvLPtAJy3j32gkyeDvVId0Haj9Wx4C5oAIxZg==", "dependencies": { - "@tiptap/extension-bubble-menu": "^2.1.6", - "@tiptap/extension-floating-menu": "^2.1.6", + "@tiptap/extension-bubble-menu": "^2.1.7", + "@tiptap/extension-floating-menu": "^2.1.7", "vue-ts-types": "^1.6.0" }, "funding": { diff --git a/package.json b/package.json index 62fe7d89c..c33e976b1 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@tiptap/extension-task-item": "^2.1.6", "@tiptap/extension-task-list": "^2.1.6", "@tiptap/starter-kit": "^2.1.7", - "@tiptap/vue-2": "^2.1.6", + "@tiptap/vue-2": "^2.1.7", "debounce": "^1.2.1", "vue": "^2.7.14", "vue-material-design-icons": "^5.2.0",