From e34fd673fa0b1f6a99bce2f368c4e182645831b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 20:18:38 +0000 Subject: [PATCH] Bump @nextcloud/browserslist-config from 2.0.0 to 2.2.0 Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config) from 2.0.0 to 2.2.0. - [Release notes](https://github.com/nextcloud/browserslist-config/releases) - [Commits](https://github.com/nextcloud/browserslist-config/compare/v2.0.0...v2.2.0) --- updated-dependencies: - dependency-name: "@nextcloud/browserslist-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea8cddfc..a443d4ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4694,9 +4694,9 @@ } }, "@nextcloud/browserslist-config": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-2.0.0.tgz", - "integrity": "sha512-tWs+OGgA1Oaq/LKUQxFUpPwnLW5Q2ZsjqeHT/v1ABG39bTlXakyg7lFRLtQ3Zj8ErjXl73WyTsF20d9o5BhmEg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-2.2.0.tgz", + "integrity": "sha512-kC42RQW5rZjZZsRaEjVlIQpp6aW/yxm+zZdETnrRQnUzcPwBgF4wO4makfGT63Ckd+LkgUW+geesPiPRqxFVew==", "dev": true }, "@nextcloud/capabilities": { diff --git a/package.json b/package.json index 49149997..f0a257fe 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@babel/core": "^7.13.10", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.13.10", - "@nextcloud/browserslist-config": "^2.0.0", + "@nextcloud/browserslist-config": "^2.2.0", "@nextcloud/eslint-config": "^2.1.0", "@nextcloud/eslint-plugin": "^1.5.0", "@vue/test-utils": "^1.1.3",