From deea40a998cea98781a63a0b9f22a2092227ee94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:59:11 +0000 Subject: [PATCH] chore(deps): bump next Bumps the npm_and_yarn group with 1 update in the /frontend directory: [next](https://github.com/vercel/next.js). Updates `next` from 10.0.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/v10.0.4...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index d69fd0c..53b7226 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "cookie": "^0.4.1", "date-fns": "^2.16.1", "js-cookie": "^2.2.1", - "next": "10.0.4", + "next": "14.2.10", "react": "17.0.1", "react-dom": "17.0.1", "react-hook-form": "^6.14.1"