From 4ebcb02e6803f5853c102cdcc74f7f62f435c82b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:38:58 +0000 Subject: [PATCH] chore(deps): bump next from 15.1.9 to 15.5.14 in /e2e-projects/nextjs Bumps [next](https://github.com/vercel/next.js) from 15.1.9 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/v15.1.9...v15.5.14) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- e2e-projects/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-projects/nextjs/package.json b/e2e-projects/nextjs/package.json index da48954..648fa4c 100644 --- a/e2e-projects/nextjs/package.json +++ b/e2e-projects/nextjs/package.json @@ -9,7 +9,7 @@ "dependencies": { "@prismicio/client": "^7.16.0", "@prismicio/react": "*", - "next": "15.1.9", + "next": "15.5.14", "react": "19.2.1", "react-dom": "19.2.1" },