Skip to content

Commit 8af713e

Browse files
Updated ssh2 dependency in SshV0 and CopyFilesOverSSHV0 tasks (#19532)
* 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 33c455f commit 8af713e

22 files changed

+216
-202
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-5
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": 236,
2121
"Patch": 0
2222
},
2323
"demands": [],
@@ -133,10 +133,6 @@
133133
}
134134
],
135135
"execution": {
136-
"Node10": {
137-
"target": "copyfilesoverssh.js",
138-
"argumentFormat": ""
139-
},
140136
"Node16": {
141137
"target": "copyfilesoverssh.js",
142138
"argumentFormat": ""

Tasks/CopyFilesOverSSHV0/task.loc.json

+1-5
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": 236,
2121
"Patch": 0
2222
},
2323
"demands": [],
@@ -133,10 +133,6 @@
133133
}
134134
],
135135
"execution": {
136-
"Node10": {
137-
"target": "copyfilesoverssh.js",
138-
"argumentFormat": ""
139-
},
140136
"Node16": {
141137
"target": "copyfilesoverssh.js",
142138
"argumentFormat": ""

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-6
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": 236,
21+
"Patch": 0
2222
},
2323
"demands": [],
2424
"minimumAgentVersion": "2.144.0",
@@ -147,10 +147,6 @@
147147
}
148148
],
149149
"execution": {
150-
"Node10": {
151-
"target": "ssh.js",
152-
"argumentFormat": ""
153-
},
154150
"Node16": {
155151
"target": "ssh.js",
156152
"argumentFormat": ""

Tasks/SshV0/task.loc.json

+2-6
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": 236,
21+
"Patch": 0
2222
},
2323
"demands": [],
2424
"minimumAgentVersion": "2.144.0",
@@ -147,10 +147,6 @@
147147
}
148148
],
149149
"execution": {
150-
"Node10": {
151-
"target": "ssh.js",
152-
"argumentFormat": ""
153-
},
154150
"Node16": {
155151
"target": "ssh.js",
156152
"argumentFormat": ""
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.236.0
2+
Node20-225|0.236.1

0 commit comments

Comments
 (0)