fix(deps): update dependency helmet to v8
Compare changes
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
helmet (source) | dependencies | major | ^7.1.0 -> ^8.0.0 |
v8.1.0
Content-Security-Policy
gives a better error when a directive value, like self
, should be quoted. See #482
v8.0.0
Strict-Transport-Security
now has a max-age of 365 days, up from 180Content-Security-Policy
middleware now throws an error if a directive should have quotes but does not, such as self
instead of 'self'
. See #454
Content-Security-Policy
's getDefaultDirectives
now returns a deep copy. This only affects users who were mutating the resultStrict-Transport-Security
now throws an error when "includeSubDomains" option is misspelled. This was previously a warningThis MR has been generated by Renovate Bot.