From 60657efc63d8e2949e994235fc99feffad7536ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 13:35:50 +0000 Subject: [PATCH] chore(deps): bump next from 15.5.0 to 16.1.5 in /typescript/site Bumps [next](https://github.com/vercel/next.js) from 15.5.0 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/v15.5.0...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- typescript/site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/site/package.json b/typescript/site/package.json index 0f8665314a..f836625c61 100644 --- a/typescript/site/package.json +++ b/typescript/site/package.json @@ -17,7 +17,7 @@ "dependencies": { "@heroicons/react": "^2.2.0", "@vercel/functions": "^2.2.8", - "next": "15.5.0", + "next": "16.1.5", "react": "19.1.1", "react-dom": "19.1.1", "viem": "^2.21.26",