From 2ed17b70c0417d804435aa3886b4c7256ebbca86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:17:34 +0000 Subject: [PATCH] build(deps): bump @stellar/stellar-sdk in /frontend Bumps [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 14.6.1 to 15.1.0. - [Release notes](https://github.com/stellar/js-stellar-sdk/releases) - [Changelog](https://github.com/stellar/js-stellar-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/stellar/js-stellar-sdk/compare/v14.6.1...v15.1.0) --- updated-dependencies: - dependency-name: "@stellar/stellar-sdk" dependency-version: 15.1.0 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 b32d7ed..e0d1dba 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@stellar/freighter-api": "^6.0.1", - "@stellar/stellar-sdk": "^14.5.0", + "@stellar/stellar-sdk": "^15.1.0", "@tanstack/react-query": "^5.100.6", "lucide-react": "^0.575.0", "next": "16.2.7",