Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit fc1e5dd

Browse files
committed
Update dependencies
1 parent f899f34 commit fc1e5dd

File tree

4 files changed

+432
-417
lines changed

4 files changed

+432
-417
lines changed

dist/Connection.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ declare class SSHConnection {
3333
private connectViaBastion;
3434
private connect;
3535
private getPassphrase;
36-
forward(options: ForwardingOptions): Promise<{}>;
36+
forward(options: ForwardingOptions): Promise<unknown>;
3737
}
3838
export { SSHConnection, Options };

dist/Connection.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717
Object.defineProperty(exports, "__esModule", { value: true });
18+
exports.SSHConnection = void 0;
1819
const ssh2_1 = require("ssh2");
1920
const net = require("net");
2021
const fs = require("fs");

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"test": "nyc ./node_modules/mocha/bin/_mocha --ui bdd --recursive --timeout 30000 --require ts-node/register \"test/test.ts\""
2828
},
2929
"devDependencies": {
30-
"@types/mocha": "^5.2.5",
31-
"@types/node": "^10.3.1",
30+
"@types/mocha": "^8.0.3",
31+
"@types/node": "^12.0.0",
3232
"@types/ssh2": "^0.5.35",
3333
"mocha": "^5.2.0",
3434
"nyc": "^15.0.0",
35-
"ts-node": "^7.0.1",
36-
"tslint": "^5.10.0",
35+
"ts-node": "^9.0.0",
36+
"tslint": "^6.1.0",
3737
"tslint-config-airbnb": "^5.11.0",
38-
"typescript": "^3.0.3"
38+
"typescript": "^4.0.0"
3939
}
4040
}

0 commit comments

Comments
 (0)