fix: upgrade joi from 17.6.3 to 17.6.4

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

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-13 20:33:17 +00:00
committed by Ricardo Arturo Cabral Mejía
parent 46f7fa7068
commit a04f5bed8a
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -11,10 +11,10 @@
"dependencies": {
"@noble/secp256k1": "1.7.0",
"debug": "4.3.4",
"joi": "^17.6.3",
"joi": "^17.6.4",
"knex": "2.3.0",
"pg": "8.8.0",
"pg-query-stream": "^4.2.4",
"pg-query-stream": "4.2.4",
"ramda": "0.28.0",
"ws": "8.9.0"
},
@@ -4711,9 +4711,9 @@
}
},
"node_modules/joi": {
"version": "17.6.3",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.6.3.tgz",
"integrity": "sha512-YlQsIaS9MHYekzf1Qe11LjTkNzx9qhYluK3172z38RxYoAUf82XMX1p1DG1H4Wtk2ED/vPdSn9OggqtDu+aTow==",
"version": "17.6.4",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.6.4.tgz",
"integrity": "sha512-tPzkTJHZQjSFCc842QpdVpOZ9LI2txApboNUbW70qgnRB14Lzl+oWQOPdF2N4yqyiY14wBGe8lc7f/2hZxbGmw==",
"dependencies": {
"@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0",
@@ -14959,9 +14959,9 @@
"dev": true
},
"joi": {
"version": "17.6.3",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.6.3.tgz",
"integrity": "sha512-YlQsIaS9MHYekzf1Qe11LjTkNzx9qhYluK3172z38RxYoAUf82XMX1p1DG1H4Wtk2ED/vPdSn9OggqtDu+aTow==",
"version": "17.6.4",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.6.4.tgz",
"integrity": "sha512-tPzkTJHZQjSFCc842QpdVpOZ9LI2txApboNUbW70qgnRB14Lzl+oWQOPdF2N4yqyiY14wBGe8lc7f/2hZxbGmw==",
"requires": {
"@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0",

View File

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