From 1d37596a5cb44d68409f72adc743a5b0edccd59e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:12:18 +0000 Subject: [PATCH] Bump next from 14.1.1 to 14.2.10 in /apps/frontend Bumps [next](https://github.com/vercel/next.js) from 14.1.1 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.1.1...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 735fbcd..2432be2 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -39,7 +39,7 @@ "@nextui-org/react": "^2.2.9", "class-variance-authority": "^0.7.0", "framer-motion": "^10.16.4", - "next": "14.1.1", + "next": "14.2.10", "react": "^18", "react-dom": "^18", "react-icons": "^4.12.0",