mirror of
https://github.com/yamadashy/repomix.git
synced 2025-12-16 12:00:13 +01:00
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:
10
package-lock.json
generated
10
package-lock.json
generated
@@ -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/"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user