From 7ab541091e83a4f50aff79cae9c333b8d6abdc20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 01:11:40 +0000 Subject: [PATCH] chore(deps): bump next from 15.3.0 to 15.5.0 in /workspace/ui Bumps [next](https://github.com/vercel/next.js) from 15.3.0 to 15.5.0. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.3.0...v15.5.0) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- workspace/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/ui/package.json b/workspace/ui/package.json index 40c23a0..8e55ad5 100644 --- a/workspace/ui/package.json +++ b/workspace/ui/package.json @@ -30,7 +30,7 @@ "glsl-canvas-js": "^0.2.9", "lucide-react": "^0.487.0", "motion": "^12.5.0", - "next": "^15.3.0", + "next": "^15.5.0", "react": "^19.1.0", "react-dom": "^19.1.0" }