From 7c902ebde5bc77b6c1ae225f872274af0f9f5fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 05:54:01 +0000 Subject: [PATCH] Bump next Bumps [next](https://github.com/vercel/next.js) from 16.2.6 to 16.2.11. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.2.6...v16.2.11) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Connecting_to_Next_js_server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connecting-to-backends/syncfusion-reactgrid-with-nextjs-server/Connecting_to_Next_js_server/package.json b/connecting-to-backends/syncfusion-reactgrid-with-nextjs-server/Connecting_to_Next_js_server/package.json index d559865..4c75492 100644 --- a/connecting-to-backends/syncfusion-reactgrid-with-nextjs-server/Connecting_to_Next_js_server/package.json +++ b/connecting-to-backends/syncfusion-reactgrid-with-nextjs-server/Connecting_to_Next_js_server/package.json @@ -12,7 +12,7 @@ "@syncfusion/ej2-data": "*", "@syncfusion/ej2-react-buttons": "*", "@syncfusion/ej2-react-grids": "*", - "next": "16.2.6", + "next": "16.2.11", "react": "19.2.3", "react-dom": "19.2.3" },