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

View File

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