From a5a1457664b6a86cc7b45110fa4d75e711578e07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 07:19:16 +0000 Subject: [PATCH] Bump next from 15.5.6 to 16.0.6 in /examples/redis-minimal Bumps [next](https://github.com/vercel/next.js) from 15.5.6 to 16.0.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/v15.5.6...v16.0.6) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/redis-minimal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/redis-minimal/package.json b/examples/redis-minimal/package.json index 5016ad8..fab0641 100644 --- a/examples/redis-minimal/package.json +++ b/examples/redis-minimal/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@fortedigital/nextjs-cache-handler": "workspace:*", - "next": "^15.5.6", + "next": "^16.0.6", "react": "^19.2.0", "react-dom": "^19.2.0", "redis": "^5.9.0"