backend: Remove cron-parser dependency from package.json and package-lock.json

This commit is contained in:
Carlos Santos 2025-04-08 09:54:42 +02:00
parent 1747c138b4
commit 87de44099f
2 changed files with 0 additions and 14 deletions

View File

@ -15,7 +15,6 @@
"cookie-parser": "1.4.7",
"cors": "2.8.5",
"cron": "^4.1.0",
"cron-parser": "^5.1.0",
"dotenv": "16.4.7",
"express": "4.21.2",
"express-openapi-validator": "^5.4.2",
@ -6266,18 +6265,6 @@
"node": ">=18.x"
}
},
"node_modules/cron-parser": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-5.1.0.tgz",
"integrity": "sha512-dnR1hHR7iGJe+Jev72sareuGO+/AzzbVGoy95lkXuw+ftvDkERdnXRnJMJ+ArxKId5QnLXGckFgVGCCwAMhlRw==",
"license": "MIT",
"dependencies": {
"luxon": "^3.5.0"
},
"engines": {
"node": ">=18"
}
},
"node_modules/cross-env": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",

View File

@ -48,7 +48,6 @@
"cookie-parser": "1.4.7",
"cors": "2.8.5",
"cron": "^4.1.0",
"cron-parser": "^5.1.0",
"dotenv": "16.4.7",
"express": "4.21.2",
"express-openapi-validator": "^5.4.2",