From 0f97ebe00761241e1f12f74634dee0e1ca7147a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 20:28:27 +0000 Subject: [PATCH] chore(deps/frontend): bump @stellar/freighter-api in /frontend Bumps [@stellar/freighter-api](https://github.com/stellar/freighter) from 2.0.0 to 6.0.1. - [Release notes](https://github.com/stellar/freighter/releases) - [Commits](https://github.com/stellar/freighter/commits) --- updated-dependencies: - dependency-name: "@stellar/freighter-api" dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 45e78b2a..cba7e837 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "@radix-ui/react-select": "^2.1.6", "@radix-ui/react-slot": "^1.1.2", "@reduxjs/toolkit": "^2.5.1", - "@stellar/freighter-api": "^2.0.0", + "@stellar/freighter-api": "^6.0.1", "@stellar/stellar-sdk": "^12.0.0", "@tanstack/react-query": "^5.66.0", "axios": "^1.7.9",