From 1db114d47da6bd838d5c7dba37d5556febf7f002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:39:15 +0000 Subject: [PATCH] chore(deps): bump @stellar/freighter-api in /frontend Bumps [@stellar/freighter-api](https://github.com/stellar/freighter) from 1.7.1 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 0f0c0bc..2bfa925 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.20.0", - "@stellar/freighter-api": "^1.7.0", + "@stellar/freighter-api": "^6.0.1", "soroban-client": "^1.0.0" }, "devDependencies": {