Closed renovate-bot closed 5 days ago
The pull request involves an update to the package.json
file for the server application, specifically upgrading the version of the helmet
dependency from ^7.1.0
to ^8.0.0
. No other changes to dependencies or scripts are included in this update.
File | Change Summary |
---|---|
Server/package.json | Updated helmet dependency from ^7.1.0 to ^8.0.0 |
mocha
dependency in the Server/package.json
, similar to the main PR's update of the helmet
dependency in the same file.mocha
dependency in the Server/package.json
, indicating a related change in the same context as the main PR.bullmq
dependency in the Server/package.json
, which is another dependency change in the same file as the main PR.bullmq
dependency in the Server/package.json
, showing a similar type of change as the main PR.bullmq
dependency in the Server/package.json
, indicating another related change in the same context as the main PR.bullmq
dependency in the Server/package.json
, which is relevant to the main PR's focus on dependency updates in the same file.Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This PR contains the following updates:
^7.1.0
->^8.0.0
Release Notes
helmetjs/helmet (helmet)
### [`v8.0.0`](https://redirect.github.com/helmetjs/helmet/blob/HEAD/CHANGELOG.md#800) [Compare Source](https://redirect.github.com/helmetjs/helmet/compare/v7.2.0...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 as `self` instead of `'self'`. See [#454](https://redirect.github.com/helmetjs/helmet/issues/454) - **Breaking:** `Content-Security-Policy`'s `getDefaultDirectives` 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 requiredConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.