feat: introduce API rate limiting for API routes and cap package query limits.

This commit is contained in:
Yusuf İpek
2025-11-20 15:55:43 +03:00
parent 48e2d2f05d
commit af1ae5f1f8
7 changed files with 130 additions and 17 deletions
+9
View File
@@ -35,6 +35,9 @@ importers:
clsx:
specifier: ^2.0.0
version: 2.1.1
lru-cache:
specifier: ^11.2.2
version: 11.2.2
lucide-react:
specifier: ^0.294.0
version: 0.294.0([email protected])
@@ -1655,6 +1658,10 @@ packages:
[email protected]:
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
[email protected]:
resolution: {integrity: sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==}
engines: {node: 20 || >=22}
[email protected]:
resolution: {integrity: sha512-V7o0/VECSGbLHn3/1O67FUgBwWB+hmzshrgDVRJQhMh8uj5D3HBuIvhuAmQTtlupILSplwIZg5FTc4tTKMA2SA==}
peerDependencies:
@@ -4162,6 +4169,8 @@ snapshots:
[email protected]: {}
[email protected]: {}
[email protected]([email protected]):
dependencies:
react: 18.3.1