From 9603d097a4e96bad1dc2f43016673e7b45cf9c34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 07:31:08 +0000 Subject: [PATCH] Bump next from 14.2.0 to 15.5.18 in /frontend Bumps [next](https://github.com/vercel/next.js) from 14.2.0 to 15.5.18. - [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/v14.2.0...v15.5.18) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index a1be72b..d8f56e4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ "build-storybook": "storybook build" }, "dependencies": { - "next": "14.2.0", + "next": "15.5.18", "react": "^18.3.0", "react-dom": "^18.3.0", "recharts": "^2.12.0",