From b458495b17c3d9cf156ae1727bcd01e1677c8561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 07:23:27 +0000 Subject: [PATCH] build(deps): bump next from 14.2.4 to 14.2.10 in /playground/nextjs Bumps [next](https://github.com/vercel/next.js) from 14.2.4 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.4...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- playground/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/nextjs/package.json b/playground/nextjs/package.json index a59c5afe0f33..79e6220be353 100644 --- a/playground/nextjs/package.json +++ b/playground/nextjs/package.json @@ -19,7 +19,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lucide-react": "^0.439.0", - "next": "14.2.4", + "next": "14.2.10", "react": "^18", "react-dom": "^18", "react-icons": "^5.0.1",