diff --git a/package.json b/package.json index 98372acec455..d9bccf1f5d4e 100644 --- a/package.json +++ b/package.json @@ -224,7 +224,7 @@ "handlebars": "^4.7.7", "http-proxy": "^1.18.1", "immer": "^9.0.6", - "joi": "^17.5.0", + "joi": "^17.6.0", "js-yaml": "^4.1.0", "jsdom": "^16.7.0", "jsonpath": "^1.1.1", diff --git a/yarn.lock b/yarn.lock index 774510d5cbab..3b83a8f4039c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8093,10 +8093,10 @@ jest@26.6.3: import-local "^3.0.2" jest-cli "^26.6.3" -joi@^17.5.0: - version "17.5.0" - resolved "https://registry.yarnpkg.com/joi/-/joi-17.5.0.tgz#7e66d0004b5045d971cf416a55fb61d33ac6e011" - integrity sha512-R7hR50COp7StzLnDi4ywOXHrBrgNXuUUfJWIR5lPY5Bm/pOD3jZaTwpluUXVLRWcoWZxkrHBBJ5hLxgnlehbdw== +joi@^17.6.0: + version "17.6.0" + resolved "https://registry.yarnpkg.com/joi/-/joi-17.6.0.tgz#0bb54f2f006c09a96e75ce687957bd04290054b2" + integrity sha512-OX5dG6DTbcr/kbMFj0KGYxuew69HPcAE3K/sZpEV2nP6e/j/C0HV+HNiBPCASxdx5T7DMoa0s8UeHWMnb6n2zw== dependencies: "@hapi/hoek" "^9.0.0" "@hapi/topo" "^5.0.0"