Skip to content

Commit

Permalink
Update express-rate-limit (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Aug 28, 2023
1 parent 88bee1f commit 5993d3e
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 @@ -30,7 +30,7 @@
"dotenv": "^16.0.2",
"express": "^4.18.1",
"express-graphql": "^0.12.0",
"express-rate-limit": "^5.2.6",
"express-rate-limit": "^6.9.0",
"graphql": "^15.8.0",
"graphql-depth-limit": "^1.1.0",
"graphql-fields": "^2.0.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2860,10 +2860,10 @@ express-prom-bundle@^6.6.0:
on-finished "^2.3.0"
url-value-parser "^2.0.0"

express-rate-limit@^5.2.6:
version "5.2.6"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-5.2.6.tgz#b454e1be8a252081bda58460e0a25bf43ee0f7b0"
integrity sha512-nE96xaxGfxiS5jP3tD3kIW1Jg9yQgX0rXCs3rCkZtmbWHEGyotwaezkLj7bnB41Z0uaOLM8W4AX6qHao4IZ2YA==
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==

express@^4.18.1:
version "4.18.1"
Expand Down

0 comments on commit 5993d3e

Please sign in to comment.