From b8ec24851578e4e1c2177a9b8d946ffcfc11b40c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 14:08:16 +0000 Subject: [PATCH] chore(deps): bump next from 14.2.28 to 14.2.35 in /apps/wallet-dashboard Bumps [next](https://github.com/vercel/next.js) from 14.2.28 to 14.2.35. - [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.28...v14.2.35) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.35 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/wallet-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wallet-dashboard/package.json b/apps/wallet-dashboard/package.json index 888e380143d..d54afb0b0d0 100644 --- a/apps/wallet-dashboard/package.json +++ b/apps/wallet-dashboard/package.json @@ -36,7 +36,7 @@ "bignumber.js": "^9.1.1", "clsx": "^2.1.1", "formik": "^2.4.2", - "next": "14.2.28", + "next": "14.2.35", "react": "^18.3.1", "zustand": "^4.4.1" },