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

Commit 590e93a

Browse files
authored
Merge pull request #40 from Stocard/dep_updates
chore: Update dependencies and docker node versions.
2 parents f908f4e + 872cc8e commit 590e93a

3 files changed

Lines changed: 1691 additions & 1331 deletions

File tree

package.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
"license": "MIT",
77
"description": "Easy to use ssh client with port forwarding and bastion host support",
88
"dependencies": {
9-
"debug": "^4.1.1",
10-
"ssh2": "^0.8.9"
9+
"debug": "^4.3.3",
10+
"ssh2": "^1.5.0"
11+
},
12+
"engines": {
13+
"node": ">=10.16.0"
1114
},
1215
"keywords": [
1316
"node",
@@ -27,14 +30,14 @@
2730
"test": "nyc ./node_modules/mocha/bin/_mocha --ui bdd --recursive --timeout 30000 --require ts-node/register \"test/test.ts\""
2831
},
2932
"devDependencies": {
30-
"@types/mocha": "^5.2.5",
31-
"@types/node": "^10.3.1",
32-
"@types/ssh2": "^0.5.35",
33-
"mocha": "^5.2.0",
34-
"nyc": "^15.0.0",
33+
"@types/mocha": "^5.2.7",
34+
"@types/node": "^10.17.60",
35+
"@types/ssh2": "^0.5.50",
36+
"mocha": "^9.1.3",
37+
"nyc": "^15.1.0",
3538
"ts-node": "^7.0.1",
36-
"tslint": "^5.10.0",
37-
"tslint-config-airbnb": "^5.11.0",
38-
"typescript": "^3.0.3"
39+
"tslint": "^5.20.1",
40+
"tslint-config-airbnb": "^5.11.2",
41+
"typescript": "^3.9.10"
3942
}
4043
}

test/client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM stocard/node:8.11
1+
FROM stocard/node:12
22
COPY ./package.json ./package.json
33
COPY ./yarn.lock ./yarn.lock
44
RUN yarn install --silent --frozen-lockfile

0 commit comments

Comments
 (0)