backend: Remove cron-parser dependency from package.json and package-lock.json
This commit is contained in:
parent
1747c138b4
commit
87de44099f
13
backend/package-lock.json
generated
13
backend/package-lock.json
generated
@ -15,7 +15,6 @@
|
|||||||
"cookie-parser": "1.4.7",
|
"cookie-parser": "1.4.7",
|
||||||
"cors": "2.8.5",
|
"cors": "2.8.5",
|
||||||
"cron": "^4.1.0",
|
"cron": "^4.1.0",
|
||||||
"cron-parser": "^5.1.0",
|
|
||||||
"dotenv": "16.4.7",
|
"dotenv": "16.4.7",
|
||||||
"express": "4.21.2",
|
"express": "4.21.2",
|
||||||
"express-openapi-validator": "^5.4.2",
|
"express-openapi-validator": "^5.4.2",
|
||||||
@ -6266,18 +6265,6 @@
|
|||||||
"node": ">=18.x"
|
"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": {
|
"node_modules/cross-env": {
|
||||||
"version": "7.0.3",
|
"version": "7.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
|
||||||
|
|||||||
@ -48,7 +48,6 @@
|
|||||||
"cookie-parser": "1.4.7",
|
"cookie-parser": "1.4.7",
|
||||||
"cors": "2.8.5",
|
"cors": "2.8.5",
|
||||||
"cron": "^4.1.0",
|
"cron": "^4.1.0",
|
||||||
"cron-parser": "^5.1.0",
|
|
||||||
"dotenv": "16.4.7",
|
"dotenv": "16.4.7",
|
||||||
"express": "4.21.2",
|
"express": "4.21.2",
|
||||||
"express-openapi-validator": "^5.4.2",
|
"express-openapi-validator": "^5.4.2",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user