From 176108a682e9e50c4dd6c00e0276f527d987f803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 04:20:47 +0000 Subject: [PATCH] Bump joi from 17.10.1 to 17.11.0 Bumps [joi](https://github.com/hapijs/joi) from 17.10.1 to 17.11.0. - [Commits](https://github.com/hapijs/joi/compare/v17.10.1...v17.11.0) --- updated-dependencies: - dependency-name: joi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7c08af5..f60a204 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "bcrypt": "^5.1.1", "cors": "^2.8.5", "express": "^4.18.2", - "joi": "^17.10.1", + "joi": "^17.11.0", "mongoose": "^7.5.1", "mongoose-field-encryption": "^7.0.1", "nodemailer": "^6.9.5", diff --git a/yarn.lock b/yarn.lock index c8fbe0c..84b7ff3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1205,10 +1205,10 @@ isexe@^2.0.0: resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== -joi@^17.10.1: - version "17.10.1" - resolved "https://registry.npmjs.org/joi/-/joi-17.10.1.tgz" - integrity sha512-vIiDxQKmRidUVp8KngT8MZSOcmRVm2zV7jbMjNYWuHcJWI0bUck3nRTGQjhpPlQenIQIBC5Vp9AhcnHbWQqafw== +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"