From da6b1173638883c1734d3c87c0ca97dc1078e6a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 08:26:25 +0000 Subject: [PATCH] Bump next in /examples/fullstack-e2e-encrypted-locker-nextjs Bumps [next](https://github.com/vercel/next.js) from 16.1.6 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.1.6...v16.2.6) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/fullstack-e2e-encrypted-locker-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fullstack-e2e-encrypted-locker-nextjs/package.json b/examples/fullstack-e2e-encrypted-locker-nextjs/package.json index 64070f7..995ba23 100644 --- a/examples/fullstack-e2e-encrypted-locker-nextjs/package.json +++ b/examples/fullstack-e2e-encrypted-locker-nextjs/package.json @@ -15,7 +15,7 @@ "classnames": "^2.5.1", "dotenv": "^17.2.3", "libsodium-wrappers": "^0.8.2", - "next": "16.1.6", + "next": "16.2.6", "react": "^19.2.4", "react-dom": "^19.2.4", "redis": "^5.10.0",