diff --git a/ui/package-lock.json b/ui/package-lock.json index 18fdf9dbf..067914782 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -93,7 +93,7 @@ }, "engines": { "node": "19.3.0", - "npm": ">=8.3 <9.0" + "npm": ">=9.0" } }, "node_modules/@adobe/css-tools": { diff --git a/ui/package.json b/ui/package.json index 83d60b1c0..b2174dfa3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "private": true, "engines": { - "npm": ">=8.3 <9.0", + "npm": ">=9.0", "node": "19.3.0" }, "dependencies": {