From f05e448a96fb5745e225e87f87ad08245bd635e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:30:38 +0000 Subject: [PATCH] Bump @nextcloud/vue from 8.6.0 to 8.6.1 Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.6.0 to 8.6.1. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.6.0...v8.6.1) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8c93ab547..8df9a5a3be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@nextcloud/password-confirmation": "^5.0.1", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.0", - "@nextcloud/vue": "^8.6.0", + "@nextcloud/vue": "^8.6.1", "crypto-js": "^4.2.0", "dompurify": "^3.0.8", "linkify-string": "^4.1.3", @@ -3554,9 +3554,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.6.0.tgz", - "integrity": "sha512-0nW8qHvPHAmF/NuWWMiYnWSGNNtDAtfev3OK/mjcwru6G6lBRlEcxHleud03d8f4FMEReLpgdtVcAPNLORPEnQ==", + "version": "8.6.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.6.1.tgz", + "integrity": "sha512-CPPo3A1Az0DDRNI0pn7w6Yn8pJtEDktTXnrfym2Pd+lTzqTj4P2ywf+spArXMHu0BPIB95Eero7XlCiRpmhg/g==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index c78fa73910..79db3f682f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@nextcloud/password-confirmation": "^5.0.1", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.0", - "@nextcloud/vue": "^8.6.0", + "@nextcloud/vue": "^8.6.1", "crypto-js": "^4.2.0", "dompurify": "^3.0.8", "linkify-string": "^4.1.3",