From fc43344f65ad478750c130c9ac62b14590fe255e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 04:14:13 +0000 Subject: [PATCH] Bump joi from 17.9.2 to 17.10.1 Bumps [joi](https://github.com/hapijs/joi) from 17.9.2 to 17.10.1. - [Commits](https://github.com/hapijs/joi/compare/v17.9.2...v17.10.1) --- 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 0250754..4987659 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "bcrypt": "^5.1.1", "express": "^4.18.2", - "joi": "^17.9.2", + "joi": "^17.10.1", "mongoose": "^7.4.5", "mongoose-field-encryption": "^7.0.1", "nodemailer": "^6.9.4", diff --git a/yarn.lock b/yarn.lock index e6a5622..7a0e8a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1183,10 +1183,10 @@ isexe@^2.0.0: resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== -joi@^17.9.2: - version "17.9.2" - resolved "https://registry.yarnpkg.com/joi/-/joi-17.9.2.tgz#8b2e4724188369f55451aebd1d0b1d9482470690" - integrity sha512-Itk/r+V4Dx0V3c7RLFdRh12IOjySm2/WGPMubBT92cQvRfYZhPM2W0hZlctjj72iES8jsRCwp7S/cRmWBnJ4nw== +joi@^17.10.1: + version "17.10.1" + resolved "https://registry.yarnpkg.com/joi/-/joi-17.10.1.tgz#f908ee1617137cca5d83b91587cde80e472b5753" + integrity sha512-vIiDxQKmRidUVp8KngT8MZSOcmRVm2zV7jbMjNYWuHcJWI0bUck3nRTGQjhpPlQenIQIBC5Vp9AhcnHbWQqafw== dependencies: "@hapi/hoek" "^9.0.0" "@hapi/topo" "^5.0.0"