fix(core): replace custom binary detection with isbinaryfile to correctly handle UTF-8 (U+FFFD) (#25297)

This commit is contained in:
Anjaligarhwal
2026-04-14 00:28:18 +05:30
committed by GitHub
parent a05c5ed56a
commit ea36ccb567
4 changed files with 36 additions and 38 deletions
+1
View File
@@ -68,6 +68,7 @@
"https-proxy-agent": "^7.0.6",
"ignore": "^7.0.0",
"ipaddr.js": "^1.9.1",
"isbinaryfile": "^5.0.7",
"js-yaml": "^4.1.1",
"json-stable-stringify": "^1.3.0",
"marked": "^15.0.12",