fix: upgrade joi from 17.7.0 to 17.9.1

Snyk has created this PR to upgrade joi from 17.7.0 to 17.9.1.

See this package in npm:
https://www.npmjs.com/package/joi

See this project in Snyk:
https://app.snyk.io/org/cameri/project/2f0c25a2-d08a-45e1-a6f4-84766cbed88d?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2023-04-22 02:22:02 +00:00
parent be6d6f1454
commit 542bcc1bb4
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -18,7 +18,7 @@
"dotenv": "16.0.3",
"express": "4.18.2",
"helmet": "6.0.1",
"joi": "17.7.0",
"joi": "^17.9.1",
"js-yaml": "4.1.0",
"knex": "2.4.2",
"pg": "8.9.0",
@ -6119,14 +6119,14 @@
}
},
"node_modules/joi": {
"version": "17.7.0",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.7.0.tgz",
"integrity": "sha512-1/ugc8djfn93rTE3WRKdCzGGt/EtiYKxITMO4Wiv6q5JL1gl9ePt4kBsl1S499nbosspfctIQTpYIhSmHA3WAg==",
"version": "17.9.1",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.9.1.tgz",
"integrity": "sha512-FariIi9j6QODKATGBrEX7HZcja8Bsh3rfdGYy/Sb65sGlZWK/QWesU1ghk7aJWDj95knjXlQfSmzFSPPkLVsfw==",
"dependencies": {
"@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0",
"@sideway/address": "^4.1.3",
"@sideway/formula": "^3.0.0",
"@sideway/formula": "^3.0.1",
"@sideway/pinpoint": "^2.0.0"
}
},
@ -17920,14 +17920,14 @@
"dev": true
},
"joi": {
"version": "17.7.0",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.7.0.tgz",
"integrity": "sha512-1/ugc8djfn93rTE3WRKdCzGGt/EtiYKxITMO4Wiv6q5JL1gl9ePt4kBsl1S499nbosspfctIQTpYIhSmHA3WAg==",
"version": "17.9.1",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.9.1.tgz",
"integrity": "sha512-FariIi9j6QODKATGBrEX7HZcja8Bsh3rfdGYy/Sb65sGlZWK/QWesU1ghk7aJWDj95knjXlQfSmzFSPPkLVsfw==",
"requires": {
"@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0",
"@sideway/address": "^4.1.3",
"@sideway/formula": "^3.0.0",
"@sideway/formula": "^3.0.1",
"@sideway/pinpoint": "^2.0.0"
}
},

View File

@ -124,7 +124,7 @@
"dotenv": "16.0.3",
"express": "4.18.2",
"helmet": "6.0.1",
"joi": "17.7.0",
"joi": "17.9.1",
"js-yaml": "4.1.0",
"knex": "2.4.2",
"pg": "8.9.0",