From aca4e66f2916835cd7442a635ebdaa7036907a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 05:11:37 +0000 Subject: [PATCH] Bump next from 13.5.1 to 16.1.5 in /apps/lp Bumps [next](https://github.com/vercel/next.js) from 13.5.1 to 16.1.5. - [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/v13.5.1...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/lp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/lp/package.json b/apps/lp/package.json index 3d857eb7..7a1ebcfc 100644 --- a/apps/lp/package.json +++ b/apps/lp/package.json @@ -16,7 +16,7 @@ "eslint": "9.0.0", "eslint-config-next": "13.1.1", "@bond-protocol/eslint-config-custom": "workspace:*", - "next": "13.5.1", + "next": "16.1.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-ga": "^3.3.1",