diff --git a/package-lock.json b/package-lock.json index 7a8b30f82..60bcde1df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/notify_push": "^1.3.0", "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.15.1", + "@nextcloud/vue": "^8.16.0", "debounce": "^2.1.0", "escape-html": "^1.0.3", "focus-trap": "^7.5.4", @@ -4366,9 +4366,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.15.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.15.1.tgz", - "integrity": "sha512-gZEcXPNhRGYhjSd/IeTs0jQ5P8tPIv9BJm5A8qsdpB1Mb/Xb9suhJv1xHaeGcOGoUCcs7A66coPkCgv1zcSJ2w==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.16.0.tgz", + "integrity": "sha512-xkoR2VeWk+WTTmXC01Z7hI0yztSf222XMPXhy9OkDNQBXmCl/idEjNnMWmxezJMyqALtFD/csouW+GS7JUVoFw==", "license": "AGPL-3.0-or-later", "dependencies": { "@floating-ui/dom": "^1.1.0", diff --git a/package.json b/package.json index 2f6402481..6a87611fd 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@nextcloud/notify_push": "^1.3.0", "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.15.1", + "@nextcloud/vue": "^8.16.0", "debounce": "^2.1.0", "escape-html": "^1.0.3", "focus-trap": "^7.5.4",