diff --git a/backend/package.json b/backend/package.json index 071b84ecc..0dc78b7c6 100644 --- a/backend/package.json +++ b/backend/package.json @@ -32,7 +32,7 @@ ] }, "dependencies": { - "@hapi/joi": "^17.0.0", + "@hapi/joi": "^17.0.2", "@sentry/node": "^5.11.0", "apollo-cache-inmemory": "~1.6.5", "apollo-client": "~2.6.8", diff --git a/backend/yarn.lock b/backend/yarn.lock index 24c6e5fb5..4ee39498f 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -841,10 +841,10 @@ "@hapi/hoek" "8.x.x" "@hapi/topo" "3.x.x" -"@hapi/joi@^17.0.0": - version "17.0.0" - resolved "https://registry.yarnpkg.com/@hapi/joi/-/joi-17.0.0.tgz#db72e68cf1741b422ff7efe84e0218aae755ce6f" - integrity sha512-96Su6qSTW0OcFb95GHELBiqI2hmnWvo1doJ0BAFsmDcSKkOvGUSUbG6g0koh6oLI7RBd2hNljnkJw61WYyfIhw== +"@hapi/joi@^17.0.2": + version "17.0.2" + resolved "https://registry.yarnpkg.com/@hapi/joi/-/joi-17.0.2.tgz#613d47f629eb3e4ae17c8065092bce46b87771a6" + integrity sha512-84icw1yV3vbRzUidqFli1Gqr8diigOhTuKzlu3gqBXBm4Lukqe5apjyeJJhGO4rO/J3NiRjy1vXQ5bmhc5+fUA== dependencies: "@hapi/address" "^4.0.0" "@hapi/formula" "^2.0.0"