From 40552b5d06f38f93d6348a505ef5f723a0329af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 23:33:57 +0000 Subject: [PATCH] Bump next in /examples/studio/custom-server-nextjs Bumps [next](https://github.com/vercel/next.js) from 14.2.21 to 14.2.32. - [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/v14.2.21...v14.2.32) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/studio/custom-server-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/studio/custom-server-nextjs/package.json b/examples/studio/custom-server-nextjs/package.json index 661a5312e3e..7e2c167b76a 100644 --- a/examples/studio/custom-server-nextjs/package.json +++ b/examples/studio/custom-server-nextjs/package.json @@ -11,7 +11,7 @@ "dependencies": { "@toolpad/studio": "0.5.2", "express": "4.20.0", - "next": "14.2.21", + "next": "14.2.32", "react": "^19.0.0", "react-dom": "^19.0.0" },