From 30d4bbf465762aa187052409bbb605c15e16abd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 09:35:40 -0400 Subject: [PATCH] Bump joi from 17.6.4 to 17.7.0 (#6500) Bumps [joi](https://github.com/hapijs/joi) from 17.6.4 to 17.7.0. - [Release notes](https://github.com/hapijs/joi/releases) - [Commits](https://github.com/hapijs/joi/compare/v17.6.4...v17.7.0) --- updated-dependencies: - dependency-name: joi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b17aa37daa..792f8a8fd0 100644 --- a/package.json +++ b/package.json @@ -246,7 +246,7 @@ "history": "^4.10.1", "http-proxy": "^1.18.1", "immer": "^9.0.16", - "joi": "^17.6.4", + "joi": "^17.7.0", "js-yaml": "^4.1.0", "jsdom": "^16.7.0", "lodash": "^4.17.15", diff --git a/yarn.lock b/yarn.lock index aa3b8a2629..309f9542da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7816,10 +7816,10 @@ jest@^28.1.3: import-local "^3.0.2" jest-cli "^28.1.3" -joi@^17.6.4: - version "17.6.4" - resolved "https://registry.yarnpkg.com/joi/-/joi-17.6.4.tgz#4d9536a059ef0762c718ae98673016b3ec151abd" - integrity sha512-tPzkTJHZQjSFCc842QpdVpOZ9LI2txApboNUbW70qgnRB14Lzl+oWQOPdF2N4yqyiY14wBGe8lc7f/2hZxbGmw== +joi@^17.7.0: + version "17.7.0" + resolved "https://registry.yarnpkg.com/joi/-/joi-17.7.0.tgz#591a33b1fe1aca2bc27f290bcad9b9c1c570a6b3" + integrity sha512-1/ugc8djfn93rTE3WRKdCzGGt/EtiYKxITMO4Wiv6q5JL1gl9ePt4kBsl1S499nbosspfctIQTpYIhSmHA3WAg== dependencies: "@hapi/hoek" "^9.0.0" "@hapi/topo" "^5.0.0"