diff --git a/package-lock.json b/package-lock.json index a27ff0db579..d9a344a7b20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,7 @@ "@cypress/browserify-preprocessor": "^3.0.2", "@cypress/webpack-preprocessor": "^5.17.1", "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/browserslist-config": "^2.3.0", + "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/cypress": "^1.0.0-beta.2", "@nextcloud/eslint-config": "^8.3.0-beta.2", "@nextcloud/stylelint-config": "^2.3.1", @@ -3689,13 +3689,13 @@ } }, "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==", "dev": true, "engines": { - "node": "^16.0.0", - "npm": "^7.0.0 || ^8.0.0" + "node": "^20.0.0", + "npm": "^9.0.0" } }, "node_modules/@nextcloud/calendar-js": { @@ -25832,9 +25832,9 @@ } }, "@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==", "dev": true }, "@nextcloud/calendar-js": { diff --git a/package.json b/package.json index 54780deb859..eeda8403463 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "@cypress/browserify-preprocessor": "^3.0.2", "@cypress/webpack-preprocessor": "^5.17.1", "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/browserslist-config": "^2.3.0", + "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/cypress": "^1.0.0-beta.2", "@nextcloud/eslint-config": "^8.3.0-beta.2", "@nextcloud/stylelint-config": "^2.3.1",