Skip to content

Commit

Permalink
build(deps): bump cron from 3.1.3 to 3.1.6
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.6.
- [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.6)

---
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 Jan 23, 2024
1 parent ee40498 commit b9ec810
Show file tree
Hide file tree
Showing 2 changed files with 12 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.5",
"bowser": "^2.11.0",
"chalk": "^4.1.2",
"cron": "^3.1.3",
"cron": "^3.1.6",
"cron-validator": "^1.3.1",
"crypto": "^1.0.1",
"http-server": "^14.1.1",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6163,6 +6163,16 @@ __metadata:
languageName: node
linkType: hard

"cron@npm:^3.1.6":
version: 3.1.6
resolution: "cron@npm:3.1.6"
dependencies:
"@types/luxon": "npm:~3.3.0"
luxon: "npm:~3.4.0"
checksum: f8328ce1052531bc14372acbfbddb38db33b30b29ac878d574b317779160b2947c9315c81dccb8a33724418cd86440a92269055037c96a2e917c867d57274009
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 @@ -10412,7 +10422,7 @@ __metadata:
bowser: "npm:^2.11.0"
chalk: "npm:^4.1.2"
clean-jsdoc-theme: "npm:^4.2.14"
cron: "npm:3.1.3"
cron: "npm:^3.1.6"
cron-validator: "npm:^1.3.1"
crypto: "npm:^1.0.1"
eslint: "npm:^8.56.0"
Expand Down

0 comments on commit b9ec810

Please sign in to comment.