From 87bd522780a2642087bad95ec803b0208f1d8895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 02:13:53 +0000 Subject: [PATCH] Bump @nextcloud/vue from 3.7.1 to 3.7.2 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.7.1 to 3.7.2. - [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.7.1...v3.7.2) Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++----------- package.json | 2 +- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96f6f35ebaa..86f3af50452 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4273,9 +4273,9 @@ } }, "@nextcloud/vue": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.7.1.tgz", - "integrity": "sha512-xVSurTflGP4P7D2+RHuVv0GFEy3QkNcw2UVu6SwW5sbbzbMcjwmucp7NpzjrnzMazjkeNBr6gsHMmjeYOEMcPA==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.7.2.tgz", + "integrity": "sha512-WR3HSdzdPI5kIUtU9k2Wc+4QKMshpfrvFrJ0POecimLOravibjfP9549y7McceB1bHg61tA/upNGQpZDdT+OjQ==", "requires": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", @@ -5189,8 +5189,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", - "dev": true, - "optional": true + "dev": true }, "find-cache-dir": { "version": "3.3.1", @@ -5477,7 +5476,6 @@ "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.1.2.tgz", "integrity": "sha512-8QTxh+Fd+HB6fiL52iEVLKqE9N1JSlMXLR92Ijm6g8PZrwIxckgpqjPDWRP5TWxdiPaHR+alUWsnu1ShQOwt+Q==", "dev": true, - "optional": true, "requires": { "chalk": "^4.1.0", "hash-sum": "^2.0.0", @@ -5489,7 +5487,6 @@ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", "dev": true, - "optional": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5499,15 +5496,13 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "optional": true + "dev": true }, "loader-utils": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", "dev": true, - "optional": true, "requires": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -5519,7 +5514,6 @@ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, - "optional": true, "requires": { "has-flag": "^4.0.0" } diff --git a/package.json b/package.json index e4e58ba51fb..b3cbb9ad505 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@nextcloud/l10n": "^1.4.1", "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^1.2.0", - "@nextcloud/vue": "^3.7.1", + "@nextcloud/vue": "^3.7.2", "@nextcloud/vue-dashboard": "^1.1.0", "attachmediastream": "^2.1.0", "color.js": "^1.2.0",