From d27c805b80f4bccc7043b46406800465142e595c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:21:54 +0000 Subject: [PATCH] chore(deps,web)(deps): bump the next-stack group across 1 directory with 3 updates Bumps the next-stack group with 3 updates in the /apps/web directory: [next](https://github.com/vercel/next.js), [react](https://github.com/react/react/tree/HEAD/packages/react) and [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom). Updates `next` from 16.2.9 to 16.2.12 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.2.9...v16.2.12) Updates `react` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react) Updates `react-dom` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: next-stack - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: next-stack - dependency-name: react-dom dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: next-stack ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index 5540e90..c92a0bc 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -13,9 +13,9 @@ "test": "echo \"no tests yet\" && exit 0" }, "dependencies": { - "next": "^16.2.9", - "react": "^19.2.7", - "react-dom": "^19.2.7" + "next": "^16.2.12", + "react": "^19.2.8", + "react-dom": "^19.2.8" }, "devDependencies": { "@types/node": "^22.19.21",