chore(deps): update dependency joi to v17.12.1

This commit is contained in:
renovate[bot] 2024-01-29 16:21:12 +00:00 committed by GitHub
parent c80ad31cf1
commit b4b90d8d36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -44,7 +44,7 @@
"class-validator": "0.14.1",
"cookie-parser": "1.4.6",
"date-fns": "2.30.0",
"joi": "17.12.0",
"joi": "17.12.1",
"lodash": "4.17.21",
"nest-raven": "10.0.1",
"nestjs-otel": "5.1.5",
@ -3246,9 +3246,9 @@
}
},
"node_modules/@sideway/address": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz",
"integrity": "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==",
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz",
"integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==",
"dependencies": {
"@hapi/hoek": "^9.0.0"
}
@ -9036,13 +9036,13 @@
}
},
"node_modules/joi": {
"version": "17.12.0",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.12.0.tgz",
"integrity": "sha512-HSLsmSmXz+PV9PYoi3p7cgIbj06WnEBNT28n+bbBNcPZXZFqCzzvGqpTBPujx/Z0nh1+KNQPDrNgdmQ8dq0qYw==",
"version": "17.12.1",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.12.1.tgz",
"integrity": "sha512-vtxmq+Lsc5SlfqotnfVjlViWfOL9nt/avKNbKYizwf6gsCfq9NYY/ceYRMFD8XDdrjJ9abJyScWmhmIiy+XRtQ==",
"dependencies": {
"@hapi/hoek": "^9.3.0",
"@hapi/topo": "^5.1.0",
"@sideway/address": "^4.1.4",
"@sideway/address": "^4.1.5",
"@sideway/formula": "^3.0.1",
"@sideway/pinpoint": "^2.0.0"
}

View file

@ -61,7 +61,7 @@
"class-validator": "0.14.1",
"cookie-parser": "1.4.6",
"date-fns": "2.30.0",
"joi": "17.12.0",
"joi": "17.12.1",
"lodash": "4.17.21",
"nest-raven": "10.0.1",
"nestjs-otel": "5.1.5",