cron version bump

This commit is contained in:
Miodec 2023-04-20 13:13:08 +02:00
parent 2d8a4a7651
commit 5fbc14c73c
2 changed files with 25 additions and 10 deletions

View file

@ -13,7 +13,7 @@
"bullmq": "1.78.1",
"chalk": "4.1.2",
"cors": "2.8.5",
"cron": "2.1.0",
"cron": "2.3.0",
"dotenv": "10.0.0",
"express": "4.17.3",
"express-rate-limit": "6.2.1",
@ -3256,11 +3256,11 @@
"license": "MIT"
},
"node_modules/cron": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/cron/-/cron-2.1.0.tgz",
"integrity": "sha512-Hq7u3P8y7UWYvsZbSKHHJDVG0VO9O7tp2qljxzTScelcTODBfCme8AIhnZsFwmQ9NchZ3hr2uNr+s3DSms7q6w==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/cron/-/cron-2.3.0.tgz",
"integrity": "sha512-ZN5HP8zDY41sJolMsbc+GksRATcbvkPKF5wR/qc8FrV4NBVi9ORQa1HmYa5GydaysUB80X9XpRlRkooa5uEtTA==",
"dependencies": {
"luxon": "^1.23.x"
"luxon": "^3.2.1"
}
},
"node_modules/cron-parser": {
@ -3273,6 +3273,14 @@
"node": ">=0.8"
}
},
"node_modules/cron/node_modules/luxon": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz",
"integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==",
"engines": {
"node": ">=12"
}
},
"node_modules/cross-spawn": {
"version": "7.0.3",
"dev": true,
@ -13159,11 +13167,18 @@
"dev": true
},
"cron": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/cron/-/cron-2.1.0.tgz",
"integrity": "sha512-Hq7u3P8y7UWYvsZbSKHHJDVG0VO9O7tp2qljxzTScelcTODBfCme8AIhnZsFwmQ9NchZ3hr2uNr+s3DSms7q6w==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/cron/-/cron-2.3.0.tgz",
"integrity": "sha512-ZN5HP8zDY41sJolMsbc+GksRATcbvkPKF5wR/qc8FrV4NBVi9ORQa1HmYa5GydaysUB80X9XpRlRkooa5uEtTA==",
"requires": {
"luxon": "^1.23.x"
"luxon": "^3.2.1"
},
"dependencies": {
"luxon": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz",
"integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg=="
}
}
},
"cron-parser": {

View file

@ -20,7 +20,7 @@
"bullmq": "1.78.1",
"chalk": "4.1.2",
"cors": "2.8.5",
"cron": "2.1.0",
"cron": "2.3.0",
"dotenv": "10.0.0",
"express": "4.17.3",
"express-rate-limit": "6.2.1",