Skip to content

Commit

Permalink
Merge pull request #40 from Stocard/dep_updates
Browse files Browse the repository at this point in the history
chore: Update dependencies and docker node versions.
  • Loading branch information
Junkern authored Jan 13, 2022
2 parents f908f4e + 872cc8e commit 590e93a
Show file tree
Hide file tree
Showing 3 changed files with 1,691 additions and 1,331 deletions.
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
"license": "MIT",
"description": "Easy to use ssh client with port forwarding and bastion host support",
"dependencies": {
"debug": "^4.1.1",
"ssh2": "^0.8.9"
"debug": "^4.3.3",
"ssh2": "^1.5.0"
},
"engines": {
"node": ">=10.16.0"
},
"keywords": [
"node",
Expand All @@ -27,14 +30,14 @@
"test": "nyc ./node_modules/mocha/bin/_mocha --ui bdd --recursive --timeout 30000 --require ts-node/register \"test/test.ts\""
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^10.3.1",
"@types/ssh2": "^0.5.35",
"mocha": "^5.2.0",
"nyc": "^15.0.0",
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.60",
"@types/ssh2": "^0.5.50",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"ts-node": "^7.0.1",
"tslint": "^5.10.0",
"tslint-config-airbnb": "^5.11.0",
"typescript": "^3.0.3"
"tslint": "^5.20.1",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^3.9.10"
}
}
2 changes: 1 addition & 1 deletion test/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM stocard/node:8.11
FROM stocard/node:12
COPY ./package.json ./package.json
COPY ./yarn.lock ./yarn.lock
RUN yarn install --silent --frozen-lockfile
Expand Down
Loading

0 comments on commit 590e93a

Please sign in to comment.