From 7513cab51550c21d4b61a590f3084de0f4c8c5d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 09:45:35 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/vue from 7.12.6 to 7.12.8 Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 7.12.6 to 7.12.8. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v7.12.8/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.12.6...v7.12.8) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 173e973451..43049c5df9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "richdocuments", - "version": "8.3.9", + "version": "8.3.10", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.4.0", @@ -20,7 +20,7 @@ "@nextcloud/moment": "^1.2.2", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.2.0", - "@nextcloud/vue": "^7.12.6", + "@nextcloud/vue": "^7.12.8", "vue": "^2.7.15", "vue-material-design-icons": "^5.2.0" }, @@ -3545,9 +3545,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.8", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.8.tgz", + "integrity": "sha512-qNLQJE8XH4PpmYDTuBkXLiJ0ZZ34Rh25iWEWIcFG8wE3gKj3hKxQXbkJFoZWE8eBFi4TJsmvd/PGixII2S35DQ==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -23078,9 +23078,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.8", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.8.tgz", + "integrity": "sha512-qNLQJE8XH4PpmYDTuBkXLiJ0ZZ34Rh25iWEWIcFG8wE3gKj3hKxQXbkJFoZWE8eBFi4TJsmvd/PGixII2S35DQ==", "requires": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index 3af3b7c2a0..067a807dd2 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@nextcloud/moment": "^1.2.2", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.2.0", - "@nextcloud/vue": "^7.12.6", + "@nextcloud/vue": "^7.12.8", "vue": "^2.7.15", "vue-material-design-icons": "^5.2.0" },