Skip to content

Commit

Permalink
Bump express-rate-limit in /frontends/prototypes/functions
Browse files Browse the repository at this point in the history
Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) from 6.11.2 to 7.4.1.
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Commits](express-rate-limit/express-rate-limit@v6.11.2...v7.4.1)

---
updated-dependencies:
- dependency-name: express-rate-limit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 4451f43 commit e13965a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontends/prototypes/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cors": "^2.8.5",
"express": "^4.21.1",
"express-jwt": "^7.7.8",
"express-rate-limit": "^6.11.2",
"express-rate-limit": "^7.4.1",
"firebase-admin": "^12.7.0",
"firebase-functions": "^4.9.0",
"jwks-rsa": "^2.1.5"
Expand Down
8 changes: 4 additions & 4 deletions frontends/prototypes/functions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1320,10 +1320,10 @@ express-jwt@^7.7.8:
express-unless "^2.1.3"
jsonwebtoken "^9.0.2"

express-rate-limit@^6.11.2:
version "6.11.2"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.11.2.tgz#6c42035603d3b52e4e2fb59f6ebaa89e628ef980"
integrity sha512-a7uwwfNTh1U60ssiIkuLFWHt4hAC5yxlLGU2VP0X4YNlyEDZAqF4tK3GD3NSitVBrCQmQ0++0uOyFOgC2y4DDw==
express-rate-limit@^7.4.1:
version "7.4.1"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-7.4.1.tgz#90954ecbcde9e7ae7b5000325395f86991191d94"
integrity sha512-KS3efpnpIDVIXopMc65EMbWbUht7qvTCdtCR2dD/IZmi9MIkopYESwyRqLgv8Pfu589+KqDqOdzJWW7AHoACeg==

express-unless@^2.1.3:
version "2.1.3"
Expand Down

0 comments on commit e13965a

Please sign in to comment.