From ea0e1df7d1a06ca8e1e04fbe1d0721d1048f7830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 02:05:15 +0000 Subject: [PATCH] chore(deps): bump next Bumps the npm_and_yarn group with 1 update in the /portal directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.2.35 to 15.5.14 - [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.35...v15.5.14) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.14 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- portal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/package.json b/portal/package.json index 0896251..fe1c130 100644 --- a/portal/package.json +++ b/portal/package.json @@ -17,7 +17,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.474.0", - "next": "^14.2.29", + "next": "^15.5.14", "react": "^18.3.1", "react-dom": "^18.3.1", "react-markdown": "^9.0.3",