fix(deps): update dependency helmet to v5 #1412
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.6.0
->5.0.2
Release Notes
helmetjs/helmet
v5.0.2
Compare Source
Changed
v5.0.1
Compare Source
Changed
Removed
v5.0.0
Compare Source
Added
import helmet from "helmet"
andimport { frameguard } from "helmet"
). See #320Changed
helmet.contentSecurityPolicy
:useDefaults
option now defaults totrue
helmet.contentSecurityPolicy
:form-action
directive is now set to'self'
by defaulthelmet.crossOriginEmbedderPolicy
is enabled by defaulthelmet.crossOriginOpenerPolicy
is enabled by defaulthelmet.crossOriginResourcePolicy
is enabled by defaulthelmet.originAgentCluster
is enabled by defaulthelmet.frameguard
: add TypeScript editor autocomplete. See #322helmet()
function is slightly fasterRemoved
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.