From fbd5b38780a3b8c5a7385bcaee9d56ea816d5d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 02:42:19 +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 90eb2d4f..8d8082c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/initial-state": "^2.1.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/router": "^2.2.1", - "@nextcloud/vue": "^8.6.0", + "@nextcloud/vue": "^8.6.1", "jstz": "^2.1.1", "vue": "^2.7.14", "vue-material-design-icons": "^5.3.0" @@ -3284,9 +3284,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 bdb1d6a0..585cadb5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@nextcloud/initial-state": "^2.1.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/router": "^2.2.1", - "@nextcloud/vue": "^8.6.0", + "@nextcloud/vue": "^8.6.1", "jstz": "^2.1.1", "vue": "^2.7.14", "vue-material-design-icons": "^5.3.0"