Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test & fix with helmet v7 and set as a peer dependency on ^6||^7 #88

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 21, 2024

  1. Test with helmet v7 and fix

    From https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md:
    Expect-CT is no longer part of Helmet. If you still need it, you can use the expect-ct package. See #378
    PaulThompson committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    87088a8 View commit details
    Browse the repository at this point in the history
  2. Change dependency on helmet to peerDependency on ^6 || ^7

    So that consuming projects can install specific past or future helmet versions
    v6 or v7
    PaulThompson committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    bf76e01 View commit details
    Browse the repository at this point in the history