From ab404d00e214e165d346c3f855134d8e72b57680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:07:04 +0000 Subject: [PATCH] chore(deps): bump next from 15.5.9 to 16.1.4 Bumps [next](https://github.com/vercel/next.js) from 15.5.9 to 16.1.4. - [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.9...v16.1.4) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helia-nextjs/package.json b/examples/helia-nextjs/package.json index c5a1c8a5..f956137a 100644 --- a/examples/helia-nextjs/package.json +++ b/examples/helia-nextjs/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "helia": "^5.0.0", - "next": "^15.1.5", + "next": "^16.1.4", "react": "^19.0.0", "react-dom": "^19.0.0" },