diff --git a/backend/package-lock.json b/backend/package-lock.json index 42aaa74..4187a50 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -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", diff --git a/backend/package.json b/backend/package.json index 2fa61eb..3fedfab 100644 --- a/backend/package.json +++ b/backend/package.json @@ -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",