diff options
author | Louis <6653109+artonge@users.noreply.github.com> | 2023-09-20 10:38:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 10:38:17 +0200 |
commit | d5fc95b661d34899095dc53b363cdb35fa458565 (patch) | |
tree | fe91cf078ae87c7d7a9b2e447570617a96de3a80 /package-lock.json | |
parent | 0cfdf6f6ad7ff30dba778a3b3fd1210ac3159aec (diff) | |
parent | 6792724657e606b172505380f369ad812edaae66 (diff) | |
download | nextcloud-server-d5fc95b661d34899095dc53b363cdb35fa458565.tar.gz nextcloud-server-d5fc95b661d34899095dc53b363cdb35fa458565.zip |
Merge pull request #40213 from nextcloud/dependabot/npm_and_yarn/nextcloud/browserslist-config-3.0.0
chore(deps): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 2432f072306..3e84bbb1b99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/auth": "^2.1.0", "@nextcloud/axios": "^2.3.0", "@nextcloud/browser-storage": "^0.2.0", - "@nextcloud/browserslist-config": "^2.3.0", + "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/calendar-availability-vue": "^2.0.0-beta.1", "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^5.0.0-beta.2", @@ -3481,12 +3481,12 @@ } }, "node_modules/@nextcloud/browserslist-config": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-2.3.0.tgz", - "integrity": "sha512-1Tpkof2e9Q0UicHWahQnXXrubJoqyiaqsH9G52v3cjGeVeH3BCfa1FOa41eBwBSFe2/Jxj/wCH2YVLgIXpWbBg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-3.0.0.tgz", + "integrity": "sha512-daCnyNBVsWdWjJ5HcaE6jtiDAqaJAGbiWyaTtj/64ztnBget9qEwHC55uA1JNbJOBgNf2lyoQo5rgfatn9sUTw==", "engines": { - "node": "^16.0.0", - "npm": "^7.0.0 || ^8.0.0" + "node": "^20.0.0", + "npm": "^9.0.0" } }, "node_modules/@nextcloud/calendar-availability-vue": { @@ -3546,6 +3546,11 @@ "npm": "^9.0.0" } }, + "node_modules/@nextcloud/capabilities/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==" + }, "node_modules/@nextcloud/capabilities/node_modules/typescript": { "version": "4.9.5", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", |