From 78fcd97801a2d3fe28a5dc16c3be863cf6ece650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 13:55:20 +0000 Subject: [PATCH] build(deps): bump next from 14.2.7 to 14.2.28 in /apps/example Bumps [next](https://github.com/vercel/next.js) from 14.2.7 to 14.2.28. - [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.7...v14.2.28) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.28 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/example/package.json b/apps/example/package.json index 92c29a3..571a7b9 100644 --- a/apps/example/package.json +++ b/apps/example/package.json @@ -28,7 +28,7 @@ "clsx": "^2.1.1", "ethers": "v5", "lucide-react": "^0.436.0", - "next": "14.2.7", + "next": "14.2.28", "next-themes": "^0.3.0", "react": "^18", "react-dom": "^18",