From c30c8c59f80822b2eb7884d50532746119963bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 04:25:59 +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 d19ae137109..c6903c77ee7 100644 --- a/playground/nextjs/package.json +++ b/playground/nextjs/package.json @@ -17,7 +17,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",