From 4aec30f40372ebff67974a52dbe078fe44a6c53b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:40:16 +0000 Subject: [PATCH] chore(deps-dev): bump rollup-plugin-visualizer in /VibeGame Bumps [rollup-plugin-visualizer](https://github.com/btd/rollup-plugin-visualizer) from 6.0.11 to 7.0.1. - [Changelog](https://github.com/btd/rollup-plugin-visualizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/btd/rollup-plugin-visualizer/compare/v6.0.11...v7.0.1) --- updated-dependencies: - dependency-name: rollup-plugin-visualizer dependency-version: 7.0.1 dependency-type: direct:development 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 beda16c6..a08f2653 100644 --- a/VibeGame/package.json +++ b/VibeGame/package.json @@ -176,7 +176,7 @@ "glob": "^11.0.3", "jsdom": "^26.1.0", "prettier": "^3.6.2", - "rollup-plugin-visualizer": "^6.0.3", + "rollup-plugin-visualizer": "^7.0.1", "three": "^0.183.0", "typescript": "^5.6.0", "vite": "^8.0.11",