fix: upgrade joi from 17.6.1 to 17.6.3

Snyk has created this PR to upgrade joi from 17.6.1 to 17.6.3.

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-11 20:40:52 +00:00 committed by Ricardo Arturo Cabral Mejía
parent 5126c3d1f4
commit d7ab23624e
2 changed files with 9 additions and 9 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.1",
"joi": "^17.6.3",
"knex": "2.3.0",
"pg": "8.8.0",
"pg-query-stream": "4.2.3",
@ -4711,9 +4711,9 @@
}
},
"node_modules/joi": {
"version": "17.6.1",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.6.1.tgz",
"integrity": "sha512-Hl7/iBklIX345OCM1TiFSCZRVaAOLDGlWCp0Df2vWYgBgjkezaR7Kvm3joBciBHQjZj5sxXs859r6eqsRSlG8w==",
"version": "17.6.3",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.6.3.tgz",
"integrity": "sha512-YlQsIaS9MHYekzf1Qe11LjTkNzx9qhYluK3172z38RxYoAUf82XMX1p1DG1H4Wtk2ED/vPdSn9OggqtDu+aTow==",
"dependencies": {
"@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0",
@ -14959,9 +14959,9 @@
"dev": true
},
"joi": {
"version": "17.6.1",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.6.1.tgz",
"integrity": "sha512-Hl7/iBklIX345OCM1TiFSCZRVaAOLDGlWCp0Df2vWYgBgjkezaR7Kvm3joBciBHQjZj5sxXs859r6eqsRSlG8w==",
"version": "17.6.3",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.6.3.tgz",
"integrity": "sha512-YlQsIaS9MHYekzf1Qe11LjTkNzx9qhYluK3172z38RxYoAUf82XMX1p1DG1H4Wtk2ED/vPdSn9OggqtDu+aTow==",
"requires": {
"@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0",

View File

@ -103,8 +103,8 @@
"dependencies": {
"@noble/secp256k1": "1.7.0",
"debug": "4.3.4",
"joi": "17.6.1",
"knex": "^2.3.0",
"joi": "17.6.3",
"knex": "2.3.0",
"pg": "8.8.0",
"pg-query-stream": "4.2.3",
"ramda": "0.28.0",