Update dependencies

This commit is contained in:
Akkadius 2018-08-14 00:03:21 -05:00
parent 29fd1d7591
commit 949740fc6b
2 changed files with 1340 additions and 922 deletions

2250
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,19 +9,19 @@
"always-tail": "^0.2.0", "always-tail": "^0.2.0",
"always-tail2": "^1.0.0", "always-tail2": "^1.0.0",
"basic-auth": "^1.1.0", "basic-auth": "^1.1.0",
"body-parser": "~1.17.1", "body-parser": "^1.18.3",
"cookie-parser": "~1.4.3", "cookie-parser": "~1.4.3",
"debug": "~2.6.3", "debug": "~2.6.3",
"express": "~4.15.2", "express": "^4.16.3",
"express-ipfilter": "^0.3.1", "express-ipfilter": "^0.3.1",
"forever": "^0.15.3", "forever": "^0.15.3",
"humanize": "0.0.9", "humanize": "0.0.9",
"jade": "~1.11.0", "jade": "~1.11.0",
"jsonfile": "^3.0.1", "jsonfile": "^3.0.1",
"morgan": "~1.8.1", "morgan": "^1.9.0",
"nodemailer": "^4.1.0", "nodemailer": "^4.6.7",
"serve-favicon": "~2.4.2", "serve-favicon": "^2.5.0",
"slack-node": "^0.1.8", "slack-node": "^0.1.8",
"ws": "^3.1.0" "ws": "^3.3.3"
} }
} }