diff --git a/package-lock.json b/package-lock.json index f769f75ce..26e4487ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/l10n": "^2.2.0", "@nextcloud/moment": "^1.3.1", "@nextcloud/router": "^3.0.0", - "@nextcloud/vue": "^8.7.0", + "@nextcloud/vue": "^8.7.1", "@tiptap/extension-character-count": "^2.2.3", "@tiptap/extension-task-item": "^2.2.3", "@tiptap/extension-task-list": "^2.2.3", @@ -3536,9 +3536,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.7.0.tgz", - "integrity": "sha512-0SPazCAA7MjvhbNTxZv1kIf6LZ7C9XUq0eovEnBjeD95sd7yu98i4vdPwJw1mIPIaT78rUv4uhUDLxxnS2/IUQ==", + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.7.1.tgz", + "integrity": "sha512-vtfUz2OGqodga95Mzid6wNORQhXNnvl8de8+n3pGWNkuQzPojhUMxevnLT+fdxpJ/F9UWvG41C5cRKR7ChyYrQ==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 5abb6e6b3..edc06de99 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@nextcloud/l10n": "^2.2.0", "@nextcloud/moment": "^1.3.1", "@nextcloud/router": "^3.0.0", - "@nextcloud/vue": "^8.7.0", + "@nextcloud/vue": "^8.7.1", "@tiptap/extension-character-count": "^2.2.3", "@tiptap/extension-task-item": "^2.2.3", "@tiptap/extension-task-list": "^2.2.3",