Upgrade cronstrue
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>pull/2489/head
parent
52cb6ff142
commit
afaa80b182
|
@ -21,7 +21,7 @@
|
|||
"@mit-app-inventor/blockly-plugin-workspace-multiselect": "^0.1.12",
|
||||
"@vue/composition-api": "^1.7.2",
|
||||
"blockly": "^10.4.2",
|
||||
"cronstrue": "^1.100.0",
|
||||
"cronstrue": "^2.48.0",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"dayjs": "^1.9.6",
|
||||
"dom7": "^2.1.5",
|
||||
|
@ -6309,9 +6309,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/cronstrue": {
|
||||
"version": "1.100.0",
|
||||
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-1.100.0.tgz",
|
||||
"integrity": "sha512-Hz+xjjmq2QgCQhnPxIVM02dwhOt5GwUywjKa17je9JWX4z2E0uecObXCFap8bmJE87JL9mToW/cGw5O06JgigQ=="
|
||||
"version": "2.48.0",
|
||||
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.48.0.tgz",
|
||||
"integrity": "sha512-w+VAWjiBJmKYeeK+i0ur3G47LcKNgFuWwb8LVJTaXSS2ExtQ5zdiIVnuysgB3N457gTaSllme0qTpdsJWK/wIg==",
|
||||
"bin": {
|
||||
"cronstrue": "bin/cli.js"
|
||||
}
|
||||
},
|
||||
"node_modules/cross-env": {
|
||||
"version": "5.2.1",
|
||||
|
@ -27263,9 +27266,9 @@
|
|||
}
|
||||
},
|
||||
"cronstrue": {
|
||||
"version": "1.100.0",
|
||||
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-1.100.0.tgz",
|
||||
"integrity": "sha512-Hz+xjjmq2QgCQhnPxIVM02dwhOt5GwUywjKa17je9JWX4z2E0uecObXCFap8bmJE87JL9mToW/cGw5O06JgigQ=="
|
||||
"version": "2.48.0",
|
||||
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.48.0.tgz",
|
||||
"integrity": "sha512-w+VAWjiBJmKYeeK+i0ur3G47LcKNgFuWwb8LVJTaXSS2ExtQ5zdiIVnuysgB3N457gTaSllme0qTpdsJWK/wIg=="
|
||||
},
|
||||
"cross-env": {
|
||||
"version": "5.2.1",
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
"@mit-app-inventor/blockly-plugin-workspace-multiselect": "^0.1.12",
|
||||
"@vue/composition-api": "^1.7.2",
|
||||
"blockly": "^10.4.2",
|
||||
"cronstrue": "^1.100.0",
|
||||
"cronstrue": "^2.48.0",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"dayjs": "^1.9.6",
|
||||
"dom7": "^2.1.5",
|
||||
|
|
Loading…
Reference in New Issue