From 98adcf200a4a56e4d3e6426d769015d263798ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 21:41:04 +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.1.7. - [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.1.7) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.7 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..69bd2e2 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.1.7", "react": "^19.2.4", "react-dom": "^19.2.4", "redis": "^5.10.0",