From 080417fc64337609f5da7767789daa2758ce56aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 17:12:56 +0000 Subject: [PATCH] Bump ssh2-sftp-client from 5.0.2 to 5.1.0 Bumps [ssh2-sftp-client](https://github.com/theophilusx/ssh2-sftp-client) from 5.0.2 to 5.1.0. - [Release notes](https://github.com/theophilusx/ssh2-sftp-client/releases) - [Commits](https://github.com/theophilusx/ssh2-sftp-client/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 6484cbe..7073679 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "ora": "4.0.3", "prompts": "2.3.1", "rimraf": "3.0.2", - "ssh2-sftp-client": "5.0.2", + "ssh2-sftp-client": "5.1.0", "typescript": "3.8.3", "unzipper": "0.10.10", "yarn": "1.22.1" diff --git a/yarn.lock b/yarn.lock index b85c045..fb74578 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2455,30 +2455,30 @@ sprintf-js@^1.1.2: resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.2.tgz#da1765262bf8c0f571749f2ad6c26300207ae673" integrity sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug== -ssh2-sftp-client@5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/ssh2-sftp-client/-/ssh2-sftp-client-5.0.2.tgz#ab40e102e4deabc31182ba5c3f71d24417028b98" - integrity sha512-uQdeR9TOvuYsegswqTCDy0xEHjGiu570ERKL+s2ddDZzoqnk7du7o1kbDVXawcmvGRrbbpNKAUfAJKQ8HvbFsA== +ssh2-sftp-client@5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/ssh2-sftp-client/-/ssh2-sftp-client-5.1.0.tgz#6c86b6566d68ff8d6e4a31e11164404aea3602aa" + integrity sha512-8f2oLbqeUwSXBqNl4yO+RsC9Z6PGhxOFqksLfXI5ipia8A2iyyTkOkOgG5s1LnrNTr07DyYcEcq3pLWDrPPtyQ== dependencies: concat-stream "^2.0.0" retry "^0.12.0" - ssh2 "^0.8.7" + ssh2 "^0.8.8" -ssh2-streams@~0.4.8: - version "0.4.8" - resolved "https://registry.yarnpkg.com/ssh2-streams/-/ssh2-streams-0.4.8.tgz#2ff92df2e0063fef86cf934eaea197967deda715" - integrity sha512-auxXfgYySz2vYw7TMU7PK7vFI7EPvhvTH8/tZPgGaWocK4p/vwCMiV3icz9AEkb0R40kOKZtFtqYIxDJyJiytw== +ssh2-streams@~0.4.9: + version "0.4.9" + resolved "https://registry.yarnpkg.com/ssh2-streams/-/ssh2-streams-0.4.9.tgz#d3d92155410001437d27119d9c023b303cbe2309" + integrity sha512-glMQKeYKuA+rLaH16fJC3nZMV1BWklbxuYCR4C5/LlBSf2yaoNRpPU7Ul702xsi5nvYjIx9XDkKBJwrBjkDynw== dependencies: asn1 "~0.2.0" bcrypt-pbkdf "^1.0.2" streamsearch "~0.1.2" -ssh2@^0.8.7: - version "0.8.7" - resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-0.8.7.tgz#2dc15206f493010b98027201cf399b90bab79c89" - integrity sha512-/u1BO12kb0lDVxJXejWB9pxyF3/ncgRqI9vPCZuPzo05pdNDzqUeQRavScwSPsfMGK+5H/VRqp1IierIx0Bcxw== +ssh2@^0.8.8: + version "0.8.8" + resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-0.8.8.tgz#1d9815e287faef623ae2b7db32e674dadbef4664" + integrity sha512-egJVQkf3sbjECTY6rCeg8rgV/fab6S/7E5kpYqHT3Fe/YpfJbLYeA1qTcB2d+LRUUAjqKi7rlbfWkaP66YdpAQ== dependencies: - ssh2-streams "~0.4.8" + ssh2-streams "~0.4.9" streamsearch@~0.1.2: version "0.1.2"