From be7eda07b602f488f2e0e5e8a067119c8d53e289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 12:20:06 +0000 Subject: [PATCH] Bump next Bumps [next](https://github.com/vercel/next.js) from 16.1.4 to 16.1.5. - [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.4...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 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 0d79c3e..5cf7f08 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.1.4", + "next": "16.1.5", "react": "19.2.3", "react-dom": "19.2.3" },