ssh2-connect
Advanced tools
Comparing version 3.4.2 to 3.4.3
@@ -5,2 +5,4 @@ # Changelog | ||
### [3.4.3](https://github.com/adaltas/node-ssh2-connect/compare/v3.4.2...v3.4.3) (2024-06-12) | ||
### [3.4.2](https://github.com/adaltas/node-ssh2-connect/compare/v3.4.1...v3.4.2) (2023-11-19) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "ssh2-connect", | ||
"description": "Callback-based api behind ssh2 to open an SSH connection", | ||
"version": "3.4.2", | ||
"version": "3.4.3", | ||
"author": "David Worms <david@adaltas.com> (https://www.adaltas.com)", | ||
@@ -28,11 +28,11 @@ "coffeelintConfig": { | ||
"mixme": "^1.1.0", | ||
"ssh2": "~1.14.0" | ||
"ssh2": "~1.15.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^18.4.2", | ||
"@commitlint/config-conventional": "^18.4.2", | ||
"@commitlint/cz-commitlint": "^18.4.2", | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@commitlint/cz-commitlint": "^19.2.0", | ||
"coffeescript": "^2.7.0", | ||
"husky": "^8.0.3", | ||
"mocha": "~10.2.0", | ||
"husky": "^9.0.11", | ||
"mocha": "~10.4.0", | ||
"should": "~13.2.3", | ||
@@ -39,0 +39,0 @@ "standard-version": "^9.5.0" |
15381
+ Addedssh2@1.15.0(transitive)
- Removedssh2@1.14.0(transitive)
Updatedssh2@~1.15.0