From 5891db6241a67f9b7b4d886d5ab200b1f5dca25f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 11:03:45 +0000 Subject: [PATCH] chore(deps): bump next from 15.5.10 to 16.1.5 Bumps [next](https://github.com/vercel/next.js) from 15.5.10 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.10...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 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..a399d22f 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.5", "react": "^19.0.0", "react-dom": "^19.0.0" },