Skip to content

Commit

Permalink
Pin isbinaryfile version with explicit paths (#3542)
Browse files Browse the repository at this point in the history
  • Loading branch information
busma13 authored Feb 15, 2024
1 parent 41364d5 commit 09ae058
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"@types/lodash": "^4.14.202",
"debug": "^4.3.4",
"ms": "^2.1.3",
"yeoman-environment/**/isbinaryfile": "<5.0.1"
"yeoman-environment/isbinaryfile": "^4.0.10",
"yeoman-environment/mem-fs-editor/isbinaryfile": "5.0.0"
},
"devDependencies": {
"@swc/core": "^1.4.0",
Expand Down
5 changes: 3 additions & 2 deletions packages/teraslice-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "teraslice-cli",
"displayName": "Teraslice CLI",
"version": "0.61.2",
"version": "0.61.3",
"description": "Command line manager for teraslice jobs, assets, and cluster references.",
"keywords": [
"teraslice"
Expand Down Expand Up @@ -36,7 +36,8 @@
"test:watch": "ts-scripts test --watch . --"
},
"resolutions": {
"yeoman-environment/**/isbinaryfile": "5.0.0"
"yeoman-environment/isbinaryfile": "^4.0.10",
"yeoman-environment/mem-fs-editor/isbinaryfile": "5.0.0"
},
"dependencies": {
"@terascope/fetch-github-release": "^0.8.7",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8377,7 +8377,7 @@ 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.1, isbinaryfile@^5.0.0:
isbinaryfile@5.0.0, 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==
Expand Down

0 comments on commit 09ae058

Please sign in to comment.