GluuFederation / gluu-passport

Gluu interface to Passport.js to support social login and inbound identity.
Apache License 2.0
6 stars 16 forks source link

build(deps): bump express-rate-limit from 5.5.1 to 6.5.2 #470

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps express-rate-limit from 5.5.1 to 6.5.2.

Release notes

Sourced from express-rate-limit's releases.

v6.5.2

You can view the changelog here.

v6.5.1

Changed

  • The message option can now be a (sync/asynx) function that returns a value (#311)
  • Updated all dependencies

v6.4.0

Added

  • Adds Express 5 (5.0.0-beta.1) as a supported peer dependency (#304)

Changed

  • Tests are now run on Node 12, 14, 16 and 18 on CI (#305)
  • Updated all development dependencies (#306)

v6.3.0

Changed

  • Changes the build target to es2019 so that ESBuild outputs code that can run with Node 12.
  • Changes the minimum required Node version to 12.9.0.

v6.2.1

Fixed

  • Use the default value for an option when undefined is passed to the rate limiter.

v6.2.0

Added

  • Export the MemoryStore, so it can now be imported as a named import (import { MemoryStore } from 'express-rate-limit').

Fixed

  • Deprecate the onLimitReached option (this was supposed to be deprecated in v6.0.0 itself); developers should use a custom handler function that checks if the rate limit has been exceeded instead.

v6.1.0

Added

  • Added a named export rateLimit in case the default import does not work.

Fixed

... (truncated)

Changelog

Sourced from express-rate-limit's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

6.5.0

Changed

  • The message option can now be a (sync/asynx) function that returns a value (#311)
  • Updated all dependencies

6.4.0

Added

  • Adds Express 5 (5.0.0-beta.1) as a supported peer dependency (#304)

Changed

  • Tests are now run on Node 12, 14, 16 and 18 on CI (#305)
  • Updated all development dependencies (#306)

6.3.0

Changed

  • Changes the build target to es2019 so that ESBuild outputs code that can run with Node 12.
  • Changes the minimum required Node version to 12.9.0.

6.2.1

Fixed

  • Use the default value for an option when undefined is passed to the rate limiter.

6.2.0

Added

  • Export the MemoryStore, so it can now be imported as a named import (import { MemoryStore } from 'express-rate-limit').

Fixed

... (truncated)

Commits
  • c2e2082 6.5.2
  • 0d1be7d Merge pull request #321 from rafaelpimpa/patch-1
  • 550ea20 fix types missing in ESM monorepos
  • 12deb5c 6.5.1
  • a4fc58e chore(deps): downgrade del-cli to 4.0.1
  • 03a95ec chore(deps): downgrade xo to 0.49.0
  • 4278463 docs(changelog): add notes for 6.5.0
  • 8d36873 chore(deps): bump dependencies
  • 7f8cf9e feat: allow the message option to be a function (#311)
  • 9201784 Merge pull request #312 from nfriedly/dependabot/npm_and_yarn/terser-5.14.2
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #471.