Skip to content

Commit

Permalink
chore(deps): bump ssh2 from 0.6.1 to 0.8.9 (#1592)
Browse files Browse the repository at this point in the history
Bumps [ssh2](https://github.com/mscdex/ssh2) from 0.6.1 to 0.8.9.
- [Release notes](https://github.com/mscdex/ssh2/releases)
- [Commits](mscdex/ssh2@v0.6.1...v0.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 20, 2021
1 parent a63a89d commit 6207ac1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/redis-v5/package.json
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"heroku-cli-util": "^8.0.11",
"redis-parser": "^3.0.0",
"ssh2": "^0.6.1"
"ssh2": "^0.8.9"
},
"devDependencies": {
"@oclif/dev-cli": "^1.21.3",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Expand Up @@ -2288,7 +2288,7 @@ bats@^1.1.0:
resolved "https://registry.yarnpkg.com/bats/-/bats-1.1.0.tgz#6fc44f283ed4e7af2b6ffac93ec5026a1acbdc66"
integrity sha512-1pA29OhDByrUtAXX+nmqZxgRgx2y8PvuZzbLJVjd2dpEDVDvz0MjcBMdmIPNq5lC+tG53G+RbeRsbIlv3vw7tg==

bcrypt-pbkdf@^1.0.0:
bcrypt-pbkdf@^1.0.0, bcrypt-pbkdf@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=
Expand Down Expand Up @@ -9126,20 +9126,36 @@ ssh2-streams@~0.2.0:
semver "^5.1.0"
streamsearch "~0.1.2"

ssh2-streams@~0.4.10:
version "0.4.10"
resolved "https://registry.yarnpkg.com/ssh2-streams/-/ssh2-streams-0.4.10.tgz#48ef7e8a0e39d8f2921c30521d56dacb31d23a34"
integrity sha512-8pnlMjvnIZJvmTzUIIA5nT4jr2ZWNNVHwyXfMGdRJbug9TpI3kd99ffglgfSWqujVv/0gxwMsDn9j9RVst8yhQ==
dependencies:
asn1 "~0.2.0"
bcrypt-pbkdf "^1.0.2"
streamsearch "~0.1.2"

ssh2@0.5.4:
version "0.5.4"
resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-0.5.4.tgz#1bf6b6b28c96eaef267f4d6c46a5a2517a599e27"
integrity sha1-G/a2soyW6u8mf01sRqWiUXpZnic=
dependencies:
ssh2-streams "~0.1.15"

ssh2@0.6.1, ssh2@^0.6.1:
ssh2@0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-0.6.1.tgz#5dde1a7394bb978b1f9c2f014affee2f5493bd40"
integrity sha512-fNvocq+xetsaAZtBG/9Vhh0GDjw1jQeW7Uq/DPh4fVrJd0XxSfXAqBjOGVk4o2jyWHvyC6HiaPFpfHlR12coDw==
dependencies:
ssh2-streams "~0.2.0"

ssh2@^0.8.9:
version "0.8.9"
resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-0.8.9.tgz#54da3a6c4ba3daf0d8477a538a481326091815f3"
integrity sha512-GmoNPxWDMkVpMFa9LVVzQZHF6EW3WKmBwL+4/GeILf2hFmix5Isxm7Amamo8o7bHiU0tC+wXsGcUXOxp8ChPaw==
dependencies:
ssh2-streams "~0.4.10"

sshpk@^1.7.0:
version "1.16.1"
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
Expand Down

0 comments on commit 6207ac1

Please sign in to comment.