Updrade runtime dependencies

This commit is contained in:
Christopher Hoskin 2020-07-02 11:08:10 +01:00
parent bcaee67a5c
commit db5084d30f
2 changed files with 368 additions and 239 deletions

File diff suppressed because it is too large Load diff

View file

@ -15,11 +15,11 @@
"lint": "eslint -f unix ."
},
"dependencies": {
"@google-cloud/logging-bunyan": "^2.0.0",
"@google-cloud/logging-bunyan": "^3.0.0",
"@overleaf/o-error": "^3.0.0",
"bunyan": "1.8.12",
"raven": "1.1.3",
"yn": "^3.1.1"
"bunyan": "^1.8.14",
"raven": "^2.6.4",
"yn": "^4.0.0"
},
"devDependencies": {
"chai": "^4.2.0",