From 1350a16f7d0e3cd7ff2b110d924721f8ac2a8c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 11:38:18 +0000 Subject: [PATCH] chore(deps): bump next from 15.5.6 to 16.0.6 Bumps [next](https://github.com/vercel/next.js) from 15.5.6 to 16.0.6. - [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.6...v16.0.6) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.6 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..e1a68df8 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.0.6", "react": "^19.0.0", "react-dom": "^19.0.0" },