diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9c7455165242..fbcd11a7f705 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -148,7 +148,7 @@ }, "engines": { "node": "22.x", - "npm": "10.x" + "npm": ">=10 <12" }, "optionalDependencies": { "webpack": "^5.105.4" diff --git a/frontend/package.json b/frontend/package.json index 80a77c4b20a5..ab3fae09aa0b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ }, "engines": { "node": "22.x", - "npm": "10.x" + "npm": ">=10 <12" }, "overrides": { "react": "$react",