Skip to content

Commit 92d4adf

Browse files
committed
fix: downgrade which to v5 for Node >=20.0.0 compatibility
1 parent 54f0b06 commit 92d4adf

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"openapi-typescript": "^7.13.0",
7474
"openid-client": "^6.8.4",
7575
"readline": "^1.3.0",
76-
"which": "^6.0.1",
76+
"which": "^5.0.0",
7777
"zod": "^4.1.12"
7878
},
7979
"lint-staged": {

0 commit comments

Comments
 (0)