Skip to content

Commit

Permalink
fix: downgrade the isbinaryfile for support node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
weirongxu committed Jun 8, 2024
1 parent 440f943 commit 767c86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@
"command-exists": "^1.2.9",
"date-fns": "^3.6.0",
"eslint": "^8.31.0",
"isbinaryfile": "^5.0.0",
"isbinaryfile": "^4.0.0",
"jest": "^29.3.1",
"json-schema-to-typescript": "^14.0.4",
"lodash-es": "^4.17.21",
Expand Down

0 comments on commit 767c86e

Please sign in to comment.