Swap express-rate-limit for express-slow-down

This commit is contained in:
2025-08-26 17:05:08 -07:00
parent 8438d44ac3
commit 2c3d0a9fd4
2 changed files with 17 additions and 1 deletions

View File

@@ -16,10 +16,10 @@
"@graphql-codegen/typescript": "4.1.2",
"@graphql-codegen/typescript-resolvers": "4.4.1",
"@jest/globals": "^29.7.0",
"@types/express": "^5.0.3",
"@types/jsonwebtoken": "^9.0.8",
"@types/node": "^22.10.2",
"@types/redis": "^4.0.11",
"@types/express": "^5.0.3",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
@@ -30,6 +30,7 @@
"@as-integrations/express5": "^1.1.2",
"express": "^5.1.0",
"express-rate-limit": "^8.0.1",
"express-slow-down": "^3.0.0",
"graphql": "^16.10.0",
"jsonwebtoken": "^9.0.2",
"redis": "^4.7.0"