From 4c20d17907e9c66d5371d484e1f4ac508275ae6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 02:18:41 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/vue from 7.12.5 to 7.12.6 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.12.5 to 7.12.6. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v7.12.6/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.12.5...v7.12.6) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 c1b077c8d..5c5a47f34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@nextcloud/router": "^2.0.0", "@nextcloud/sharing": "^0.1.0", "@nextcloud/upload": "^1.0.0-beta.8", - "@nextcloud/vue": "^7.0.0-beta.4", + "@nextcloud/vue": "^7.12.6", "camelcase": "^7.0.1", "debounce": "^1.2.1", "he": "^1.2.0", @@ -3939,9 +3939,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.5.tgz", - "integrity": "sha512-gXqJrWFvXpF4w/JGZfNH9fDXOOCSK5i+/G6pwcrpG2YFbQ4wgvrqGKmiNwTHcAqTI26lCFrnVDZ6f5CwBorknA==", + "version": "7.12.6", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.6.tgz", + "integrity": "sha512-8Blh7IeKUymLOehD7hgoidh8rk65ovIJrodzEWYv3VN9YtXrikWRLxulNSatAyupIHa4/4pt3RSHkHsct/Nfmw==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -25809,9 +25809,9 @@ } }, "@nextcloud/vue": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.5.tgz", - "integrity": "sha512-gXqJrWFvXpF4w/JGZfNH9fDXOOCSK5i+/G6pwcrpG2YFbQ4wgvrqGKmiNwTHcAqTI26lCFrnVDZ6f5CwBorknA==", + "version": "7.12.6", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.6.tgz", + "integrity": "sha512-8Blh7IeKUymLOehD7hgoidh8rk65ovIJrodzEWYv3VN9YtXrikWRLxulNSatAyupIHa4/4pt3RSHkHsct/Nfmw==", "requires": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index 9f2d544ef..e63762b85 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@nextcloud/router": "^2.0.0", "@nextcloud/sharing": "^0.1.0", "@nextcloud/upload": "^1.0.0-beta.8", - "@nextcloud/vue": "^7.0.0-beta.4", + "@nextcloud/vue": "^7.12.6", "camelcase": "^7.0.1", "debounce": "^1.2.1", "he": "^1.2.0",