From 293f56924eae9632685ebc3a7956546a9189aee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Dec 2022 03:29:07 +0000 Subject: [PATCH] Bump @nextcloud/vue from 7.2.0 to 7.3.0 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.2.0...v7.3.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-minor ... 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 b0c6a2b1d..3c079f8e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/l10n": "^1.6.0", "@nextcloud/moment": "^1.2.1", "@nextcloud/router": "^2.0.0", - "@nextcloud/vue": "^7.2.0", + "@nextcloud/vue": "^7.3.0", "@nextcloud/vue-dashboard": "^2.0.1", "@nextcloud/vue-richtext": "^2.0.4", "blueimp-md5": "^2.19.0", @@ -3304,9 +3304,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.2.0.tgz", - "integrity": "sha512-lQS/GQZOH6Pa6yC7oTv9Hr3Ic+uViCfIWHujNjUpnApwlafgNyA5PI82FFU7tUHEOEk0wPONXYGzWVxkBW4h+w==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.3.0.tgz", + "integrity": "sha512-f6ePwaUy/LA9B+XldNmDbMHuABhBnEzn96trOaraxP3i2SQOCY58yQBkQ0rkyUIao2N7PaQcHkcy/KTlE3sT5Q==", "dependencies": { "@nextcloud/auth": "^2.0.0", "@nextcloud/axios": "^2.0.0", @@ -20955,9 +20955,9 @@ } }, "@nextcloud/vue": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.2.0.tgz", - "integrity": "sha512-lQS/GQZOH6Pa6yC7oTv9Hr3Ic+uViCfIWHujNjUpnApwlafgNyA5PI82FFU7tUHEOEk0wPONXYGzWVxkBW4h+w==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.3.0.tgz", + "integrity": "sha512-f6ePwaUy/LA9B+XldNmDbMHuABhBnEzn96trOaraxP3i2SQOCY58yQBkQ0rkyUIao2N7PaQcHkcy/KTlE3sT5Q==", "requires": { "@nextcloud/auth": "^2.0.0", "@nextcloud/axios": "^2.0.0", diff --git a/package.json b/package.json index 68da2d86d..5d7f32c67 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@nextcloud/l10n": "^1.6.0", "@nextcloud/moment": "^1.2.1", "@nextcloud/router": "^2.0.0", - "@nextcloud/vue": "^7.2.0", + "@nextcloud/vue": "^7.3.0", "@nextcloud/vue-dashboard": "^2.0.1", "@nextcloud/vue-richtext": "^2.0.4", "blueimp-md5": "^2.19.0",