From 362b577a2896cf73f582bc309bea2523ba04a63f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 23:44:18 +0000 Subject: [PATCH] chore(deps): bump next from 13.4.0 to 14.2.21 in /generators/next Bumps [next](https://github.com/vercel/next.js) from 13.4.0 to 14.2.21. - [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/v13.4.0...v14.2.21) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- generators/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/next/package.json b/generators/next/package.json index 3fc3164b..f5886d8f 100644 --- a/generators/next/package.json +++ b/generators/next/package.json @@ -8,7 +8,7 @@ "core-ui": "*", "core-utils": "*", "forms": "*", - "next": "13.4.0", + "next": "14.2.21", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "7.43.9",