chore: Update package dependencies by adding express-rate-limit and helmet for enhanced security and performance in the backend
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m19s

This commit is contained in:
2025-08-11 19:20:38 +07:00
parent 6afd43f9e8
commit c1afd0a9d6
2 changed files with 27 additions and 2 deletions
+3 -1
View File
@@ -21,7 +21,9 @@
"dotenv": "^17.0.1",
"express": "^4.19.2",
"compression": "^1.7.4",
"ajv": "^8.17.1"
"ajv": "^8.17.1",
"helmet": "^7.1.0",
"express-rate-limit": "^6.11.2"
},
"devDependencies": {
"nodemon": "^3.1.10"