From c86fa4d7664bc22528ed71067b887aa98b9ad1d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 07:37:38 +0000 Subject: [PATCH] chore: Bump next from 14.0.4 to 14.2.10 in /apps/web-admin Bumps [next](https://github.com/vercel/next.js) from 14.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/v14.0.4...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/web-admin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-admin/package.json b/apps/web-admin/package.json index 4a1b855e..0d243482 100644 --- a/apps/web-admin/package.json +++ b/apps/web-admin/package.json @@ -39,7 +39,7 @@ "konva": "^9.3.15", "lucide-react": "^0.441.0", "marked": "^15.0.0", - "next": "14.0.4", + "next": "14.2.10", "next-remove-imports": "^1.0.12", "papaparse": "^5.4.1", "prop-types": "^15.8.1",