fix(deps): update dependency helmet to v8
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
helmet (source) | dependencies | major | ^7.1.0 -> ^8.0.0 |
Release Notes
helmetjs/helmet
v8.0.0
Changed
-
Breaking:
Strict-Transport-Security
now has a max-age of 365 days, up from 180 -
Breaking:
Content-Security-Policy
middleware now throws an error if a directive should have quotes but does not, such asself
instead of'self'
. See #454 -
Breaking:
Content-Security-Policy
'sgetDefaultDirectives
now returns a deep copy. This only affects users who were mutating the result -
Breaking:
Strict-Transport-Security
now throws an error when "includeSubDomains" option is misspelled. This was previously a warning
Removed
- Breaking: Drop support for Node 16 and 17. Node 18+ is now required
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.