From 694a48806023d12e85ae96a1310735981fbd547c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:36:57 +0000 Subject: [PATCH] build(deps): bump next in /frontend in the minor-and-patch group Bumps the minor-and-patch group in /frontend with 1 update: [next](https://github.com/vercel/next.js). Updates `next` from 16.2.7 to 16.2.9 - [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.2.7...v16.2.9) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index bca6c21..57bf042 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "@stellar/stellar-sdk": "^15.1.0", "@tanstack/react-query": "^5.100.6", "lucide-react": "^0.575.0", - "next": "16.2.7", + "next": "16.2.9", "next-themes": "^0.4.6", "react": "19.2.7", "react-dom": "19.2.7",