From 97106598a4281ee1773fb300ae972f9ebc833fca Mon Sep 17 00:00:00 2001 From: Jordan Willis <31868510+will0684@users.noreply.github.com> Date: Fri, 3 Nov 2023 07:52:05 -0400 Subject: [PATCH] fix: upgrade joi from 17.10.2 to 17.11.0 (#914) Snyk has created this PR to upgrade joi from 17.10.2 to 17.11.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/p0nder0sa/project/270b554d-5de8-452f-ad01-8bceb7604a92?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ca57f39d62..a040382fb9 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "graphql": "^16.8.1", "i18next": "^23.4.5", "i18next-http-backend": "^1.4.5", - "joi": "^17.10.1", + "joi": "^17.11.0", "js-cookie": "^3.0.5", "json2csv": "^5.0.6", "next": "^13.2.3", diff --git a/yarn.lock b/yarn.lock index efd4d7036e..264f5793bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7972,10 +7972,10 @@ jest@^26.6.3: import-local "^3.0.2" jest-cli "^26.6.3" -joi@^17.10.1: - version "17.10.2" - resolved "https://registry.yarnpkg.com/joi/-/joi-17.10.2.tgz#4ecc348aa89ede0b48335aad172e0f5591e55b29" - integrity sha512-hcVhjBxRNW/is3nNLdGLIjkgXetkeGc2wyhydhz8KumG23Aerk4HPjU5zaPAMRqXQFc0xNqXTC7+zQjxr0GlKA== +joi@^17.11.0: + version "17.11.0" + resolved "https://registry.yarnpkg.com/joi/-/joi-17.11.0.tgz#aa9da753578ec7720e6f0ca2c7046996ed04fc1a" + integrity sha512-NgB+lZLNoqISVy1rZocE9PZI36bL/77ie924Ri43yEvi9GUUMPeyVIr8KdFTMUlby1p0PBYMk9spIxEUQYqrJQ== dependencies: "@hapi/hoek" "^9.0.0" "@hapi/topo" "^5.0.0"