Bump helmet from 4.6.0 to 6.0.1

Bumps [helmet](https://github.com/helmetjs/helmet) from 4.6.0 to 6.0.1.
- [Release notes](https://github.com/helmetjs/helmet/releases)
- [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md)
- [Commits](https://github.com/helmetjs/helmet/compare/v4.6.0...v6.0.1)

---
updated-dependencies:
- dependency-name: helmet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-29 16:59:08 +00:00 committed by GitHub
parent c71bf6ee48
commit 0ea8b831c3
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",