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 ." "lint": "eslint -f unix ."
}, },
"dependencies": { "dependencies": {
"@google-cloud/logging-bunyan": "^2.0.0", "@google-cloud/logging-bunyan": "^3.0.0",
"@overleaf/o-error": "^3.0.0", "@overleaf/o-error": "^3.0.0",
"bunyan": "1.8.12", "bunyan": "^1.8.14",
"raven": "1.1.3", "raven": "^2.6.4",
"yn": "^3.1.1" "yn": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"chai": "^4.2.0", "chai": "^4.2.0",