mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Bump logger to v1.5.8
This commit is contained in:
parent
25275212af
commit
6214256568
2 changed files with 9 additions and 4 deletions
11
services/filestore/npm-shrinkwrap.json
generated
11
services/filestore/npm-shrinkwrap.json
generated
|
@ -1142,9 +1142,9 @@
|
|||
"resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz"
|
||||
},
|
||||
"logger-sharelatex": {
|
||||
"version": "1.5.7",
|
||||
"from": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.5.7",
|
||||
"resolved": "git+https://github.com/sharelatex/logger-sharelatex.git#13562f8866708fc86aef8202bf5a2ce4d1c6eed7",
|
||||
"version": "1.5.8",
|
||||
"from": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.5.8",
|
||||
"resolved": "git+https://github.com/sharelatex/logger-sharelatex.git#3f841b014572706e472c47fe0d0c0c1e569bad8c",
|
||||
"dependencies": {
|
||||
"coffee-script": {
|
||||
"version": "1.12.4",
|
||||
|
@ -1202,6 +1202,11 @@
|
|||
"version": "1.6.0",
|
||||
"from": "coffee-script@1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.6.0.tgz"
|
||||
},
|
||||
"underscore": {
|
||||
"version": "1.6.0",
|
||||
"from": "underscore@>=1.6.0 <1.7.0",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"fs-extra": "^1.0.0",
|
||||
"heapdump": "^0.3.2",
|
||||
"knox": "~0.9.1",
|
||||
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.5.7",
|
||||
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.5.8",
|
||||
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v2.0.7",
|
||||
"mocha": "5.2.0",
|
||||
"node-transloadit": "0.0.4",
|
||||
|
|
Loading…
Reference in a new issue