From 4bef39594a44eab538ee1ab67a54a75fcb5fffcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:47:07 +0000 Subject: [PATCH] Bump next from 16.2.9 to 16.2.11 in /examples/nextjs Bumps [next](https://github.com/vercel/next.js) from 16.2.9 to 16.2.11. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.2.9...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 2b4fa89..bd7f96e 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -13,7 +13,7 @@ "@xennis/react-notion-cms-fetch": "*", "@xennis/react-notion-cms-render": "*", "highlight.js": "^11.11.1", - "next": "16.2.9", + "next": "16.2.11", "prismjs": "^1.30.0", "react": "19.2.7", "react-dom": "19.2.7"