From 1c180aa40628df5c6075d562efcb5ea0d1c912e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 08:00:33 +0000 Subject: [PATCH] chore(deps): bump next from 16.1.5 to 16.2.11 in /examples/nextjs Bumps [next](https://github.com/vercel/next.js) from 16.1.5 to 16.2.11. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.1.5...v16.2.11) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 5db178df..487f51c6 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -12,7 +12,7 @@ "@next/env": "15.4.10", "jotai": "^2.12.5", "motion": "^12.23.3", - "next": "16.1.5", + "next": "16.2.11", "react": "^19.1.0", "react-dom": "^19.1.0", "solapi": "latest",