Skip to content

Commit

Permalink
build(deps): bump the prod-deps-breaking group across 1 directory wit…
Browse files Browse the repository at this point in the history
…h 4 updates

Bumps the prod-deps-breaking group with 4 updates in the / directory: [eventsource](https://github.com/EventSource/eventsource), [flatbuffers](https://github.com/google/flatbuffers), [uuid](https://github.com/uuidjs/uuid) and [commander](https://github.com/tj/commander.js).


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 `flatbuffers` from 24.3.25 to 25.1.24
- [Release notes](https://github.com/google/flatbuffers/releases)
- [Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md)
- [Commits](google/flatbuffers@v24.3.25...v25.1.24)

Updates `uuid` from 10.0.0 to 11.0.5
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v10.0.0...v11.0.5)

Updates `commander` from 12.1.0 to 13.1.0
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v12.1.0...v13.1.0)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps-breaking
- dependency-name: flatbuffers
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps-breaking
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps-breaking
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps-breaking
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent e5ac1c7 commit 57578fe
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 32 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@golem-sdk/golem-js": "file:..",
"@golem-sdk/pino-logger": "^1.1.0",
"@types/express": "^4.17.21",
"commander": "^12.0.0",
"commander": "^13.1.0",
"express": "^4.21.1",
"tsx": "^4.19.1",
"viem": "^2.21.1"
Expand Down
73 changes: 45 additions & 28 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
"debug": "^4.3.7",
"decimal.js-light": "^2.5.1",
"eventemitter3": "^5.0.1",
"eventsource": "^2.0.2",
"flatbuffers": "^24.3.25",
"eventsource": "^3.0.2",
"flatbuffers": "^25.1.24",
"ip-num": "^1.5.1",
"js-sha3": "^0.9.3",
"rxjs": "^7.8.1",
"semver": "^7.6.3",
"tmp": "^0.2.3",
"uuid": "^10.0.0",
"uuid": "^11.0.5",
"ws": "^8.18.0",
"ya-ts-client": "^1.1.3"
},
Expand Down

0 comments on commit 57578fe

Please sign in to comment.