From 67dac2bf700cdef8ab97cda17d06857524934dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 10:24:20 +0000 Subject: [PATCH] Bump @nextcloud/vue from 7.1.0 to 7.3.0 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.1.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.1.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 45583e85..6497bfbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nextcloud/moment": "^1.2.1", "@nextcloud/router": "^2.0.0", "@nextcloud/stylelint-config": "^2.3.0", - "@nextcloud/vue": "^7.1.0", + "@nextcloud/vue": "^7.3.0", "@nextcloud/vue-richtext": "^2.0.4", "he": "^1.2.0", "linkifyjs": "^4.0.2", @@ -3179,9 +3179,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.1.0.tgz", - "integrity": "sha512-vr+IpdjnYt0Uk2JK4IRIe8V5SXcJFZZuyjw++2KVlCecgwAm5uUx79egTPx5xOhANbOiM2ncCpLeHisHL9ci9w==", + "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", @@ -17856,9 +17856,9 @@ "requires": {} }, "@nextcloud/vue": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.1.0.tgz", - "integrity": "sha512-vr+IpdjnYt0Uk2JK4IRIe8V5SXcJFZZuyjw++2KVlCecgwAm5uUx79egTPx5xOhANbOiM2ncCpLeHisHL9ci9w==", + "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 df73f97e..85b53adc 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@nextcloud/moment": "^1.2.1", "@nextcloud/router": "^2.0.0", "@nextcloud/stylelint-config": "^2.3.0", - "@nextcloud/vue": "^7.1.0", + "@nextcloud/vue": "^7.3.0", "@nextcloud/vue-richtext": "^2.0.4", "he": "^1.2.0", "linkifyjs": "^4.0.2",