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-16 20:18:51 +00:00
parent 4cb21f50de
commit 4c7a1b0c4c
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

@ -10,15 +10,15 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@noble/secp256k1": "1.7.1", "@noble/secp256k1": "1.7.1",
"axios": "^1.3.4", "axios": "1.3.4",
"bech32": "2.0.0", "bech32": "2.0.0",
"body-parser": "^1.20.2", "body-parser": "1.20.2",
"debug": "4.3.4", "debug": "4.3.4",
"dinero.js": "2.0.0-alpha.13", "dinero.js": "2.0.0-alpha.13",
"dotenv": "16.0.3", "dotenv": "16.0.3",
"express": "4.18.2", "express": "4.18.2",
"helmet": "6.0.1", "helmet": "6.0.1",
"joi": "^17.8.4", "joi": "^17.9.1",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"knex": "2.4.2", "knex": "2.4.2",
"pg": "8.9.0", "pg": "8.9.0",
@ -6156,9 +6156,9 @@
} }
}, },
"node_modules/joi": { "node_modules/joi": {
"version": "17.8.4", "version": "17.9.1",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.8.4.tgz", "resolved": "https://registry.npmjs.org/joi/-/joi-17.9.1.tgz",
"integrity": "sha512-jjdRHb5WtL+KgSHvOULQEPPv4kcl+ixd1ybOFQq3rWLgEEqc03QMmilodL0GVJE14U/SQDXkUhQUSZANGDH/AA==", "integrity": "sha512-FariIi9j6QODKATGBrEX7HZcja8Bsh3rfdGYy/Sb65sGlZWK/QWesU1ghk7aJWDj95knjXlQfSmzFSPPkLVsfw==",
"dependencies": { "dependencies": {
"@hapi/hoek": "^9.0.0", "@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0", "@hapi/topo": "^5.0.0",
@ -17987,9 +17987,9 @@
"dev": true "dev": true
}, },
"joi": { "joi": {
"version": "17.8.4", "version": "17.9.1",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.8.4.tgz", "resolved": "https://registry.npmjs.org/joi/-/joi-17.9.1.tgz",
"integrity": "sha512-jjdRHb5WtL+KgSHvOULQEPPv4kcl+ixd1ybOFQq3rWLgEEqc03QMmilodL0GVJE14U/SQDXkUhQUSZANGDH/AA==", "integrity": "sha512-FariIi9j6QODKATGBrEX7HZcja8Bsh3rfdGYy/Sb65sGlZWK/QWesU1ghk7aJWDj95knjXlQfSmzFSPPkLVsfw==",
"requires": { "requires": {
"@hapi/hoek": "^9.0.0", "@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0", "@hapi/topo": "^5.0.0",

View File

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