fix(deps): bump cronstrue from 1.114.0 to 1.115.0

Bumps [cronstrue](https://github.com/bradymholt/cronstrue) from 1.114.0 to 1.115.0.
- [Release notes](https://github.com/bradymholt/cronstrue/releases)
- [Commits](https://github.com/bradymholt/cronstrue/compare/v1.114.0...v1.115.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-08-12 00:02:20 +00:00 committed by GitHub
parent eed26b9601
commit 46d6ba6118
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

@ -19,7 +19,7 @@
"convert-units": "^2.3.4",
"core-js": "^3.16.1",
"cron-validator": "^1.2.1",
"cronstrue": "^1.114.0",
"cronstrue": "^1.115.0",
"crypto-js": "^4.1.1",
"markdown-it-anchor": "^8.1.2",
"markdown-it-highlightjs": "^3.5.0",
@ -9548,9 +9548,9 @@
"integrity": "sha512-RqdpGSokGFICPc8qAkT38aXqZLLanXghQTK2q7a2x2FabSwDd2ARrazd5ElEWAXzToUcMG4cZIwDH+5RM0q1mA=="
},
"node_modules/cronstrue": {
"version": "1.114.0",
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-1.114.0.tgz",
"integrity": "sha512-j1JuBHTJKKX41NUJVHmWn2ZYHnLipsIoq7bAZVeVzehA9+rmG6v9NgMiMa0KiiFzozihgt4yGNe5aMVc/IoYLg=="
"version": "1.115.0",
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-1.115.0.tgz",
"integrity": "sha512-OChqx0S1zo31I2AlmLYld9TO2n7sRIHcf/TCj/MGe61KBG/V1KI/qUSUwa+phya1/tuDmwDt7xyDzqjF9O7G3Q=="
},
"node_modules/cross-spawn": {
"version": "7.0.3",
@ -32693,9 +32693,9 @@
"integrity": "sha512-RqdpGSokGFICPc8qAkT38aXqZLLanXghQTK2q7a2x2FabSwDd2ARrazd5ElEWAXzToUcMG4cZIwDH+5RM0q1mA=="
},
"cronstrue": {
"version": "1.114.0",
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-1.114.0.tgz",
"integrity": "sha512-j1JuBHTJKKX41NUJVHmWn2ZYHnLipsIoq7bAZVeVzehA9+rmG6v9NgMiMa0KiiFzozihgt4yGNe5aMVc/IoYLg=="
"version": "1.115.0",
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-1.115.0.tgz",
"integrity": "sha512-OChqx0S1zo31I2AlmLYld9TO2n7sRIHcf/TCj/MGe61KBG/V1KI/qUSUwa+phya1/tuDmwDt7xyDzqjF9O7G3Q=="
},
"cross-spawn": {
"version": "7.0.3",

View file

@ -47,7 +47,7 @@
"convert-units": "^2.3.4",
"core-js": "^3.16.1",
"cron-validator": "^1.2.1",
"cronstrue": "^1.114.0",
"cronstrue": "^1.115.0",
"crypto-js": "^4.1.1",
"markdown-it-anchor": "^8.1.2",
"markdown-it-highlightjs": "^3.5.0",