Skip to content

Commit

Permalink
Use latest version of rate-limit-redis and update to use redis client
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanc19 committed Sep 3, 2024
1 parent 8b08d2f commit 6b12b76
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 98 deletions.
193 changes: 102 additions & 91 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"express-sanitizer": "^1.0.6",
"helmet": "^4.6.0",
"honeycomb-beeline": "^2.7.0",
"ioredis": "^5.4.1",
"is-ci": "^3.0.0",
"js-yaml": "^3.14.1",
"jsonwebtoken": "^8.5.1",
Expand All @@ -84,7 +85,7 @@
"pg": "^8.5.1",
"pg-hstore": "^2.3.4",
"pug": "^3.0.1",
"rate-limit-redis": "^2.1.0",
"rate-limit-redis": "^4.2.0",
"request": "^2.88.2",
"sequelize": "^6.29.0",
"sequelize-cli": "^6.6.0",
Expand Down
Loading

0 comments on commit 6b12b76

Please sign in to comment.