chore(deps): update dependency helmet --> v5 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
helmet (source) | ^4.4.1 -> ^5.0.0 |
Release Notes
helmetjs/helmet
v5.1.1
Changed
v5.1.0
Added
-
Cross-Origin-Embedder-Policy
: supportcredentialless
policy. See #365 - Documented how to set both
Content-Security-Policy
andContent-Security-Policy-Report-Only
Changed
- Cleaned up some documentation around
Origin-Agent-Cluster
v5.0.2
Changed
- Improve imports for CommonJS and ECMAScript modules. See #345
- Fixed some documentation
v5.0.1
Changed
- Fixed some documentation
Removed
- Removed some unused internal code
v5.0.0
Added
- ECMAScript module imports (i.e.,
import helmet from "helmet"
andimport { frameguard } from "helmet"
). See #320
Changed
-
Breaking:
helmet.contentSecurityPolicy
:useDefaults
option now defaults totrue
-
Breaking:
helmet.contentSecurityPolicy
:form-action
directive is now set to'self'
by default -
Breaking:
helmet.crossOriginEmbedderPolicy
is enabled by default -
Breaking:
helmet.crossOriginOpenerPolicy
is enabled by default -
Breaking:
helmet.crossOriginResourcePolicy
is enabled by default -
Breaking:
helmet.originAgentCluster
is enabled by default -
helmet.frameguard
: add TypeScript editor autocomplete. See #322 - Top-level
helmet()
function is slightly faster
Removed
- Breaking: Drop support for Node 10 and 11. Node 12+ is now required
v4.6.0
Added
-
helmet.contentSecurityPolicy
: theuseDefaults
option, defaulting tofalse
, lets you selectively override defaults more easily - Explicitly define TypeScript types in
package.json
. See #303
Configuration
-
If you want to rebase/retry this MR, check this box.
Edited by FW Serviceworker