fix: upgrade joi from 17.8.4 to 17.9.1

Snyk has created this PR to upgrade joi from 17.8.4 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-11 23:12:12 +00:00
parent fb6948fd83
commit f6884617f4
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -18,16 +18,16 @@
"dotenv": "16.0.3",
"express": "4.18.2",
"helmet": "6.0.1",
"joi": "17.8.4",
"joi": "^17.9.1",
"js-yaml": "4.1.0",
"knex": "2.4.2",
"pg": "^8.10.0",
"pg-query-stream": "^4.4.0",
"pg": "8.10.0",
"pg-query-stream": "4.4.0",
"ramda": "0.28.0",
"redis": "4.5.1",
"rxjs": "7.8.0",
"tor-control-ts": "^1.0.0",
"ws": "^8.13.0"
"ws": "8.13.0"
},
"devDependencies": {
"@commitlint/cli": "17.2.0",
@ -6156,9 +6156,9 @@
}
},
"node_modules/joi": {
"version": "17.8.4",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.8.4.tgz",
"integrity": "sha512-jjdRHb5WtL+KgSHvOULQEPPv4kcl+ixd1ybOFQq3rWLgEEqc03QMmilodL0GVJE14U/SQDXkUhQUSZANGDH/AA==",
"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",
@ -17987,9 +17987,9 @@
"dev": true
},
"joi": {
"version": "17.8.4",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.8.4.tgz",
"integrity": "sha512-jjdRHb5WtL+KgSHvOULQEPPv4kcl+ixd1ybOFQq3rWLgEEqc03QMmilodL0GVJE14U/SQDXkUhQUSZANGDH/AA==",
"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",

View File

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