From d33d92cc0b91953a133a63a97e35e1f581dd78df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:43:23 +0000 Subject: [PATCH] fix(deps): bump @nextcloud/vue from 8.15.0 to ^8.15.1 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 3d3911fd..e9509484 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.0", + "@nextcloud/vue": "^8.15.1", "@simplewebauthn/browser": "^10.0.0", "vue": "^2.7.16", "vue-click-outside": "^1.1.0", @@ -2651,9 +2651,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", @@ -17089,9 +17089,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 d8427223..ac523678 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.0", + "@nextcloud/vue": "^8.15.1", "@simplewebauthn/browser": "^10.0.0", "vue": "^2.7.16", "vue-click-outside": "^1.1.0",