mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 13:21:45 +01:00
fix: upgrade helmet from 6.0.1 to 6.1.5
Snyk has created this PR to upgrade helmet from 6.0.1 to 6.1.5. See this package in npm: https://www.npmjs.com/package/helmet 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
eb07f49846
commit
f7a357a88b
14
package-lock.json
generated
14
package-lock.json
generated
@ -17,7 +17,7 @@
|
||||
"dinero.js": "2.0.0-alpha.13",
|
||||
"dotenv": "16.0.3",
|
||||
"express": "4.18.2",
|
||||
"helmet": "6.0.1",
|
||||
"helmet": "^6.1.5",
|
||||
"joi": "17.7.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"knex": "2.4.2",
|
||||
@ -5400,9 +5400,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/helmet": {
|
||||
"version": "6.0.1",
|
||||
"resolved": "https://registry.npmjs.org/helmet/-/helmet-6.0.1.tgz",
|
||||
"integrity": "sha512-8wo+VdQhTMVBMCITYZaGTbE4lvlthelPYSvoyNvk4RECTmrVjMerp9RfUOQXZWLvCcAn1pKj7ZRxK4lI9Alrcw==",
|
||||
"version": "6.1.5",
|
||||
"resolved": "https://registry.npmjs.org/helmet/-/helmet-6.1.5.tgz",
|
||||
"integrity": "sha512-UgAvdoG0BhF9vcCh/j0bWtElo2ZHHk6OzC98NLCM6zK03DEVSM0vUAtT7iR+oTo2Mi6sGelAH3tL6B/uUWxV4g==",
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
}
|
||||
@ -17421,9 +17421,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"helmet": {
|
||||
"version": "6.0.1",
|
||||
"resolved": "https://registry.npmjs.org/helmet/-/helmet-6.0.1.tgz",
|
||||
"integrity": "sha512-8wo+VdQhTMVBMCITYZaGTbE4lvlthelPYSvoyNvk4RECTmrVjMerp9RfUOQXZWLvCcAn1pKj7ZRxK4lI9Alrcw=="
|
||||
"version": "6.1.5",
|
||||
"resolved": "https://registry.npmjs.org/helmet/-/helmet-6.1.5.tgz",
|
||||
"integrity": "sha512-UgAvdoG0BhF9vcCh/j0bWtElo2ZHHk6OzC98NLCM6zK03DEVSM0vUAtT7iR+oTo2Mi6sGelAH3tL6B/uUWxV4g=="
|
||||
},
|
||||
"homedir-polyfill": {
|
||||
"version": "1.0.3",
|
||||
|
@ -123,7 +123,7 @@
|
||||
"dinero.js": "2.0.0-alpha.13",
|
||||
"dotenv": "16.0.3",
|
||||
"express": "4.18.2",
|
||||
"helmet": "6.0.1",
|
||||
"helmet": "6.1.5",
|
||||
"joi": "17.7.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"knex": "2.4.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user