From 4b02be2028dd994c0ed41e891b5bf5124ce0fed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Dec 2021 03:26:42 +0000 Subject: [PATCH] Bump @nextcloud/vue from 4.2.0 to 4.3.0 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 4.2.0 to 4.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/v4.2.0...v4.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 2f23b6273..2e2f1dd8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/l10n": "^1.4.1", "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^2.0.0", - "@nextcloud/vue": "^4.2.0", + "@nextcloud/vue": "^4.3.0", "@nextcloud/vue-dashboard": "^2.0.1", "blueimp-md5": "^2.19.0", "dompurify": "^2.3.4", @@ -2984,9 +2984,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-4.2.0.tgz", - "integrity": "sha512-i7VZIrfpDcK7/0ZmCU+C7j+pXd4LyxAZpxxu/FS4rJJWR1IolgjGVlBbu8q1NxX0FLc4/xUVj4lv3vyMSdrUOA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-4.3.0.tgz", + "integrity": "sha512-pVwywn13v2iVD2/Ds2ItHQ90+41rsuWFIGs3ZDG4aWl2dluKtOInagnwaPj2Wb91uoMSYEK7d/HwhpJ53cw+ug==", "dependencies": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", @@ -20916,9 +20916,9 @@ } }, "@nextcloud/vue": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-4.2.0.tgz", - "integrity": "sha512-i7VZIrfpDcK7/0ZmCU+C7j+pXd4LyxAZpxxu/FS4rJJWR1IolgjGVlBbu8q1NxX0FLc4/xUVj4lv3vyMSdrUOA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-4.3.0.tgz", + "integrity": "sha512-pVwywn13v2iVD2/Ds2ItHQ90+41rsuWFIGs3ZDG4aWl2dluKtOInagnwaPj2Wb91uoMSYEK7d/HwhpJ53cw+ug==", "requires": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", diff --git a/package.json b/package.json index c5eb8fcca..b5d8b1e30 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@nextcloud/l10n": "^1.4.1", "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^2.0.0", - "@nextcloud/vue": "^4.2.0", + "@nextcloud/vue": "^4.3.0", "@nextcloud/vue-dashboard": "^2.0.1", "blueimp-md5": "^2.19.0", "dompurify": "^2.3.4",