diff --git a/package-lock.json b/package-lock.json index 653abe9..21392fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ }, "engines": { "node": "22.12.x", - "npm": "~10" + "npm": "~11.0.0" } }, "node_modules/@axe-core/cli": { diff --git a/package.json b/package.json index 4663ab5..b46d760 100644 --- a/package.json +++ b/package.json @@ -82,6 +82,6 @@ }, "engines": { "node": "22.12.x", - "npm": "~10" + "npm": "~11.0.0" } }