From 2354f9de278123408b45307ef1b6909d6dbe1a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:50:40 +0000 Subject: [PATCH] build(deps): bump the minor-and-patch group across 1 directory with 3 updates Bumps the minor-and-patch group with 3 updates in the /frontend directory: [next](https://github.com/vercel/next.js), [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). Updates `next` from 16.1.6 to 16.2.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.1.6...v16.2.7) Updates `react` from 19.2.4 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react) Updates `react-dom` from 19.2.4 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: react dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: react-dom dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 8c1dfb3a..b32d7ed7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,10 +16,10 @@ "@stellar/stellar-sdk": "^14.5.0", "@tanstack/react-query": "^5.100.6", "lucide-react": "^0.575.0", - "next": "16.1.6", + "next": "16.2.7", "next-themes": "^0.4.6", - "react": "19.2.4", - "react-dom": "19.2.4", + "react": "19.2.7", + "react-dom": "19.2.7", "react-hot-toast": "^2.6.0" }, "devDependencies": {