Merge pull request #19 from overleaf/msm-update-oerror-v3

Update OError dependency to v3
This commit is contained in:
Eric Mc Sween 2020-06-08 08:34:19 -04:00 committed by GitHub
commit 510ad04d66
3 changed files with 7 additions and 7 deletions

View file

@ -1 +1 @@
4.2.1 10.21.0

View file

@ -1,6 +1,6 @@
{ {
"name": "logger-sharelatex", "name": "logger-sharelatex",
"version": "1.9.0", "version": "1.9.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -140,9 +140,9 @@
} }
}, },
"@overleaf/o-error": { "@overleaf/o-error": {
"version": "2.1.0", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/@overleaf/o-error/-/o-error-2.1.0.tgz", "resolved": "https://registry.npmjs.org/@overleaf/o-error/-/o-error-3.0.0.tgz",
"integrity": "sha512-Zd9sks9LrLw8ErHt/cXeWIkyxWAqNAvNGn7wIjLQJH6TTEEW835PWOhpch+hQwwWsTxWIx/JDj+IpZ3ouw925g==" "integrity": "sha512-LsM2s6Iy9G97ktPo0ys4VxtI/m3ahc1ZHwjo5XnhXtjeIkkkVAehsrcRRoV/yWepPjymB0oZonhcfojpjYR/tg=="
}, },
"@protobufjs/aspromise": { "@protobufjs/aspromise": {
"version": "1.1.2", "version": "1.1.2",

View file

@ -7,7 +7,7 @@
"url": "http://github.com/sharelatex/logger-sharelatex.git" "url": "http://github.com/sharelatex/logger-sharelatex.git"
}, },
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"version": "1.9.1", "version": "2.0.0",
"scripts": { "scripts": {
"test": "mocha test/**/*.js", "test": "mocha test/**/*.js",
"format": "prettier-eslint '**/*.js' --list-different", "format": "prettier-eslint '**/*.js' --list-different",
@ -16,7 +16,7 @@
}, },
"dependencies": { "dependencies": {
"@google-cloud/logging-bunyan": "^2.0.0", "@google-cloud/logging-bunyan": "^2.0.0",
"@overleaf/o-error": "^2.0.0", "@overleaf/o-error": "^3.0.0",
"bunyan": "1.8.12", "bunyan": "1.8.12",
"raven": "1.1.3", "raven": "1.1.3",
"request": "2.88.0", "request": "2.88.0",