summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-03-16 09:54:43 +0100
committerGitHub <noreply@github.com>2021-03-16 09:54:43 +0100
commitd0fb9275b4db55a64574a8ef9e8a0a0098bd873d (patch)
tree1a500b2dcc0cbb364a1acfc6f03f34ff3d28281d
parented40e17e49c6a5706e36b75fe403c72af7149326 (diff)
parent854905727b637cd89e646d0b21ba72ff4b36882a (diff)
Merge pull request #2090 from nextcloud/dependabot/npm_and_yarn/nextcloud/browserslist-config-2.0.0
Bump @nextcloud/browserslist-config from 1.0.0 to 2.0.0
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 2f87fe2d..c5d6c93a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3319,9 +3319,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.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": {
diff --git a/package.json b/package.json
index 5120d3f9..378e804e 100644
--- a/package.json
+++ b/package.json
@@ -75,7 +75,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@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": "^3.0.0",
"@nextcloud/eslint-plugin": "^2.0.0",
"@nextcloud/webpack-vue-config": "^3.0.0",