From 4b536c32d7a8afbc9204638bce5b389d677b9f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 03:58:12 +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 9d77d37b..2fd560fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/dialogs": "^4.2.1", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/router": "^2.2.0", - "@nextcloud/vue": "^7.12.5", + "@nextcloud/vue": "^7.12.6", "vue": "^2.7.14", "vue-material-design-icons": "^5.2.0", "vuex": "^3.6.2" @@ -3373,9 +3373,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", @@ -20346,9 +20346,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 51ab51e1..3166a779 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@nextcloud/dialogs": "^4.2.1", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/router": "^2.2.0", - "@nextcloud/vue": "^7.12.5", + "@nextcloud/vue": "^7.12.6", "vue": "^2.7.14", "vue-material-design-icons": "^5.2.0", "vuex": "^3.6.2"