From 2f897121413ab83a6e275e6e81b33797ca47781d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 03:27:02 +0000 Subject: [PATCH] chore(deps): bump next from 15.1.6 to 15.4.7 in /apps/ui-playground Bumps [next](https://github.com/vercel/next.js) from 15.1.6 to 15.4.7. - [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/v15.1.6...v15.4.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/ui-playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ui-playground/package.json b/apps/ui-playground/package.json index d54e2c34b97889..67309616a28652 100644 --- a/apps/ui-playground/package.json +++ b/apps/ui-playground/package.json @@ -18,7 +18,7 @@ "fumadocs-mdx": "^11.1.1", "fumadocs-typescript": "^3.0.2", "fumadocs-ui": "14.4.0", - "next": "15.1.6", + "next": "15.4.7", "react": "^18.0.0", "react-dom": "^18.0.0", "react-hot-toast": "^2.5.2"