add intent based rate limits

This commit is contained in:
evanpelle
2026-03-13 18:32:29 -07:00
parent f2a7493bbf
commit d4321ba81f
4 changed files with 56 additions and 0 deletions
+7
View File
@@ -32,6 +32,7 @@
"ip-anonymize": "^0.1.0",
"jose": "^6.0.10",
"js-yaml": "^4.1.1",
"limiter": "^3.0.0",
"nanoid": "^3.3.6",
"node-html-parser": "^7.0.2",
"obscenity": "^0.4.3",
@@ -9068,6 +9069,12 @@
"url": "https://github.com/sponsors/antonk52"
}
},
"node_modules/limiter": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/limiter/-/limiter-3.0.0.tgz",
"integrity": "sha512-hev7DuXojsTFl2YwyzUJMDnZ/qBDd3yZQLSH3aD4tdL1cqfc3TMnoecEJtWFaQFdErZsKoFMBTxF/FBSkgDbEg==",
"license": "MIT"
},
"node_modules/lint-staged": {
"version": "16.1.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.1.2.tgz",