From 57347ed31541053d46528072659cb7c79264386b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 02:10:29 +0000 Subject: [PATCH] fix(deps): bump @nextcloud/vue from 8.15.1 to ^8.16.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index afc94eca..ba0ad2a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/password-confirmation": "^5.1.1", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.15.1", + "@nextcloud/vue": "^8.16.0", "@simplewebauthn/browser": "^10.0.0", "vue": "^2.7.16", "vue-click-outside": "^1.1.0", @@ -2710,9 +2710,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", @@ -17285,9 +17285,9 @@ } }, "@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==", "requires": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index fc6da1c5..995ae994 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/password-confirmation": "^5.1.1", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.15.1", + "@nextcloud/vue": "^8.16.0", "@simplewebauthn/browser": "^10.0.0", "vue": "^2.7.16", "vue-click-outside": "^1.1.0",