From cf0065c82274cbe20a4c7257e82d7fc8229f0c42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 09:19:26 +0000 Subject: [PATCH] chore(deps,web)(deps): bump next in /apps/web in the next-stack group Bumps the next-stack group in /apps/web with 1 update: [next](https://github.com/vercel/next.js). Updates `next` from 16.2.9 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.2.9...v16.2.10) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: next-stack ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index 5540e90..48f08d5 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -13,7 +13,7 @@ "test": "echo \"no tests yet\" && exit 0" }, "dependencies": { - "next": "^16.2.9", + "next": "^16.2.10", "react": "^19.2.7", "react-dom": "^19.2.7" },