From 1e7d319499e6df48fa3a3142a2212bc416f3ce54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 18:37:05 +0000 Subject: [PATCH] Bump @nextcloud/vue from 3.6.0 to 3.7.0 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.6.0 to 3.7.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/v3.6.0...v3.7.0) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76773528a9..9ac9261b90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4875,9 +4875,9 @@ } }, "@nextcloud/vue": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.6.0.tgz", - "integrity": "sha512-xF2tRODigYjxk1dPeCq9Qry5nXNVdxwkJ85aFChW1xrzTDUi167jRSeMNgrmtqBd31jx3SF0UVYM7XmDvGYCJA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.7.0.tgz", + "integrity": "sha512-uuytX0G+duUOY9l2fYG5vl8GRoxrXgNS2SgKS7a7ulaRUfwxgU269flWPTVMhP2q57+AxG3IwXNwP1td7VWjTQ==", "requires": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", @@ -4930,9 +4930,9 @@ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" }, "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.9.0.tgz", - "integrity": "sha512-PyFBJaLq93FlyYdsndE5VaueA9K5cNB7CGzeCj191YYLhkQM0gdZR2SKihM70oF0wdqKSKClv/tEBOpoRmdOVQ==" + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.9.1.tgz", + "integrity": "sha512-gSjRvzkxQc1zjM/5paAmL4idJBFzuJoo+jDjF1tStYFMV2ERfD02HhahhCGXUyHxQRG4yFKVSdO6g62eoRMcDg==" }, "loader-utils": { "version": "2.0.0", diff --git a/package.json b/package.json index 6fa07a3657..671b5b71d0 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@nextcloud/l10n": "^1.4.1", "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^1.2.0", - "@nextcloud/vue": "^3.6.0", + "@nextcloud/vue": "^3.7.0", "@nextcloud/vue-dashboard": "^1.1.0", "blueimp-md5": "^2.18.0", "dompurify": "^2.2.6",