mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 13:21:45 +01:00
fix: upgrade joi from 17.7.0 to 17.9.1
Snyk has created this PR to upgrade joi from 17.7.0 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:
parent
be6d6f1454
commit
542bcc1bb4
18
package-lock.json
generated
18
package-lock.json
generated
@ -18,7 +18,7 @@
|
||||
"dotenv": "16.0.3",
|
||||
"express": "4.18.2",
|
||||
"helmet": "6.0.1",
|
||||
"joi": "17.7.0",
|
||||
"joi": "^17.9.1",
|
||||
"js-yaml": "4.1.0",
|
||||
"knex": "2.4.2",
|
||||
"pg": "8.9.0",
|
||||
@ -6119,14 +6119,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/joi": {
|
||||
"version": "17.7.0",
|
||||
"resolved": "https://registry.npmjs.org/joi/-/joi-17.7.0.tgz",
|
||||
"integrity": "sha512-1/ugc8djfn93rTE3WRKdCzGGt/EtiYKxITMO4Wiv6q5JL1gl9ePt4kBsl1S499nbosspfctIQTpYIhSmHA3WAg==",
|
||||
"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",
|
||||
"@sideway/address": "^4.1.3",
|
||||
"@sideway/formula": "^3.0.0",
|
||||
"@sideway/formula": "^3.0.1",
|
||||
"@sideway/pinpoint": "^2.0.0"
|
||||
}
|
||||
},
|
||||
@ -17920,14 +17920,14 @@
|
||||
"dev": true
|
||||
},
|
||||
"joi": {
|
||||
"version": "17.7.0",
|
||||
"resolved": "https://registry.npmjs.org/joi/-/joi-17.7.0.tgz",
|
||||
"integrity": "sha512-1/ugc8djfn93rTE3WRKdCzGGt/EtiYKxITMO4Wiv6q5JL1gl9ePt4kBsl1S499nbosspfctIQTpYIhSmHA3WAg==",
|
||||
"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",
|
||||
"@sideway/address": "^4.1.3",
|
||||
"@sideway/formula": "^3.0.0",
|
||||
"@sideway/formula": "^3.0.1",
|
||||
"@sideway/pinpoint": "^2.0.0"
|
||||
}
|
||||
},
|
||||
|
@ -124,7 +124,7 @@
|
||||
"dotenv": "16.0.3",
|
||||
"express": "4.18.2",
|
||||
"helmet": "6.0.1",
|
||||
"joi": "17.7.0",
|
||||
"joi": "17.9.1",
|
||||
"js-yaml": "4.1.0",
|
||||
"knex": "2.4.2",
|
||||
"pg": "8.9.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user