From 55711b4a1fb047348e13f2eac6444513e32a579c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 04:21:14 +0000 Subject: [PATCH] Bump @hapi/joi from 16.1.1 to 16.1.2 in /backend Bumps [@hapi/joi](https://github.com/hapijs/joi) from 16.1.1 to 16.1.2. - [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.1...v16.1.2) 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 fa44daef8..6b6ee273c 100644 --- a/backend/package.json +++ b/backend/package.json @@ -41,7 +41,7 @@ ] }, "dependencies": { - "@hapi/joi": "^16.1.1", + "@hapi/joi": "^16.1.2", "@sentry/node": "^5.6.2", "activitystrea.ms": "~2.1.3", "apollo-cache-inmemory": "~1.6.3", diff --git a/backend/yarn.lock b/backend/yarn.lock index 4f381e812..61357e79d 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.1": - version "16.1.1" - resolved "https://registry.yarnpkg.com/@hapi/joi/-/joi-16.1.1.tgz#67a47cf46b163782ab69802b17ac4a86fb89f83e" - integrity sha512-v/XNMGNz+Nx7578Cx2bMunoQHuY4LFxRltJ6uA1LjS6LWakgPCJC4MTr1ucfCnjjbDtaQizrQx9oWXY3WcFcyw== +"@hapi/joi@^16.1.2": + version "16.1.2" + resolved "https://registry.yarnpkg.com/@hapi/joi/-/joi-16.1.2.tgz#c566d9e0d81d6847f7622f7d5e23adadaa2d7332" + integrity sha512-wkMIEMQQPNmat9P7zws7wO8Gon9W3NgG5Pac1m0LK8bQ1bbszofxzL0CJogAgzitk5rZZw5/txR+wOK/ioLmGw== dependencies: "@hapi/address" "^2.1.1" "@hapi/formula" "^1.2.0"