Skip to content

Commit

Permalink
Bump the production-dependencies group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 6 updates in the /backend directory:

| Package | From | To |
| --- | --- | --- |
| [cron](https://github.com/kelektiv/node-cron) | `3.2.1` | `3.3.2` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` |
| [eventsource](https://github.com/EventSource/eventsource) | `2.0.2` | `3.0.2` |
| [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `7.4.1` | `7.5.0` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.11.4` | `3.12.0` |
| [octokit](https://github.com/octokit/octokit.js) | `4.0.2` | `4.0.3` |



Updates `cron` from 3.2.1 to 3.3.2
- [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.2.1...v3.3.2)

Updates `dotenv` from 16.4.5 to 16.4.7
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.5...v16.4.7)

Updates `eventsource` from 2.0.2 to 3.0.2
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/main/CHANGELOG.md)
- [Commits](EventSource/eventsource@v2.0.2...v3.0.2)

Updates `express-rate-limit` from 7.4.1 to 7.5.0
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Commits](express-rate-limit/express-rate-limit@v7.4.1...v7.5.0)

Updates `mysql2` from 3.11.4 to 3.12.0
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.11.4...v3.12.0)

Updates `octokit` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](octokit/octokit.js@v4.0.2...v4.0.3)

---
updated-dependencies:
- dependency-name: cron
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: eventsource
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: express-rate-limit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: mysql2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: octokit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 142072f commit f3c3f09
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 83 deletions.
150 changes: 73 additions & 77 deletions backend/package-lock.json

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

12 changes: 6 additions & 6 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"dependencies": {
"bunyan": "^1.8.15",
"cors": "^2.8.5",
"cron": "^3.2.1",
"dotenv": "^16.4.5",
"eventsource": "^2.0.2",
"cron": "^3.3.2",
"dotenv": "^16.4.7",
"eventsource": "^3.0.2",
"express": "^4.21.2",
"express-rate-limit": "^7.4.1",
"mysql2": "^3.11.4",
"octokit": "^4.0.2",
"express-rate-limit": "^7.5.0",
"mysql2": "^3.12.0",
"octokit": "^4.0.3",
"sequelize": "^6.37.5",
"smee-client": "^2.0.4",
"update-dotenv": "^1.1.1",
Expand Down

0 comments on commit f3c3f09

Please sign in to comment.