Skip to content

Commit 0e6b6f8

Browse files
authoredDec 3, 2024··
feat!: drop node 16 support (#3102)
`node-gyp` is now compatible with Node `^18.17.0 || >=20.5.0`
1 parent 2852eae commit 0e6b6f8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@
2626
"exponential-backoff": "^3.1.1",
2727
"glob": "^10.3.10",
2828
"graceful-fs": "^4.2.6",
29-
"make-fetch-happen": "^13.0.0",
30-
"nopt": "^7.0.0",
31-
"proc-log": "^4.1.0",
29+
"make-fetch-happen": "^14.0.3",
30+
"nopt": "^8.0.0",
31+
"proc-log": "^5.0.0",
3232
"semver": "^7.3.5",
33-
"tar": "^6.2.1",
34-
"which": "^4.0.0"
33+
"tar": "^7.4.3",
34+
"which": "^5.0.0"
3535
},
3636
"engines": {
37-
"node": "^16.14.0 || >=18.0.0"
37+
"node": "^18.17.0 || >=20.5.0"
3838
},
3939
"devDependencies": {
4040
"bindings": "^1.5.0",
4141
"cross-env": "^7.0.3",
42-
"mocha": "^10.2.0",
42+
"mocha": "^11.0.1",
4343
"nan": "^2.14.2",
4444
"require-inject": "^1.4.4",
4545
"standard": "^17.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.