From 1ed9255d1fe14e4ded29a35ce9ea021c3a683b97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:57:28 +0000 Subject: [PATCH] Bump @stellar/freighter-api from 4.1.0 to 6.0.1 in /frontend Bumps [@stellar/freighter-api](https://github.com/stellar/freighter) from 4.1.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 15149ab..48b28fa 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@creit.tech/stellar-wallets-kit": "^1.7.6", - "@stellar/freighter-api": "^4.1.0", + "@stellar/freighter-api": "^6.0.1", "@stellar/stellar-sdk": "^13.3.0", "clsx": "^2.1.1", "next": "^16.2.6",