fix: upgrade joi from 17.6.4 to 17.7.0

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

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 2022-11-22 21:12:27 +00:00 committed by Ricardo Arturo Cabral Mejía
parent 30e6edf072
commit 7367c92da4
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@noble/secp256k1": "1.7.0",
"debug": "4.3.4",
"joi": "17.6.4",
"joi": "^17.7.0",
"knex": "2.3.0",
"pg": "8.8.0",
"pg-query-stream": "4.2.4",
@ -5685,9 +5685,9 @@
}
},
"node_modules/joi": {
"version": "17.6.4",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.6.4.tgz",
"integrity": "sha512-tPzkTJHZQjSFCc842QpdVpOZ9LI2txApboNUbW70qgnRB14Lzl+oWQOPdF2N4yqyiY14wBGe8lc7f/2hZxbGmw==",
"version": "17.7.0",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.7.0.tgz",
"integrity": "sha512-1/ugc8djfn93rTE3WRKdCzGGt/EtiYKxITMO4Wiv6q5JL1gl9ePt4kBsl1S499nbosspfctIQTpYIhSmHA3WAg==",
"dependencies": {
"@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0",
@ -16866,9 +16866,9 @@
"dev": true
},
"joi": {
"version": "17.6.4",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.6.4.tgz",
"integrity": "sha512-tPzkTJHZQjSFCc842QpdVpOZ9LI2txApboNUbW70qgnRB14Lzl+oWQOPdF2N4yqyiY14wBGe8lc7f/2hZxbGmw==",
"version": "17.7.0",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.7.0.tgz",
"integrity": "sha512-1/ugc8djfn93rTE3WRKdCzGGt/EtiYKxITMO4Wiv6q5JL1gl9ePt4kBsl1S499nbosspfctIQTpYIhSmHA3WAg==",
"requires": {
"@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0",

View File

@ -109,7 +109,7 @@
"dependencies": {
"@noble/secp256k1": "1.7.0",
"debug": "4.3.4",
"joi": "17.6.4",
"joi": "17.7.0",
"knex": "2.3.0",
"pg": "8.8.0",
"pg-query-stream": "4.2.4",