From 4046b07cd5c12a5c8e4c0c4a60e363f958fd9410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:29:59 +0000 Subject: [PATCH] Bump next in /web in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /web directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.2.32 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.32...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] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index eac689d..9d7fa27 100644 --- a/web/package.json +++ b/web/package.json @@ -7,7 +7,7 @@ "build": "next build" }, "dependencies": { - "next": "14.2.32", + "next": "15.5.14", "react": "18.2.0", "react-dom": "18.2.0", "isomorphic-unfetch": "^3.1.0"