From 93d11580631203cb9137f3a8e54192794a9ebe66 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 09:56:52 +0000 Subject: [PATCH] Bump @nextcloud/browserslist-config from 1.0.0 to 2.0.0 Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/browserslist-config/releases) - [Commits](https://github.com/nextcloud/browserslist-config/commits) Signed-off-by: dependabot-preview[bot] Signed-off-by: npmbuildbot-nextcloud[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 ab1123fefc655..50e8a1a5e1bdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3409,9 +3409,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.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-2.0.0.tgz", + "integrity": "sha512-tWs+OGgA1Oaq/LKUQxFUpPwnLW5Q2ZsjqeHT/v1ABG39bTlXakyg7lFRLtQ3Zj8ErjXl73WyTsF20d9o5BhmEg==", + "dev": true }, "@nextcloud/capabilities": { "version": "1.0.2", @@ -9540,6 +9541,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 e22576ad822f6..078ab33f29b14 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.13.9", - "@nextcloud/browserslist-config": "^1.0.0", + "@nextcloud/browserslist-config": "^2.0.0", "@nextcloud/eslint-config": "^2.2.0", "@nextcloud/eslint-plugin": "^1.5.0", "babel-eslint": "^10.1.0",