From 6f551c3b91556745fe1ad52c9508b6a56ce1f282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 01:43:26 +0000 Subject: [PATCH] build(deps): bump msgpackr from 1.12.1 to 2.0.4 in /VibeGame Bumps [msgpackr](https://github.com/kriszyp/msgpackr) from 1.12.1 to 2.0.4. - [Release notes](https://github.com/kriszyp/msgpackr/releases) - [Commits](https://github.com/kriszyp/msgpackr/compare/v1.12.1...v2.0.4) --- updated-dependencies: - dependency-name: msgpackr dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- VibeGame/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VibeGame/package.json b/VibeGame/package.json index 61dc2216..44701841 100644 --- a/VibeGame/package.json +++ b/VibeGame/package.json @@ -193,7 +193,7 @@ "colyseus.js": "^0.16.22", "gsap": "^3.13.0", "howler": "^2.2.4", - "msgpackr": "^1.11.9", + "msgpackr": "^2.0.4", "postprocessing": "^6.39.1", "three-mesh-bvh": "^0.9.10", "three-mesh-ui": "^6.5.4",