Skip to content

Commit 971ec31

Browse files
author
Ivan Duplenskikh
committed
Update ssh2 dependency in SshV0 and CopyFilesOverSSHV0 tasks
Update ssh2-sftp-client to latest version for node 10 Update ssh2 and ssh2-sftp-client types
1 parent 36db7b1 commit 971ec31

23 files changed

+219
-157
lines changed

Tasks/CopyFilesOverSSHV0/package-lock.json

+38-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/CopyFilesOverSSHV0/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"homepage": "https://github.com/Microsoft.com/vsts-tasks#readme",
1919
"dependencies": {
20-
"ssh2": "^1.4.0",
21-
"ssh2-sftp-client": "^7.0.4",
20+
"ssh2": "^1.15.0",
21+
"ssh2-sftp-client": "^9.1.0",
2222
"minimatch": "^3.0.4",
2323
"azure-pipelines-task-lib": "^5.0.0-preview.0",
2424
"@types/mocha": "^5.2.7"

Tasks/CopyFilesOverSSHV0/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 231,
20+
"Minor": 235,
2121
"Patch": 0
2222
},
2323
"demands": [],

Tasks/CopyFilesOverSSHV0/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 231,
20+
"Minor": 235,
2121
"Patch": 0
2222
},
2323
"demands": [],

Tasks/SshV0/package-lock.json

+45-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/SshV0/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"@types/mocha": "^5.2.7",
88
"@types/node": "^16.11.39",
99
"@types/q": "^1.0.7",
10-
"@types/ssh2": "1.11.6",
11-
"@types/ssh2-sftp-client": "^5.2.0",
10+
"@types/ssh2": "^1.11.19",
11+
"@types/ssh2-sftp-client": "^9.0.3",
1212
"azure-pipelines-task-lib": "^5.0.0-preview.0",
1313
"azure-pipelines-tasks-utility-common": "^3.230.0",
14-
"ssh2": "^1.14.0",
15-
"ssh2-sftp-client": "^8.1.0",
14+
"ssh2": "^1.15.0",
15+
"ssh2-sftp-client": "^9.1.0",
1616
"uuid": "^3.2.1"
1717
},
1818
"devDependencies": {

Tasks/SshV0/task.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 231,
21-
"Patch": 2
20+
"Minor": 235,
21+
"Patch": 0
2222
},
2323
"demands": [],
2424
"minimumAgentVersion": "2.144.0",

Tasks/SshV0/task.loc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 231,
21-
"Patch": 2
20+
"Minor": 235,
21+
"Patch": 0
2222
},
2323
"demands": [],
2424
"minimumAgentVersion": "2.144.0",
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|0.231.0
2-
Node20-225|0.231.1
1+
Default|0.235.0
2+
Node20-225|0.235.1

0 commit comments

Comments
 (0)