From 4ee9f3864069ec788b9998b2526e7f3ffabe82ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:17:34 +0000 Subject: [PATCH] build(deps): bump postprocessing from 6.39.2 to 6.39.3 in /VibeGame Bumps [postprocessing](https://github.com/pmndrs/postprocessing) from 6.39.2 to 6.39.3. - [Release notes](https://github.com/pmndrs/postprocessing/releases) - [Commits](https://github.com/pmndrs/postprocessing/compare/v6.39.2...v6.39.3) --- updated-dependencies: - dependency-name: postprocessing dependency-version: 6.39.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f2040fba..08401d66 100644 --- a/VibeGame/package.json +++ b/VibeGame/package.json @@ -189,7 +189,7 @@ "maath": "^0.10.8", "msgpackr": "^2.0.4", "n8ao": "^2.0.0", - "postprocessing": "6.39.2", + "postprocessing": "6.39.3", "recast-navigation": "^0.43.1", "simplex-noise": "^4.0.3", "three-custom-shader-material": "^6.4.0",