diff --git a/package.json b/package.json index 2701577..e13497f 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ }, "main": "lib/index.js", "engines": { - "node": "^14.18.0 || ^16.13.0 || >=18.0.0", - "npm": ">= 8" + "node": "^18.17.0 || >=20.5.0", + "npm": ">= 9" }, "scripts": { "clean": "rm -rf coverage jsdoc \"test-workspace/{build,test.txt}\"", @@ -35,7 +35,7 @@ "memorystream": "^0.3.1", "minimatch": "^9.0.0", "pidtree": "^0.6.0", - "read-package-json-fast": "^3.0.2", + "read-package-json-fast": "^4.0.0", "shell-quote": "^1.7.3", "which": "^3.0.1" },