fix: restore express-rate-limit dependency in package.json

This commit is contained in:
2025-11-15 19:14:54 +01:00
parent c67dac87fc
commit 412d52b979

View File

@@ -71,7 +71,6 @@
"chalk": "^4.1.2",
"cheerio": "^1.0.0",
"express": "^4.21.2",
"express-rate-limit": "^8.2.1",
"fingerprint-generator": "^2.1.66",
"fingerprint-injector": "^2.1.66",
"http-proxy-agent": "^7.0.2",
@@ -83,6 +82,7 @@
"rebrowser-playwright": "1.52.0",
"socks-proxy-agent": "^8.0.5",
"ts-node": "^10.9.2",
"ws": "^8.18.3"
"ws": "^8.18.3",
"express-rate-limit": "^8.2.1"
}
}