diff --git a/package-lock.json b/package-lock.json index cf9de0c17d5..5ae0b616912 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/notify_push": "^1.3.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.15.0", + "@nextcloud/vue": "^8.15.1", "@quartzy/markdown-it-mentions": "^0.2.0", "@tiptap/core": "^2.4.0", "@tiptap/extension-blockquote": "^2.4.0", @@ -4431,9 +4431,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.15.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.15.0.tgz", - "integrity": "sha512-Yxf7bIzKV3vCDJDZo99dSLpfe9wMh0hTvmlov5B8V+ZX/foq+O/EcvPivbJmesjIi6LKg+z4K53d7tU2izAPSg==", + "version": "8.15.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.15.1.tgz", + "integrity": "sha512-gZEcXPNhRGYhjSd/IeTs0jQ5P8tPIv9BJm5A8qsdpB1Mb/Xb9suhJv1xHaeGcOGoUCcs7A66coPkCgv1zcSJ2w==", "license": "AGPL-3.0-or-later", "dependencies": { "@floating-ui/dom": "^1.1.0", @@ -31396,9 +31396,9 @@ } }, "@nextcloud/vue": { - "version": "8.15.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.15.0.tgz", - "integrity": "sha512-Yxf7bIzKV3vCDJDZo99dSLpfe9wMh0hTvmlov5B8V+ZX/foq+O/EcvPivbJmesjIi6LKg+z4K53d7tU2izAPSg==", + "version": "8.15.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.15.1.tgz", + "integrity": "sha512-gZEcXPNhRGYhjSd/IeTs0jQ5P8tPIv9BJm5A8qsdpB1Mb/Xb9suhJv1xHaeGcOGoUCcs7A66coPkCgv1zcSJ2w==", "requires": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 54e574ae765..ea5f9d54340 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/notify_push": "^1.3.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.15.0", + "@nextcloud/vue": "^8.15.1", "@quartzy/markdown-it-mentions": "^0.2.0", "@tiptap/core": "^2.4.0", "@tiptap/extension-blockquote": "^2.4.0",