Skip to content

Commit

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

See this package in npm:


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 29, 2023
1 parent 5fde271 commit ae82538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.18.2",
"express-rate-limit": "^6.8.1",
"express-rate-limit": "^6.9.0",
"puppeteer": "^13.7.0",
"winston": "^3.10.0"
}
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ etag@~1.8.1:
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==

express-rate-limit@^6.8.1:
express-rate-limit@^6.9.0:
version "6.9.0"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.9.0.tgz#afecb23936d9cd1d133a3c20056708b9955cad0f"
integrity sha512-AnISR3V8qy4gpKM62/TzYdoFO9NV84fBx0POXzTryHU/qGUJBWuVGd+JhbvtVmKBv37t8/afmqdnv16xWoQxag==
Expand Down

0 comments on commit ae82538

Please sign in to comment.