From d143ad2a21ef1350c925f84d831a91278662266a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:18:17 +0000 Subject: [PATCH] build(deps): bump next from 14.2.7 to 14.2.25 in /apps/example Bumps [next](https://github.com/vercel/next.js) from 14.2.7 to 14.2.25. - [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.25) --- updated-dependencies: - dependency-name: next 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..435add2 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.25", "next-themes": "^0.3.0", "react": "^18", "react-dom": "^18",