From 6fdfbacc7c2b3e25891d8d571b56ef4592e3fe9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 04:59:12 +0000 Subject: [PATCH] chore(deps): bump next in /packages/playground-nextjs Bumps [next](https://github.com/vercel/next.js) from 14.2.5 to 14.2.10. - [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.5...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/playground-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playground-nextjs/package.json b/packages/playground-nextjs/package.json index 0cad68c..af6daa9 100644 --- a/packages/playground-nextjs/package.json +++ b/packages/playground-nextjs/package.json @@ -37,7 +37,7 @@ "clsx": "^2.1.1", "dayjs": "^1.11.11", "lucide-react": "^0.408.0", - "next": "14.2.5", + "next": "14.2.10", "next-themes": "^0.3.0", "react": "^18.2.0", "react-dom": "^18.2.0",