From 75dfe6e358801916cbc8ed79cec235262611c232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 03:30:01 +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.30. - [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.30) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.30 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..e1c09b23299 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.30", "react": "^19.0.0", "react-dom": "^19.0.0" },