From 617454934269f8c60cd242c10ca0f6712ccd6ff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 10:49:10 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/vue from 7.12.6 to 7.12.7 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.12.6 to 7.12.7. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.12.6...v7.12.7) --- 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 4258b18ea..6211af027 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@nextcloud/initial-state": "^2.1.0", "@nextcloud/moment": "^1.2.2", "@nextcloud/router": "^2.2.0", - "@nextcloud/vue": "^7.12.6", + "@nextcloud/vue": "^7.12.7", "diff": "^5.1.0", "easymde": "^2.18.0", "markdown-it": "^13.0.2", @@ -3494,9 +3494,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "7.12.6", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.6.tgz", - "integrity": "sha512-8Blh7IeKUymLOehD7hgoidh8rk65ovIJrodzEWYv3VN9YtXrikWRLxulNSatAyupIHa4/4pt3RSHkHsct/Nfmw==", + "version": "7.12.7", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.7.tgz", + "integrity": "sha512-zMVlVnDCQ8pEZrIl5h9wXV1tHLiP1Qsmm6NJPxeTcix3JsbodkSmHJHWEv5VmQ7qWxUX2dPJeSoH8nk+qjbQ/A==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -20244,9 +20244,9 @@ } }, "@nextcloud/vue": { - "version": "7.12.6", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.6.tgz", - "integrity": "sha512-8Blh7IeKUymLOehD7hgoidh8rk65ovIJrodzEWYv3VN9YtXrikWRLxulNSatAyupIHa4/4pt3RSHkHsct/Nfmw==", + "version": "7.12.7", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.7.tgz", + "integrity": "sha512-zMVlVnDCQ8pEZrIl5h9wXV1tHLiP1Qsmm6NJPxeTcix3JsbodkSmHJHWEv5VmQ7qWxUX2dPJeSoH8nk+qjbQ/A==", "requires": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index fa37ba4a7..6516d6370 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@nextcloud/initial-state": "^2.1.0", "@nextcloud/moment": "^1.2.2", "@nextcloud/router": "^2.2.0", - "@nextcloud/vue": "^7.12.6", + "@nextcloud/vue": "^7.12.7", "diff": "^5.1.0", "easymde": "^2.18.0", "markdown-it": "^13.0.2",