Update dependencies

This commit is contained in:
Thomas Oberndörfer
2019-08-09 14:45:50 +02:00
parent 93af442fff
commit 665708dbb9
4 changed files with 185 additions and 117 deletions

View File

@@ -22,15 +22,15 @@
},
"dependencies": {
"co-body": "6.0.0",
"config": "3.1.0",
"config": "3.2.2",
"koa": "2.7.0",
"koa-ejs": "4.2.0",
"koa-locales": "1.12.0",
"koa-router": "7.4.0",
"koa-static": "5.0.0",
"mongodb": "3.2.7",
"nodemailer": "6.2.1",
"openpgp": "4.5.3",
"nodemailer": "6.3.0",
"openpgp": "4.5.5",
"winston": "3.2.1",
"winston-papertrail": "1.0.5"
},
@@ -38,10 +38,10 @@
"bootstrap": "^3.4.1",
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"eslint": "^5.16.0",
"eslint": "^6.1.0",
"jquery": "^3.4.1",
"mocha": "^6.1.4",
"sinon": "^7.3.2",
"mocha": "^6.2.0",
"sinon": "^7.4.1",
"supertest": "^4.0.2"
}
}