Skip to content

Commit

Permalink
version 1.2.4
Browse files Browse the repository at this point in the history
Update to node 20
Update basic-ftp 5.0.2 to 5.0.5
  • Loading branch information
SamKirkland committed Mar 2, 2024
1 parent 198e425 commit 9039859
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
31 changes: 20 additions & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@samkirkland/ftp-deploy",
"version": "1.2.3",
"version": "1.2.4",
"private": false,
"description": "Deploy files to a ftp server",
"main": "dist/module.js",
Expand All @@ -26,7 +26,7 @@
"author": "Sam Kirkland",
"license": "MIT",
"dependencies": {
"basic-ftp": "^5.0.2",
"basic-ftp": "^5.0.5",
"lodash": "^4.17.21",
"multimatch": "^5.0.0",
"pretty-bytes": "^5.6.0",
Expand All @@ -38,7 +38,7 @@
"@types/jest": "^28.1.7",
"@types/lodash": "^4.14.191",
"@types/minimatch": "^3.0.4",
"@types/node": "^18.7.9",
"@types/node": "^20.11.24",
"@types/yargs": "^17.0.22",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
Expand Down

0 comments on commit 9039859

Please sign in to comment.