From a6309aeb70aead99bbae24ebdf5beff31ec39ed4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 05:21:23 +0000 Subject: [PATCH] build(deps): bump @hapi/joi from 16.1.4 to 16.1.5 in /backend Bumps [@hapi/joi](https://github.com/hapijs/joi) from 16.1.4 to 16.1.5. - [Release notes](https://github.com/hapijs/joi/releases) - [Changelog](https://github.com/hapijs/joi/blob/master/CHANGELOG.md) - [Commits](https://github.com/hapijs/joi/compare/v16.1.4...v16.1.5) Signed-off-by: dependabot-preview[bot] --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 4cebba408..b7e52eb8a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -41,7 +41,7 @@ ] }, "dependencies": { - "@hapi/joi": "^16.1.4", + "@hapi/joi": "^16.1.5", "@sentry/node": "^5.6.2", "apollo-cache-inmemory": "~1.6.3", "apollo-client": "~2.6.4", diff --git a/backend/yarn.lock b/backend/yarn.lock index d3f9b12fd..6b11cb1d7 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -766,10 +766,10 @@ "@hapi/hoek" "8.x.x" "@hapi/topo" "3.x.x" -"@hapi/joi@^16.1.4": - version "16.1.4" - resolved "https://registry.yarnpkg.com/@hapi/joi/-/joi-16.1.4.tgz#b039fe474a0ab838c1a90620c53a208fcef75d99" - integrity sha512-m7ctezhxjob+dSpXnCNlgAj6rrEpdSsaWu3GWL3g1AybQCU36mlAo9IwGFJwIxD+oHgdO6mYyviYlaejX+qN6g== +"@hapi/joi@^16.1.5": + version "16.1.5" + resolved "https://registry.yarnpkg.com/@hapi/joi/-/joi-16.1.5.tgz#06bdfec1084f46bff6be8f6b4076d8314c81cea2" + integrity sha512-FnVe0t1YQbF0H4fhFM6qBL7lIP4wdVHdFFBkloxgCkpKKdaCB6Z2UaNI0UalaDRHbRM9BvfTfyUKJg7tGtBSXg== dependencies: "@hapi/address" "^2.1.2" "@hapi/formula" "^1.2.0"