Skip to content

Commit

Permalink
chore(deps): bump cron from 3.1.3 to 3.2.1
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.2.1.
- [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.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent f910bf3 commit a2b2ec1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"axios": "^1.7.7",
"bowser": "^2.11.0",
"chalk": "^4.1.2",
"cron": "3.1.3",
"cron": "3.2.1",
"cron-validator": "^1.3.1",
"crypto": "^1.0.1",
"http-server": "^14.1.1",
Expand Down
26 changes: 25 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4450,6 +4450,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/mime@npm:*":
version: 3.0.4
resolution: "@types/mime@npm:3.0.4"
Expand Down Expand Up @@ -7051,6 +7058,16 @@ __metadata:
languageName: node
linkType: hard

"cron@npm:3.2.1":
version: 3.2.1
resolution: "cron@npm:3.2.1"
dependencies:
"@types/luxon": "npm:~3.4.0"
luxon: "npm:~3.5.0"
checksum: 10c0/26e2ea54c4e15abbc70d391b6366b7e9c72281637cdf0c077726b03a65901c013b2817854ef942f02c452b40b6d482f879d0eeb2a8f7b0c6cc53694e740bf1fa
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 @@ -11639,6 +11656,13 @@ __metadata:
languageName: node
linkType: hard

"luxon@npm:~3.5.0":
version: 3.5.0
resolution: "luxon@npm:3.5.0"
checksum: 10c0/335789bba95077db831ef99894edadeb23023b3eb2137a1b56acd0d290082b691cf793143d69e30bc069ec95f0b49f36419f48e951c68014f19ffe12045e3494
languageName: node
linkType: hard

"magic-string@npm:0.30.5":
version: 0.30.5
resolution: "magic-string@npm:0.30.5"
Expand Down Expand Up @@ -11699,7 +11723,7 @@ __metadata:
axios: "npm:^1.7.7"
bowser: "npm:^2.11.0"
chalk: "npm:^4.1.2"
cron: "npm:3.1.3"
cron: "npm:3.2.1"
cron-validator: "npm:^1.3.1"
crypto: "npm:^1.0.1"
eslint: "npm:^9.12.0"
Expand Down

0 comments on commit a2b2ec1

Please sign in to comment.