From 4a769a9b96f9d2999b19fb29f81702b05097fe5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 09:16:20 -0400 Subject: [PATCH] Bump joi from 17.6.2 to 17.6.3 (#6388) Bumps [joi](https://github.com/hapijs/joi) from 17.6.2 to 17.6.3. - [Release notes](https://github.com/hapijs/joi/releases) - [Commits](https://github.com/hapijs/joi/compare/v17.6.2...v17.6.3) --- updated-dependencies: - dependency-name: joi dependency-type: direct:production update-type: version-update:semver-patch ... 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 9d6f9e4615..3d390fb0a1 100644 --- a/package.json +++ b/package.json @@ -246,7 +246,7 @@ "history": "^4.10.1", "http-proxy": "^1.18.1", "immer": "^9.0.15", - "joi": "^17.6.2", + "joi": "^17.6.3", "js-yaml": "^4.1.0", "jsdom": "^16.7.0", "lodash": "^4.17.15", diff --git a/yarn.lock b/yarn.lock index 0ae3b9926b..112ba6e6a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7862,10 +7862,10 @@ jest@^28.1.3: import-local "^3.0.2" jest-cli "^28.1.3" -joi@^17.6.2: - version "17.6.2" - resolved "https://registry.yarnpkg.com/joi/-/joi-17.6.2.tgz#00ac55ce6495596545cce45309f38738cfbd7cd3" - integrity sha512-+gqqdh1xc1wb+Lor0J9toqgeReyDOCqOdG8QSdRcEvwrcRiFQZneUCGKjFjuyBWUb3uaFOgY56yMaZ5FIc+H4w== +joi@^17.6.3: + version "17.6.3" + resolved "https://registry.yarnpkg.com/joi/-/joi-17.6.3.tgz#b8e9e143f0188884563e6de50f8b23ddcd3cb2f5" + integrity sha512-YlQsIaS9MHYekzf1Qe11LjTkNzx9qhYluK3172z38RxYoAUf82XMX1p1DG1H4Wtk2ED/vPdSn9OggqtDu+aTow== dependencies: "@hapi/hoek" "^9.0.0" "@hapi/topo" "^5.0.0"