Skip to content

Commit 3735ef7

Browse files
committed
Update deprecated bin-version-check package
1 parent 431d7ea commit 3735ef7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"youtube-downloader"
144144
],
145145
"dependencies": {
146-
"bin-version-check": "~6.0.0",
146+
"binary-version-check": "~6.1.0",
147147
"dargs": "~7.0.0",
148148
"debug-logfmt": "~1.2.2",
149149
"is-unix": "~2.0.10",

scripts/preinstall.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import binaryVersionCheck from 'bin-version-check'
1+
import binaryVersionCheck from 'binary-version-check'
22

33
const throwError = error => {
44
throw new Error(

0 commit comments

Comments
 (0)