Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-09-09 16:19:15 +0300
committerGitHub <noreply@github.com>2022-09-09 16:19:15 +0300
commitd6cd4ad6acc1393bd2d33b8176885b80257d351b (patch)
treedff0ecc3cef52fecf52d596b5866090ffa1432db
parent567031180bc99442838747ba34fdda57e2898d26 (diff)
parent400c000759576defe2b937842ab6daa530667d78 (diff)
Merge pull request #7052 from nextcloud/dependabot/npm_and_yarn/nextcloud/browserslist-config-2.3.0
Bump @nextcloud/browserslist-config from 2.2.0 to 2.3.0
-rw-r--r--package-lock.json20
-rw-r--r--package.json2
2 files changed, 13 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index 97bed0edd..68df5f0f1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -86,7 +86,7 @@
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.18.10",
- "@nextcloud/browserslist-config": "^2.2.0",
+ "@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^6.1.0",
"@nextcloud/eslint-plugin": "^2.0.0",
"@types/jest": "^28.1.7",
@@ -3348,10 +3348,14 @@
}
},
"node_modules/@nextcloud/browserslist-config": {
- "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
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-2.3.0.tgz",
+ "integrity": "sha512-1Tpkof2e9Q0UicHWahQnXXrubJoqyiaqsH9G52v3cjGeVeH3BCfa1FOa41eBwBSFe2/Jxj/wCH2YVLgIXpWbBg==",
+ "dev": true,
+ "engines": {
+ "node": "^16.0.0",
+ "npm": "^7.0.0 || ^8.0.0"
+ }
},
"node_modules/@nextcloud/calendar-js": {
"version": "3.1.0",
@@ -17428,9 +17432,9 @@
}
},
"@nextcloud/browserslist-config": {
- "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==",
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-2.3.0.tgz",
+ "integrity": "sha512-1Tpkof2e9Q0UicHWahQnXXrubJoqyiaqsH9G52v3cjGeVeH3BCfa1FOa41eBwBSFe2/Jxj/wCH2YVLgIXpWbBg==",
"dev": true
},
"@nextcloud/calendar-js": {
diff --git a/package.json b/package.json
index 3b4720e94..fdf5b3a08 100644
--- a/package.json
+++ b/package.json
@@ -99,7 +99,7 @@
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.18.10",
- "@nextcloud/browserslist-config": "^2.2.0",
+ "@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^6.1.0",
"@nextcloud/eslint-plugin": "^2.0.0",
"@types/jest": "^28.1.7",