fix(security #11): remove unused node-cron dependency

node-cron was listed in dependencies but never imported anywhere in
the codebase. Removed via npm uninstall.
This commit is contained in:
2026-05-16 16:22:36 +01:00
parent 8fa20c6990
commit 1f41114482
2 changed files with 2 additions and 37 deletions

View File

@@ -14,8 +14,7 @@
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"node-cron": "^3.0.3"
"express-rate-limit": "^6.7.0"
},
"devDependencies": {
"concurrently": "^7.6.0",