From 81adcd805c6ba1007c841ebedbd45de86f7ad864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 11:35:51 +0000 Subject: [PATCH] chore(deps): bump next from 15.5.7 to 16.0.7 Bumps [next](https://github.com/vercel/next.js) from 15.5.7 to 16.0.7. - [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.7...v16.0.7) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.7 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..8e8b8505 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.7", "react": "^19.0.0", "react-dom": "^19.0.0" },