ftp-deploy
Advanced tools
Comparing version 2.3.4 to 2.3.5
{ | ||
"name": "ftp-deploy", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"author": "Simon Hampton", | ||
@@ -12,13 +12,13 @@ "description": "Ftp a folder from your local disk to an ftp destination", | ||
"dependencies": { | ||
"bluebird": "^3.5.1", | ||
"bluebird": "^3.7.0", | ||
"minimatch": "3.0.4", | ||
"promise-ftp": "^1.3.5", | ||
"read": "^1.0.7", | ||
"upath": "^1.0.5" | ||
"upath": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"chai": "^4.2.0", | ||
"delete": "^1.1.0", | ||
"ftp-srv": "^3.0.4", | ||
"mocha": "^4.1.0" | ||
"ftp-srv": "^4.2.0", | ||
"mocha": "^6.2.1" | ||
}, | ||
@@ -25,0 +25,0 @@ "keywords": [ |
Updatedbluebird@^3.7.0
Updatedupath@^1.2.0