Skip to content

Commit

Permalink
Use latest ssh2 package on SshV0 CopyFilesOverSSHV0
Browse files Browse the repository at this point in the history
  • Loading branch information
olljanat committed Feb 7, 2020
1 parent 82a242c commit d2c3fdd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions Tasks/CopyFilesOverSSHV0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/CopyFilesOverSSHV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/Microsoft.com/vsts-tasks#readme",
"dependencies": {
"scp2": "^0.5.0",
"ssh2": "^0.8.2",
"ssh2": "^0.8.7",
"minimatch": "^3.0.4",
"azure-pipelines-task-lib": "^2.9.3"
}
Expand Down
16 changes: 8 additions & 8 deletions Tasks/SshV0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/SshV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@types/node": "^6.0.101",
"@types/q": "^1.0.7",
"scp2": "0.5.0",
"ssh2": "0.8.2",
"ssh2": "0.8.7",
"azure-pipelines-task-lib": "^2.9.3"
}
}

0 comments on commit d2c3fdd

Please sign in to comment.