Skip to content

Commit

Permalink
Bump dependencies - inc. ssh2
Browse files Browse the repository at this point in the history
  • Loading branch information
theophilusx committed May 2, 2023
1 parent d27ff7f commit 610bcd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssh2-sftp-client",
"version": "9.0.4",
"version": "9.1.0",
"description": "ssh2 sftp client for node",
"main": "src/index.js",
"repository": {
Expand Down Expand Up @@ -51,6 +51,6 @@
"dependencies": {
"concat-stream": "^2.0.0",
"promise-retry": "^2.0.1",
"ssh2": "^1.11.0"
"ssh2": "^1.12.0"
}
}

0 comments on commit 610bcd0

Please sign in to comment.