updated package.json

This commit is contained in:
Kasra Bigdeli
2018-11-18 19:05:23 -08:00
parent 28dd656597
commit 3159566e55
2 changed files with 580 additions and 322 deletions
+566 -308
View File
File diff suppressed because it is too large Load Diff
+14 -14
View File
@@ -9,30 +9,30 @@
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"configstore": "^3.1.1",
"configstore": "^3.1.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"dockerode": "^2.5.0",
"ejs": "~2.5.6",
"express": "~4.16.3",
"fs-extra": "^4.0.0",
"http-proxy": "^1.16.2",
"dockerode": "^2.5.7",
"ejs": "^2.5.9",
"express": "^4.16.4",
"fs-extra": "^4.0.3",
"http-proxy": "^1.17.0",
"is-valid-path": "^0.1.1",
"js-base64": "^2.1.9",
"jsonwebtoken": "^8.2.0",
"moment": "^2.21.0",
"js-base64": "^2.4.9",
"jsonwebtoken": "^8.4.0",
"moment": "^2.22.2",
"morgan": "^1.9.1",
"multer": "^1.3.0",
"multer": "^1.4.1",
"on-finished": "^2.3.0",
"public-ip": "^2.3.5",
"recursive-readdir": "^2.2.1",
"public-ip": "^2.4.0",
"recursive-readdir": "^2.2.2",
"request": "^2.88.0",
"require-from-string": "^2.0.2",
"serve-favicon": "~2.4.2",
"simple-git": "^1.85.0",
"simple-git": "^1.107.0",
"ssh2": "^0.5.5",
"tar": "^3.1.7",
"uuid": "^3.1.0",
"uuid": "^3.3.2",
"validator": "^8.1.0"
},
"devDependencies": {