diff --git a/web/ui/package-lock.json b/web/ui/package-lock.json index 8a98b861d..d5371e82f 100644 --- a/web/ui/package-lock.json +++ b/web/ui/package-lock.json @@ -8,7 +8,10 @@ "workspaces": [ "react-app", "module/*" - ] + ], + "engines": { + "npm": ">=7.0.0" + } }, "module/codemirror-promql": { "version": "0.18.0", diff --git a/web/ui/package.json b/web/ui/package.json index 7f4f4c014..885e9c5cf 100644 --- a/web/ui/package.json +++ b/web/ui/package.json @@ -12,5 +12,8 @@ "workspaces": [ "react-app", "module/*" - ] + ], + "engines": { + "npm": ">=7.0.0" + } }