fix(deps): update dependency cron to v4.3.1

This commit is contained in:
renovate[bot]
2025-05-31 17:09:03 +00:00
committed by GitHub
parent bb3380b3cf
commit 593bd0a339

View File

@@ -851,9 +851,9 @@
} }
}, },
"node_modules/cron": { "node_modules/cron": {
"version": "4.3.0", "version": "4.3.1",
"resolved": "https://registry.npmjs.org/cron/-/cron-4.3.0.tgz", "resolved": "https://registry.npmjs.org/cron/-/cron-4.3.1.tgz",
"integrity": "sha512-ciiYNLfSlF9MrDqnbMdRWFiA6oizSF7kA1osPP9lRzNu0Uu+AWog1UKy7SkckiDY2irrNjeO6qLyKnXC8oxmrw==", "integrity": "sha512-7x7DoEOxV11t3OPWWMjj1xrL1PGkTV5RV+/54IJTZD7gStiaMploY43EkeBSkDZTLRbUwk+OISbQ0TR133oXyA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/luxon": "~3.6.0", "@types/luxon": "~3.6.0",