Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
176108a682
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] <support@github.com>
2023-10-05 04:20:47 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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"