fix(deps): downgrade isbinaryfile to v5.0.2 for Node.js 20+ support

isbinaryfile v6.0.0 requires Node.js >= 24.0.0, but repomix supports
Node.js >= 20.0.0. Downgrade to v5.0.2 (requires Node.js >= 18.0.0)
to maintain compatibility with current LTS versions.

Addresses gemini-code-assist review on PR #1006
This commit is contained in:
Kazuki Yamada
2025-12-14 19:10:48 +09:00
parent c4354e7745
commit 0604b7e2e1
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -23,7 +23,7 @@
"handlebars": "^4.7.8",
"iconv-lite": "^0.7.0",
"is-binary-path": "^3.0.0",
"isbinaryfile": "^6.0.0",
"isbinaryfile": "^5.0.2",
"jiti": "^2.6.1",
"jschardet": "^3.1.4",
"json5": "^2.2.3",
@@ -3483,12 +3483,12 @@
}
},
"node_modules/isbinaryfile": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-6.0.0.tgz",
"integrity": "sha512-2FN2B8MAqKv6d5TaKsLvMrwMcghxwHTpcKy0L5mhNbRqjNqo2++SpCqN6eG1lCC1GmTQgvrYJYXv2+Chvyevag==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.2.tgz",
"integrity": "sha512-GvcjojwonMjWbTkfMpnVHVqXW/wKMYDfEpY94/8zy8HFMOqb/VL6oeONq9v87q4ttVlaTLnGXnJD4B5B1OTGIg==",
"license": "MIT",
"engines": {
"node": ">= 24.0.0"
"node": ">= 18.0.0"
},
"funding": {
"url": "https://github.com/sponsors/gjtorikian/"

View File

@@ -87,7 +87,7 @@
"handlebars": "^4.7.8",
"iconv-lite": "^0.7.0",
"is-binary-path": "^3.0.0",
"isbinaryfile": "^6.0.0",
"isbinaryfile": "^5.0.2",
"jiti": "^2.6.1",
"jschardet": "^3.1.4",
"json5": "^2.2.3",