From 1b6b8df058ab7ad093149dc98be75f5cc5812e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 11:40:06 +0000 Subject: [PATCH] chore(deps): bump next from 15.5.7 to 16.0.8 Bumps [next](https://github.com/vercel/next.js) from 15.5.7 to 16.0.8. - [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.8) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.8 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..2abcf80a 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.8", "react": "^19.0.0", "react-dom": "^19.0.0" },