Package upgrades

This commit is contained in:
turt2live 2017-08-26 23:03:25 -06:00
parent 6dd7f26a19
commit 6c50cba535
2 changed files with 4107 additions and 1723 deletions

5816
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,19 +20,19 @@
"author": "Travis Ralston",
"dependencies": {
"body-parser": "^1.17.2",
"chalk": "^2.0.0",
"config": "^1.26.1",
"db-migrate": "^0.10.0-beta.20",
"chalk": "^2.1.0",
"config": "^1.26.2",
"db-migrate": "^0.10.0-beta.23",
"db-migrate-sqlite3": "^0.2.1",
"express": "^4.15.3",
"js-yaml": "^3.8.4",
"express": "^4.15.4",
"js-yaml": "^3.9.1",
"lodash": "^4.17.4",
"matrix-js-sdk": "^0.7.13",
"moment": "^2.18.1",
"random-string": "^0.2.0",
"request": "^2.81.0",
"sequelize": "^4.2.0",
"sqlite3": "^3.1.8",
"sequelize": "^4.7.5",
"sqlite3": "^3.1.9",
"winston": "^2.3.1"
},
"devDependencies": {