fix(deps): bump cronstrue from 1.119.0 to 1.122.0

Bumps [cronstrue](https://github.com/bradymholt/cronstrue) from 1.119.0 to 1.122.0.
- [Release notes](https://github.com/bradymholt/cronstrue/releases)
- [Commits](https://github.com/bradymholt/cronstrue/compare/v1.119.0...v1.122.0)

---
updated-dependencies:
- dependency-name: cronstrue
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-22 00:02:08 +00:00 committed by GitHub
parent 7c9e617678
commit 56d4f8e4b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -21,7 +21,7 @@
"convert-units": "^2.3.4",
"core-js": "^3.18.3",
"cron-validator": "^1.2.1",
"cronstrue": "^1.119.0",
"cronstrue": "^1.122.0",
"crypto-js": "^4.1.1",
"markdown-it-anchor": "^8.4.1",
"markdown-it-highlightjs": "^3.5.0",
@ -8756,9 +8756,9 @@
"integrity": "sha512-RqdpGSokGFICPc8qAkT38aXqZLLanXghQTK2q7a2x2FabSwDd2ARrazd5ElEWAXzToUcMG4cZIwDH+5RM0q1mA=="
},
"node_modules/cronstrue": {
"version": "1.119.0",
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-1.119.0.tgz",
"integrity": "sha512-HWwWRX/uPtOnV53pr4Tq55aqPbjj/m4rq5n2kuNxPReUXzWT2ee3kP73iTP+eRCPP1RTQy7oET2HQuczHQC0WQ=="
"version": "1.122.0",
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-1.122.0.tgz",
"integrity": "sha512-PFuhZd+iPQQ0AWTXIEYX+t3nFGzBrWxmTWUKJOrsGRewaBSLKZ4I1f8s2kryU75nNxgyugZgiGh2OJsCTA/XlA=="
},
"node_modules/cross-spawn": {
"version": "7.0.3",
@ -32004,9 +32004,9 @@
"integrity": "sha512-RqdpGSokGFICPc8qAkT38aXqZLLanXghQTK2q7a2x2FabSwDd2ARrazd5ElEWAXzToUcMG4cZIwDH+5RM0q1mA=="
},
"cronstrue": {
"version": "1.119.0",
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-1.119.0.tgz",
"integrity": "sha512-HWwWRX/uPtOnV53pr4Tq55aqPbjj/m4rq5n2kuNxPReUXzWT2ee3kP73iTP+eRCPP1RTQy7oET2HQuczHQC0WQ=="
"version": "1.122.0",
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-1.122.0.tgz",
"integrity": "sha512-PFuhZd+iPQQ0AWTXIEYX+t3nFGzBrWxmTWUKJOrsGRewaBSLKZ4I1f8s2kryU75nNxgyugZgiGh2OJsCTA/XlA=="
},
"cross-spawn": {
"version": "7.0.3",

View file

@ -48,7 +48,7 @@
"convert-units": "^2.3.4",
"core-js": "^3.18.3",
"cron-validator": "^1.2.1",
"cronstrue": "^1.119.0",
"cronstrue": "^1.122.0",
"crypto-js": "^4.1.1",
"markdown-it-anchor": "^8.4.1",
"markdown-it-highlightjs": "^3.5.0",