summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2021-03-18 11:10:26 -0100
committerGitHub <noreply@github.com>2021-03-18 11:10:26 -0100
commitd811ad125f803dbcd35792ed25e4ce3a484005f5 (patch)
tree27e5f1d903fb0539f18135b4bd16a5cbb2c1b7af
parenta335f6347fd3e4a46355ce08426a83827998c329 (diff)
parentab7047bc13c7bbe173df1edff41c31d310ea7f6c (diff)
Merge pull request #1224 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 972af5d5..08ba6ade 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4526,9 +4526,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 856fa5ea..e7059cb7 100644
--- a/package.json
+++ b/package.json
@@ -67,7 +67,7 @@
"@babel/core": "^7.13.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
- "@nextcloud/browserslist-config": "^1.0.0",
+ "@nextcloud/browserslist-config": "^2.0.0",
"@nextcloud/eslint-config": "^2.1.0",
"@nextcloud/eslint-plugin": "^1.5.0",
"@vue/test-utils": "^1.1.3",