From 1ea0581ee633d40b6bbba6186a6921961e7e4ef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Oct 2021 01:22:43 +0000 Subject: [PATCH] Bump @nextcloud/browserslist-config from 1.0.0 to 2.2.0 Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config) from 1.0.0 to 2.2.0. - [Release notes](https://github.com/nextcloud/browserslist-config/releases) - [Commits](https://github.com/nextcloud/browserslist-config/compare/v1.0.0...v2.2.0) --- updated-dependencies: - dependency-name: "@nextcloud/browserslist-config" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++++-------- package.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a89cb4f9e..c58009d078 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "@babel/eslint-parser": "^7.13.14", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.14.0", - "@nextcloud/browserslist-config": "^1.0.0", + "@nextcloud/browserslist-config": "^2.2.0", "@nextcloud/eslint-config": "^4.0.0", "@nextcloud/eslint-plugin": "^2.0.0", "@vue/test-utils": "^1.1.4", @@ -3361,9 +3361,9 @@ } }, "node_modules/@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.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 }, "node_modules/@nextcloud/capabilities": { @@ -25815,9 +25815,9 @@ } }, "@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.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": { @@ -26044,7 +26044,9 @@ "resolved": "https://registry.npmjs.org/@nextcloud/vue-dashboard/-/vue-dashboard-2.0.0.tgz", "integrity": "sha512-if2ARM+03TkW7DP1+3ApARmh4WlsZqb9z02eKZ6D1q34956C7lWXm1vKbdKExo7h+V1CBcb5CslEXIiCDcpAJQ==", "requires": { - "core-js": "^3.6.4" + "@nextcloud/vue": "^3.1.1", + "core-js": "^3.6.4", + "vue": "^2.6.11" } }, "@nodelib/fs.scandir": { @@ -26263,6 +26265,7 @@ "resolved": "https://registry.npmjs.org/@vue/babel-preset-app/-/babel-preset-app-4.5.12.tgz", "integrity": "sha512-8q67ORQ9O0Ms0nlqsXTVhaBefRBaLrzPxOewAZhdcO7onHwcO5/wRdWtHhZgfpCZlhY7NogkU16z3WnorSSkEA==", "requires": { + "@babel/core": "^7.11.0", "@babel/helper-compilation-targets": "^7.9.6", "@babel/helper-module-imports": "^7.8.3", "@babel/plugin-proposal-class-properties": "^7.8.3", @@ -26275,6 +26278,7 @@ "@vue/babel-plugin-jsx": "^1.0.3", "@vue/babel-preset-jsx": "^1.2.4", "babel-plugin-dynamic-import-node": "^2.3.3", + "core-js": "^3.6.5", "core-js-compat": "^3.6.5", "semver": "^6.1.0" } diff --git a/package.json b/package.json index cca99e7512..b64101cc44 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@babel/eslint-parser": "^7.13.14", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.14.0", - "@nextcloud/browserslist-config": "^1.0.0", + "@nextcloud/browserslist-config": "^2.2.0", "@nextcloud/eslint-config": "^4.0.0", "@nextcloud/eslint-plugin": "^2.0.0", "@vue/test-utils": "^1.1.4",