Skip to content

Commit 8f769df

Browse files
committedNov 12, 2023
Build: Upgrade from which@2 to which@4
https://github.com/npm/node-which/blob/v4.0.0/CHANGELOG.md * which 3.0: Removes support for Node 10 and 12. Requires Node 14+. * which 4.0: Removes support for Node 14. Requires Node 16+.
1 parent d2f2afc commit 8f769df

File tree

2 files changed

+77
-12
lines changed

2 files changed

+77
-12
lines changed
 

‎package-lock.json

+76-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"highlight.js": "^10.7.2",
2929
"marked": "^4.0.0",
3030
"spawnback": "^1.0.1",
31-
"which": "^2.0.2",
31+
"which": "^4.0.0",
3232
"wordpress": "^1.4.1"
3333
},
3434
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.