updated OError dependency to v3

This commit is contained in:
Miguel Serrano 2020-06-03 11:09:48 +02:00
parent b91e59e8a7
commit 7917fd4fbd
2 changed files with 9 additions and 4 deletions

View file

@ -940,9 +940,9 @@
}
},
"@overleaf/o-error": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@overleaf/o-error/-/o-error-2.1.0.tgz",
"integrity": "sha512-Zd9sks9LrLw8ErHt/cXeWIkyxWAqNAvNGn7wIjLQJH6TTEEW835PWOhpch+hQwwWsTxWIx/JDj+IpZ3ouw925g=="
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@overleaf/o-error/-/o-error-3.0.0.tgz",
"integrity": "sha512-LsM2s6Iy9G97ktPo0ys4VxtI/m3ahc1ZHwjo5XnhXtjeIkkkVAehsrcRRoV/yWepPjymB0oZonhcfojpjYR/tg=="
},
"@protobufjs/aspromise": {
"version": "1.1.2",
@ -3966,6 +3966,11 @@
"yn": "^3.1.1"
},
"dependencies": {
"@overleaf/o-error": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@overleaf/o-error/-/o-error-2.1.0.tgz",
"integrity": "sha512-Zd9sks9LrLw8ErHt/cXeWIkyxWAqNAvNGn7wIjLQJH6TTEEW835PWOhpch+hQwwWsTxWIx/JDj+IpZ3ouw925g=="
},
"qs": {
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",

View file

@ -24,7 +24,7 @@
},
"version": "0.1.4",
"dependencies": {
"@overleaf/o-error": "^2.1.0",
"@overleaf/o-error": "^3.0.0",
"async": "^2.6.3",
"body-parser": "^1.19.0",
"coffee-script": "^1.12.7",