Bump cron from 1.8.3 to 2.0.0 #370

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/cron-2.0.0 into main 2022-05-04 12:59:01 +00:00
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -19,7 +19,7 @@
"adm-zip": "^0.5.9",
"axios": "^0.27.0",
"cli-color": "^2.0.2",
"cron": "^1.8.2",
"cron": "^2.0.0",
"cron-validator": "^1.3.1",
"dir-compare": "^4.0.0",
"fs-extra": "^10.0.1",
@ -1361,9 +1361,9 @@
"dev": true
},
"node_modules/cron": {
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/cron/-/cron-1.8.3.tgz",
"integrity": "sha512-JYR/QZFklJCIPndBLfd/2nU1nSlCMrUdtQ2mGLXSVM/qqqEK7DOrFR0gsEiyeqs0PdWrs0ve1ggH4V7XksDwXg==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/cron/-/cron-2.0.0.tgz",
"integrity": "sha512-RPeRunBCFr/WEo7WLp8Jnm45F/ziGJiHVvVQEBSDTSGu6uHW49b2FOP2O14DcXlGJRLhwE7TIoDzHHK4KmlL6g==",
"dependencies": {
"luxon": "^1.23.x"
}
@ -7012,9 +7012,9 @@
"dev": true
},
"cron": {
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/cron/-/cron-1.8.3.tgz",
"integrity": "sha512-JYR/QZFklJCIPndBLfd/2nU1nSlCMrUdtQ2mGLXSVM/qqqEK7DOrFR0gsEiyeqs0PdWrs0ve1ggH4V7XksDwXg==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/cron/-/cron-2.0.0.tgz",
"integrity": "sha512-RPeRunBCFr/WEo7WLp8Jnm45F/ziGJiHVvVQEBSDTSGu6uHW49b2FOP2O14DcXlGJRLhwE7TIoDzHHK4KmlL6g==",
"requires": {
"luxon": "^1.23.x"
}

View File

@ -69,7 +69,7 @@
"adm-zip": "^0.5.9",
"axios": "^0.27.0",
"cli-color": "^2.0.2",
"cron": "^1.8.2",
"cron": "^2.0.0",
"cron-validator": "^1.3.1",
"dir-compare": "^4.0.0",
"fs-extra": "^10.0.1",