diff --git a/bun.lock b/bun.lock index 501cfb5e..a9f354a1 100644 --- a/bun.lock +++ b/bun.lock @@ -10,6 +10,7 @@ "chokidar": "^3.6.0", "cli-table3": "^0.6.5", "express": "^4.18.2", + "express-rate-limit": "^8.2.1", "express-session": "^1.18.2", "get-port": "^5.1.1", "gradient-string": "^2.0.2", diff --git a/package.json b/package.json index 0b1b532a..324e938e 100644 --- a/package.json +++ b/package.json @@ -87,6 +87,7 @@ "chokidar": "^3.6.0", "cli-table3": "^0.6.5", "express": "^4.18.2", + "express-rate-limit": "^8.2.1", "express-session": "^1.18.2", "get-port": "^5.1.1", "gradient-string": "^2.0.2",