Skip to content

Commit

Permalink
Bump express-rate-limit from 6.11.2 to 7.4.1 in /nodejs/asset-generation
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 26, 2024
1 parent d07a88e commit ed7392b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nodejs/asset-generation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"d3-format": "^3.1.0",
"d3-scale": "^4.0.2",
"express": "^4.21.1",
"express-rate-limit": "^6.11.2",
"express-rate-limit": "^7.4.1",
"file-type": "^19.6.0",
"google-auth-library": "^8.9.0",
"jsonwebtoken": "^9.0.2",
Expand Down
8 changes: 4 additions & 4 deletions nodejs/asset-generation/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5074,10 +5074,10 @@ expect@^29.0.0:
jest-message-util "^29.5.0"
jest-util "^29.5.0"

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@^4.17.3, express@^4.21.1:
version "4.21.1"
Expand Down

0 comments on commit ed7392b

Please sign in to comment.