From 767c86eee873b3777f0665dc38df4c502f1026f4 Mon Sep 17 00:00:00 2001 From: Weirong Xu Date: Sat, 8 Jun 2024 21:16:17 +0800 Subject: [PATCH] fix: downgrade the isbinaryfile for support node 16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d890c91..a63924a 100644 --- a/package.json +++ b/package.json @@ -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",