Skip to content

Commit

Permalink
Commiting changes updating ssh2-sftp-client library from v9.1.0 to v1… (
Browse files Browse the repository at this point in the history
#37)

* Commiting changes updating ssh2-sftp-client library from v9.1.0 to v11.0.0.

* Changing package.json version number to 1.4.18
  • Loading branch information
Oliver-Lewington-Eviden authored Dec 16, 2024
1 parent 6f7e626 commit d952d6d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 30 deletions.
63 changes: 37 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffc-pay-gateway",
"version": "1.4.17",
"version": "1.4.18",
"description": "Managed Gateway integration",
"homepage": "https://github.com/DEFRA/ffc-pay-gateway",
"main": "app/index.js",
Expand All @@ -17,7 +17,8 @@
"contributors": [
"John Watson <[email protected]>",
"Sam Plackett <[email protected]>",
"Leigh Godson <[email protected]>"
"Leigh Godson <[email protected]>",
"Oliver Lewington <[email protected]>"
],
"license": "OGL-UK-3.0",
"dependencies": {
Expand All @@ -26,7 +27,7 @@
"applicationinsights": "2.9.6",
"joi": "17.6.3",
"log-timestamp": "0.3.0",
"ssh2-sftp-client": "9.1.0"
"ssh2-sftp-client": "11.0.0"
},
"devDependencies": {
"jest": "29.6.4",
Expand All @@ -51,4 +52,4 @@
"**/test-output/**"
]
}
}
}

0 comments on commit d952d6d

Please sign in to comment.