From e48f9f06f3aed851d20257ae0f0e08a88c741d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 19:30:52 +0000 Subject: [PATCH] Bump next in /packages/web in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /packages/web directory: [next](https://github.com/vercel/next.js). Updates `next` from 16.0.1 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/v16.0.1...v16.0.7) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.7 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/package.json b/packages/web/package.json index 83bdbaed..72f64bf3 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -27,7 +27,7 @@ "@prisma/client": "^6.19.0", "@vercel/analytics": "^1.5.0", "classnames": "^2.5.1", - "next": "16.0.1", + "next": "16.0.7", "react": "^19.1.1", "react-dom": "^19.1.1", "react-intersection-observer": "^9.16.0",