From df4b6b117ffe28e075a47e068c8f315ab6176077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 05:46:21 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/vue from 7.11.3 to 7.11.4 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.11.3 to 7.11.4. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/v7.11.4/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.11.3...v7.11.4) --- 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 f018d0750..2020302a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/moment": "^1.2.1", "@nextcloud/notify_push": "^1.1.3", "@nextcloud/router": "^2.1.1", - "@nextcloud/vue": "^7.11.3", + "@nextcloud/vue": "^7.11.4", "blueimp-md5": "^2.19.0", "dompurify": "^3.0.3", "lodash": "^4.17.21", @@ -3428,9 +3428,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "7.11.3", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.11.3.tgz", - "integrity": "sha512-98rSCWcIssdBinIcvpeDNE0uGspU+i6/RysKSqDI7BW6DI8ki/JoPE5x4zk1ZpGBbeaKbh6nBJK77mxQ5gjYvA==", + "version": "7.11.4", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.11.4.tgz", + "integrity": "sha512-GDynE+HuC2eoSDg1oMSzl25Q6QDWycCYh6GkKFqTlTrWqsjAzINrcP8c/mVAbrJAkAuu8VYrQ8X3aTIuq7Vutw==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -21489,9 +21489,9 @@ } }, "@nextcloud/vue": { - "version": "7.11.3", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.11.3.tgz", - "integrity": "sha512-98rSCWcIssdBinIcvpeDNE0uGspU+i6/RysKSqDI7BW6DI8ki/JoPE5x4zk1ZpGBbeaKbh6nBJK77mxQ5gjYvA==", + "version": "7.11.4", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.11.4.tgz", + "integrity": "sha512-GDynE+HuC2eoSDg1oMSzl25Q6QDWycCYh6GkKFqTlTrWqsjAzINrcP8c/mVAbrJAkAuu8VYrQ8X3aTIuq7Vutw==", "requires": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index 14ad63388..020b9cfc8 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@nextcloud/moment": "^1.2.1", "@nextcloud/notify_push": "^1.1.3", "@nextcloud/router": "^2.1.1", - "@nextcloud/vue": "^7.11.3", + "@nextcloud/vue": "^7.11.4", "blueimp-md5": "^2.19.0", "dompurify": "^3.0.3", "lodash": "^4.17.21",