Merge pull request #5 from anshumankmr/dependabot/npm_and_yarn/helmet-6.0.1

Bump helmet from 4.6.0 to 6.0.1
This commit is contained in:
Anshuman Kumar 2022-12-30 09:11:11 +05:30 committed by GitHub
commit df20a9c7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -18,7 +18,7 @@
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"helmet": "^4.6.0",
"helmet": "^6.0.1",
"https-proxy-agent": "^5.0.0",
"minizlib": "^2.1.2",
"node-fetch": "^2.6.5",
@ -879,11 +879,11 @@
}
},
"node_modules/helmet": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-4.6.0.tgz",
"integrity": "sha512-HVqALKZlR95ROkrnesdhbbZJFi/rIVSoNq6f3jA/9u6MIbTsPh3xZwihjeI5+DO/2sOV6HMHooXcEOuwskHpTg==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-6.0.1.tgz",
"integrity": "sha512-8wo+VdQhTMVBMCITYZaGTbE4lvlthelPYSvoyNvk4RECTmrVjMerp9RfUOQXZWLvCcAn1pKj7ZRxK4lI9Alrcw==",
"engines": {
"node": ">=10.0.0"
"node": ">=14.0.0"
}
},
"node_modules/http-errors": {
@ -2641,9 +2641,9 @@
}
},
"helmet": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-4.6.0.tgz",
"integrity": "sha512-HVqALKZlR95ROkrnesdhbbZJFi/rIVSoNq6f3jA/9u6MIbTsPh3xZwihjeI5+DO/2sOV6HMHooXcEOuwskHpTg=="
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-6.0.1.tgz",
"integrity": "sha512-8wo+VdQhTMVBMCITYZaGTbE4lvlthelPYSvoyNvk4RECTmrVjMerp9RfUOQXZWLvCcAn1pKj7ZRxK4lI9Alrcw=="
},
"http-errors": {
"version": "2.0.0",

View File

@ -27,7 +27,7 @@
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"helmet": "^4.6.0",
"helmet": "^6.0.1",
"https-proxy-agent": "^5.0.0",
"minizlib": "^2.1.2",
"node-fetch": "^2.6.5",