Skip to content

Commit

Permalink
fix: upgrade express-rate-limit from 7.2.0 to 7.3.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade express-rate-limit from 7.2.0 to 7.3.1.

See this package in yarn:
express-rate-limit

See this project in Snyk:
https://app.snyk.io/org/rlaiola/project/c78ca746-8b30-4d07-9ec9-6ecb7ee38cd1?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 13, 2024
1 parent afc5d86 commit 5cc8196
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "GPL-3.0",
"dependencies": {
"express": "^4.19.2",
"express-rate-limit": "^7.2.0",
"express-rate-limit": "^7.3.1",
"puppeteer": "^22.6.3",
"puppeteer-cluster": "^0.24.0",
"winston": "^3.12.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -483,10 +483,10 @@ etag@~1.8.1:
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==

express-rate-limit@^7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-7.2.0.tgz#06ce387dd5388f429cab8263c514fc07bf90a445"
integrity sha512-T7nul1t4TNyfZMJ7pKRKkdeVJWa2CqB8NA1P8BwYaoDI5QSBZARv5oMS43J7b7I5P+4asjVXjb7ONuwDKucahg==
express-rate-limit@^7.3.1:
version "7.4.0"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-7.4.0.tgz#5db412b8de83fa07ddb40f610c585ac8c1dab988"
integrity sha512-v1204w3cXu5gCDmAvgvzI6qjzZzoMWKnyVDk3ACgfswTQLYiGen+r8w0VnXnGMmzEN/g8fwIQ4JrFFd4ZP6ssg==

express@^4.19.2:
version "4.19.2"
Expand Down

0 comments on commit 5cc8196

Please sign in to comment.