Skip to content

Commit

Permalink
build(deps): bump @msgpack/msgpack from 3.0.0-beta2 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [@msgpack/msgpack](https://github.com/msgpack/msgpack-javascript) from 3.0.0-beta2 to 3.0.1.
- [Release notes](https://github.com/msgpack/msgpack-javascript/releases)
- [Changelog](https://github.com/msgpack/msgpack-javascript/blob/main/CHANGELOG.md)
- [Commits](msgpack/msgpack-javascript@v3.0.0-beta2...v3.0.1)

---
updated-dependencies:
- dependency-name: "@msgpack/msgpack"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent e14e03f commit 0000f15
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 28 deletions.
2 changes: 1 addition & 1 deletion discojs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@epfml/isomorphic-wrtc": "1",
"@jimp/core": "1",
"@jimp/plugin-resize": "1",
"@msgpack/msgpack": "^3.0.0-beta2",
"@msgpack/msgpack": "^3.0.1",
"@tensorflow/tfjs": "4",
"@xenova/transformers": "2",
"immutable": "4",
Expand Down
32 changes: 7 additions & 25 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@epfml/discojs-node": "*",
"@koush/wrtc": "0.5",
"@msgpack/msgpack": "^3.0.0-beta2",
"@msgpack/msgpack": "^3.0.1",
"@tensorflow/tfjs": "4",
"cors": "2",
"express": "4",
Expand Down
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@epfml/discojs": "*",
"@epfml/discojs-web": "*",
"@msgpack/msgpack": "^3.0.0-beta2",
"@msgpack/msgpack": "^3.0.1",
"apexcharts": "4",
"cypress": "13",
"d3": "7",
Expand Down

0 comments on commit 0000f15

Please sign in to comment.