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

Bump express-rate-limit from 5.5.1 to 7.2.0 #1143

Merged
merged 2 commits into from
May 29, 2024

Commits on Mar 31, 2024

  1. Bump express-rate-limit from 5.5.1 to 7.2.0

    Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) from 5.5.1 to 7.2.0.
    - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
    - [Commits](express-rate-limit/express-rate-limit@v5.5.1...v7.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: express-rate-limit
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    1d7b374 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. update usage for express-rate-limit

    The significant update for this dependabot necessitated changes in OED's
    usage of express-rate-limit. These were:
    - Create a limiter with a function call and not with new.
    - max -> limit (desired but not required).
    - Use standard headers and not legacy ones. Not required and probably
    does not matter for OED but good practice.
    huss committed May 29, 2024
    Configuration menu
    Copy the full SHA
    699fda2 View commit details
    Browse the repository at this point in the history