Skip to content

Commit 6f6c445

Browse files
committed
Merge branch 'rewrite'
2 parents 6bf46ca + 49b95f0 commit 6f6c445

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"main": "lib/index.js",
1212
"engines": {
13-
"node": "^14.18.0 || ^16.13.0 || >=18.0.0",
14-
"npm": ">= 8"
13+
"node": "^18.17.0 || >=20.5.0",
14+
"npm": ">= 9"
1515
},
1616
"scripts": {
1717
"clean": "rm -rf coverage jsdoc \"test-workspace/{build,test.txt}\"",
@@ -35,7 +35,7 @@
3535
"memorystream": "^0.3.1",
3636
"minimatch": "^9.0.0",
3737
"pidtree": "^0.6.0",
38-
"read-package-json-fast": "^3.0.2",
38+
"read-package-json-fast": "^4.0.0",
3939
"shell-quote": "^1.7.3",
4040
"which": "^3.0.1"
4141
},

0 commit comments

Comments
 (0)