diff --git a/package-lock.json b/package-lock.json index 79e6bbe..737d9a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "vue": "^3.5.17" }, "devDependencies": { - "@nextcloud/browserslist-config": "^3.0.1", + "@nextcloud/browserslist-config": "^3.1.2", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.0", "@nextcloud/vite-config": "^2.3.5", @@ -27,8 +27,8 @@ "vite-plugin-stylelint": "^6.0.0" }, "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "node": "^24.0.0", + "npm": "^11.3.0" } }, "node_modules/@babel/code-frame": { @@ -1486,14 +1486,14 @@ } }, "node_modules/@nextcloud/browserslist-config": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-3.1.1.tgz", - "integrity": "sha512-JzjBEW/M9Qe6s4i37AQlvzfp9QGxprQnaM/06de5WJG9q7RXtNDyM5kEJylAg7AzG4yApdOum9ggtA6m/yVR1w==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-3.1.2.tgz", + "integrity": "sha512-2iXl1rqQOHvggFIl/V3J5OpbodVazOsO38Gz/2sUAmtWXuOpGZG+7i6zQcVqGVaT1VzyPJ1gPiMpyyZi/XRWNA==", "dev": true, "license": "GPL-3.0-or-later", "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "node": "^20 || ^22 || ^24", + "npm": ">=10.5.0" }, "peerDependencies": { "browserslist": "^4.26.3" diff --git a/package.json b/package.json index f5f84e9..312060b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "vue": "^3.5.17" }, "devDependencies": { - "@nextcloud/browserslist-config": "^3.0.1", + "@nextcloud/browserslist-config": "^3.1.2", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.0", "@nextcloud/vite-config": "^2.3.5",