Skip to content

Commit

Permalink
Merge pull request #39 from heroku/eb/add-explicit-co-dependency
Browse files Browse the repository at this point in the history
Add explicit co dependency
  • Loading branch information
eablack authored May 7, 2024
2 parents 770f474 + 0be446b commit 3669945
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dependencies": {
"@heroku/heroku-cli-util": "^8.0.13",
"@heroku/socksv5": "^0.0.9",
"co": "4.6.0",
"co-wait": "0.0.0",
"keypair": "1.0.4",
"node-forge": "1.3.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ co-wait@0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/co-wait/-/co-wait-0.0.0.tgz#c22372032218edbf6ed915e433546c21e445628b"

co@4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
integrity sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==

color-convert@^1.9.0:
version "1.9.3"
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
Expand Down

0 comments on commit 3669945

Please sign in to comment.