Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump cron and @types/cron (#519)
Browse files Browse the repository at this point in the history
Bumps [cron](https://github.com/kelektiv/node-cron) and [@types/cron](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cron). These dependencies needed to be updated together.

Updates `cron` from 2.3.1 to 2.4.3
- [Release notes](https://github.com/kelektiv/node-cron/releases)
- [Changelog](https://github.com/kelektiv/node-cron/blob/main/CHANGELOG.md)
- [Commits](kelektiv/node-cron@v2.3.1...v2.4.3)

Updates `@types/cron` from 2.0.1 to 2.4.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cron)

---
updated-dependencies:
- dependency-name: cron
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/cron"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2023
1 parent a66ca3c commit f18039f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 36 deletions.
67 changes: 33 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@endbug/overwatch-stats-api": "^3.0.1",
"@supabase/supabase-js": "^2.26.0",
"blapi": "^3.1.2",
"cron": "^2.3.1",
"cron": "^2.4.3",
"discord.js": "^14.0.2",
"dotenv": "^16.3.1",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -43,7 +43,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/cron": "^2.0.1",
"@types/cron": "^2.4.0",
"@types/node": "^16.18.3",
"@types/nodemon": "^1.19.2",
"@types/require-all": "^3.0.3",
Expand Down

0 comments on commit f18039f

Please sign in to comment.