mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-23 20:22:51 +00:00
Updrade runtime dependencies
This commit is contained in:
parent
bcaee67a5c
commit
db5084d30f
2 changed files with 368 additions and 239 deletions
599
libraries/logger/package-lock.json
generated
599
libraries/logger/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue