Skip to content
Snippets Groups Projects
Commit 2f687569 authored by Jure's avatar Jure
Browse files

Upgrade joi

parent 935cd095
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
"@pubsweet/logger": "^0.1.0", "@pubsweet/logger": "^0.1.0",
"fs-extra": "^4.0.2", "fs-extra": "^4.0.2",
"isomorphic-fetch": "^2.2.1", "isomorphic-fetch": "^2.2.1",
"joi": "^11.0.2", "joi": "^13.1.0",
"pouchdb": "^6.3.4", "pouchdb": "^6.3.4",
"pubsweet-server": "^1.0.2" "pubsweet-server": "^1.0.2"
} }
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
}, },
"dependencies": { "dependencies": {
"config": "^1.26.2", "config": "^1.26.2",
"joi": "^10.6.0", "joi": "^13.1.0",
"lodash": "^4.17.4" "lodash": "^4.17.4"
} }
} }
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
"express": "^4.16.1", "express": "^4.16.1",
"helmet": "^3.8.1", "helmet": "^3.8.1",
"http-status-codes": "^1.0.6", "http-status-codes": "^1.0.6",
"joi": "^10.0.6", "joi": "^13.1.0",
"jsonwebtoken": "^7.1.7", "jsonwebtoken": "^7.1.7",
"lodash": "^4.0.0", "lodash": "^4.0.0",
"minimist": "^1.2.0", "minimist": "^1.2.0",
......
...@@ -4774,6 +4774,10 @@ hoek@4.x.x: ...@@ -4774,6 +4774,10 @@ hoek@4.x.x:
version "4.2.0" version "4.2.0"
resolved "https://registry.yarnpkg.com/hoek/-/hoek-4.2.0.tgz#72d9d0754f7fe25ca2d01ad8f8f9a9449a89526d" resolved "https://registry.yarnpkg.com/hoek/-/hoek-4.2.0.tgz#72d9d0754f7fe25ca2d01ad8f8f9a9449a89526d"
hoek@5.x.x:
version "5.0.2"
resolved "https://registry.yarnpkg.com/hoek/-/hoek-5.0.2.tgz#d2f2c95d36fe7189cf8aa8c237abc1950eca1378"
hoist-non-react-statics@^1.2.0: hoist-non-react-statics@^1.2.0:
version "1.2.0" version "1.2.0"
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz#aa448cf0986d55cc40773b17174b7dd066cb7cfb" resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz#aa448cf0986d55cc40773b17174b7dd066cb7cfb"
...@@ -5900,6 +5904,14 @@ joi@^11.0.2: ...@@ -5900,6 +5904,14 @@ joi@^11.0.2:
isemail "3.x.x" isemail "3.x.x"
topo "2.x.x" topo "2.x.x"
joi@^13.1.0:
version "13.1.0"
resolved "https://registry.yarnpkg.com/joi/-/joi-13.1.0.tgz#59e7b8714b932a1e342c3583d5841d7169ff1822"
dependencies:
hoek "5.x.x"
isemail "3.x.x"
topo "3.x.x"
joi@^6.10.1, joi@^6.9.1: joi@^6.10.1, joi@^6.9.1:
version "6.10.1" version "6.10.1"
resolved "https://registry.yarnpkg.com/joi/-/joi-6.10.1.tgz#4d50c318079122000fe5f16af1ff8e1917b77e06" resolved "https://registry.yarnpkg.com/joi/-/joi-6.10.1.tgz#4d50c318079122000fe5f16af1ff8e1917b77e06"
...@@ -10962,6 +10974,12 @@ topo@2.x.x: ...@@ -10962,6 +10974,12 @@ topo@2.x.x:
dependencies: dependencies:
hoek "4.x.x" hoek "4.x.x"
topo@3.x.x:
version "3.0.0"
resolved "https://registry.yarnpkg.com/topo/-/topo-3.0.0.tgz#37e48c330efeac784538e0acd3e62ca5e231fe7a"
dependencies:
hoek "5.x.x"
toposort@^1.0.0: toposort@^1.0.0:
version "1.0.6" version "1.0.6"
resolved "https://registry.yarnpkg.com/toposort/-/toposort-1.0.6.tgz#c31748e55d210effc00fdcdc7d6e68d7d7bb9cec" resolved "https://registry.yarnpkg.com/toposort/-/toposort-1.0.6.tgz#c31748e55d210effc00fdcdc7d6e68d7d7bb9cec"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment