summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",