Skip to content

Commit

Permalink
Merge pull request #1455 from emberjs/fix-ci-but-downgrading-a-sub-su…
Browse files Browse the repository at this point in the history
…b-dependency-so-we-dont-have-to-upgrade-node-tye

Pin isbinaryfile (a sub-sub dependency) so we can keep node support
  • Loading branch information
NullVoxPopuli committed Jul 19, 2024
2 parents 9cec68d + f41ebe0 commit 6e56fcc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"node": "16.19.1",
"yarn": "1.22.19"
},
"resolutions": {
"isbinaryfile": "^4.0.0"
},
"workspaces": [
"addon"
]
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8415,10 +8415,10 @@ isarray@^2.0.5:
resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==

isbinaryfile@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-5.0.0.tgz#034b7e54989dab8986598cbcea41f66663c65234"
integrity sha512-UDdnyGvMajJUWCkib7Cei/dvyJrrvo4FIrsvSFWdPpXSUorzXrDJ0S+X5Q4ZlasfPjca4yqCNNsjbCeiy8FFeg==
isbinaryfile@^4.0.0, isbinaryfile@^5.0.0:
version "4.0.10"
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.10.tgz#0c5b5e30c2557a2f06febd37b7322946aaee42b3"
integrity sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==

isexe@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 6e56fcc

Please sign in to comment.