From f420c37e46504836c01d7e5ea03011ccff9800e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:35:52 +0000 Subject: [PATCH] build(deps): bump @stellar/stellar-sdk in /frontend Bumps [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 15.1.0 to 16.0.1. - [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/v15.1.0...v16.0.1) --- updated-dependencies: - dependency-name: "@stellar/stellar-sdk" dependency-version: 16.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 9d85c21..0d9b06b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@stellar/freighter-api": "^6.0.1", - "@stellar/stellar-sdk": "^15.1.0", + "@stellar/stellar-sdk": "^16.0.1", "@tanstack/react-query": "^5.101.0", "lucide-react": "^0.575.0", "next": "16.2.9",