From ce7121c557117bece363e0f4ac1e405c6ba76b98 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 06:03:40 +0100 Subject: [PATCH] Bump @hapi/joi from 17.0.2 to 17.1.0 Bumps [@hapi/joi](https://github.com/hapijs/joi) from 17.0.2 to 17.1.0. - [Release notes](https://github.com/hapijs/joi/releases) - [Commits](https://github.com/hapijs/joi/compare/v17.0.2...v17.1.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36bb53b0..70208bac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -633,9 +633,9 @@ } }, "@hapi/joi": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-17.0.2.tgz", - "integrity": "sha512-84icw1yV3vbRzUidqFli1Gqr8diigOhTuKzlu3gqBXBm4Lukqe5apjyeJJhGO4rO/J3NiRjy1vXQ5bmhc5+fUA==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-17.1.0.tgz", + "integrity": "sha512-ob67RcPlwRWxBzLCnWvcwx5qbwf88I3ykD7gcJLWOTRfLLgosK7r6aeChz4thA3XRvuBfI0KB1tPVl2EQFlPXw==", "requires": { "@hapi/address": "^4.0.0", "@hapi/formula": "^2.0.0", diff --git a/package.json b/package.json index 041b4667..4319d227 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@hapi/boom": "9.0.0", "@hapi/hapi": "19.0.5", "@hapi/inert": "6.0.1", - "@hapi/joi": "17.0.2", + "@hapi/joi": "17.1.0", "@hapi/vision": "6.0.0", "hapi-pagination": "3.0.0", "hapi-swagger": "12.0.0",