From 0dd429a2389f7ee2042492f08fa6680fc0cf3e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 21:26:36 +0000 Subject: [PATCH] chore(deps): bump next from 16.2.2 to 16.2.6 in /e2e-projects/nextjs Bumps [next](https://github.com/vercel/next.js) from 16.2.2 to 16.2.6. - [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/v16.2.2...v16.2.6) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.6 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 8ec15df..6d3068c 100644 --- a/e2e-projects/nextjs/package.json +++ b/e2e-projects/nextjs/package.json @@ -9,7 +9,7 @@ "dependencies": { "@prismicio/client": "^7.21.7", "@prismicio/react": "*", - "next": "16.2.2", + "next": "16.2.6", "react": "19.2.4", "react-dom": "19.2.4" },