Skip to content

Commit

Permalink
fix(root): lock isbinaryfile version
Browse files Browse the repository at this point in the history
added [email protected] to yarn resoltuions to prevent upgrades since newer versions are not
compatible with node 16

WP-1436

TICKET: WP-1436
  • Loading branch information
alebusse committed Feb 15, 2024
1 parent 674c913 commit e851e4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"eventsource": "2.0.2",
"follow-redirects": "1.15.4",
"io-ts": "2.1.3",
"isbinaryfile" : "5.0.0",
"minimist": "1.2.6",
"parse-path": "^5.0.0",
"parse-url": "8.1.0",
Expand Down
9 changes: 2 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12417,14 +12417,9 @@ isarray@^2.0.5:
resolved "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz"
integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==

isbinaryfile@^4.0.6:
version "4.0.10"
resolved "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz"
integrity sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==

isbinaryfile@^5.0.0:
[email protected], isbinaryfile@^4.0.6, isbinaryfile@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.0.tgz"
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-5.0.0.tgz#034b7e54989dab8986598cbcea41f66663c65234"
integrity sha512-UDdnyGvMajJUWCkib7Cei/dvyJrrvo4FIrsvSFWdPpXSUorzXrDJ0S+X5Q4ZlasfPjca4yqCNNsjbCeiy8FFeg==

isexe@^2.0.0:
Expand Down

0 comments on commit e851e4e

Please sign in to comment.