Skip to content

Commit

Permalink
build(deps): bump cron from 3.1.3 to 3.1.7
Browse files Browse the repository at this point in the history
Bumps [cron](https://github.com/kelektiv/node-cron) from 3.1.3 to 3.1.7.
- [Release notes](https://github.com/kelektiv/node-cron/releases)
- [Changelog](https://github.com/kelektiv/node-cron/blob/main/CHANGELOG.md)
- [Commits](kelektiv/node-cron@v3.1.3...v3.1.7)

---
updated-dependencies:
- dependency-name: cron
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent f25def2 commit 3d8c8e5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"axios": "^1.6.8",
"bowser": "^2.11.0",
"chalk": "^4.1.2",
"cron": "3.1.3",
"cron": "3.1.7",
"cron-validator": "^1.3.1",
"crypto": "^1.0.1",
"http-server": "^14.1.1",
Expand Down
19 changes: 18 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4214,6 +4214,13 @@ __metadata:
languageName: node
linkType: hard

"@types/luxon@npm:~3.4.0":
version: 3.4.2
resolution: "@types/luxon@npm:3.4.2"
checksum: 10c0/d835467de3daf7e17ba78b50bb5a14efd94272439ca067990d71332a54b311544459c69623eddd243b511b28d70194c9591a9ee8cf9c038962c965f991affd7e
languageName: node
linkType: hard

"@types/markdown-it@npm:^14.1.1":
version: 14.1.1
resolution: "@types/markdown-it@npm:14.1.1"
Expand Down Expand Up @@ -6724,6 +6731,16 @@ __metadata:
languageName: node
linkType: hard

"cron@npm:3.1.7":
version: 3.1.7
resolution: "cron@npm:3.1.7"
dependencies:
"@types/luxon": "npm:~3.4.0"
luxon: "npm:~3.4.0"
checksum: 10c0/c009c79714ae2916233c8cd2700cdda17c9e20d0e8e32eeb6c0d63b8e89bb7c38dbf9f0423f0f6da52d3f054f735aabb988cbe5b25bb55d9c6ca48ed4cfaaaec
languageName: node
linkType: hard

"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3":
version: 7.0.3
resolution: "cross-spawn@npm:7.0.3"
Expand Down Expand Up @@ -11046,7 +11063,7 @@ __metadata:
bowser: "npm:^2.11.0"
chalk: "npm:^4.1.2"
clean-jsdoc-theme: "npm:^4.3.0"
cron: "npm:3.1.3"
cron: "npm:3.1.7"
cron-validator: "npm:^1.3.1"
crypto: "npm:^1.0.1"
eslint: "npm:^9.3.0"
Expand Down

0 comments on commit 3d8c8e5

Please sign in to comment.