From 082c46b81da8c04a38b4dd09ee73f2b11d7800d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 18:10:26 +0000 Subject: [PATCH] Bump @nextcloud/browserslist-config from 1.0.0 to 2.1.0 Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config) from 1.0.0 to 2.1.0. - [Release notes](https://github.com/nextcloud/browserslist-config/releases) - [Commits](https://github.com/nextcloud/browserslist-config/compare/v1.0.0...v2.1.0) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++++++--- package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3a10e43c..f1d73651f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4608,9 +4608,10 @@ } }, "@nextcloud/browserslist-config": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-1.0.0.tgz", - "integrity": "sha512-f+sKpdLZXkODV+OY39K1M+Spmd4RgxmtEXmNn4Bviv4R7uBFHXuw+JX9ZdfDeOryfHjJ/TRQxQEp0GMpBwZFUw==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-2.1.0.tgz", + "integrity": "sha512-6yezTvZTxHWec8A+zW1QBNgvJu0ISw0ODDBmC2CVuOVZn5OvKZSRKJO2+lzWnHtxLjgSZ/HFiSDSRN0rf+d6Cw==", + "dev": true }, "@nextcloud/capabilities": { "version": "1.0.2", @@ -16745,6 +16746,13 @@ "@nextcloud/vue": "^3.1.2", "lodash": "^4.17.20", "vue": "^2.6.12" + }, + "dependencies": { + "@nextcloud/browserslist-config": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-1.0.0.tgz", + "integrity": "sha512-f+sKpdLZXkODV+OY39K1M+Spmd4RgxmtEXmNn4Bviv4R7uBFHXuw+JX9ZdfDeOryfHjJ/TRQxQEp0GMpBwZFUw==" + } } }, "nice-try": { diff --git a/package.json b/package.json index 2bedea03b..fc8966257 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@babel/core": "^7.13.15", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.13.15", - "@nextcloud/browserslist-config": "^1.0.0", + "@nextcloud/browserslist-config": "^2.1.0", "@nextcloud/eslint-config": "^2.2.0", "@nextcloud/eslint-plugin": "^1.5.0", "@nextcloud/webpack-vue-config": "^1.4.1",