Bump cron from 1.8.3 to 2.0.0 #370
14
package-lock.json
generated
14
package-lock.json
generated
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user