From ef9f746147ad13db66b30e7ff184414a80b1403f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 21:24:36 +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.1.0. - [Release notes](https://github.com/stellar/js-stellar-sdk/releases) - [Changelog](https://github.com/stellar/js-stellar-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/stellar/js-stellar-sdk/compare/v15.1.0...v16.1.0) --- updated-dependencies: - dependency-name: "@stellar/stellar-sdk" dependency-version: 16.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 6bf28e97..be64913e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "@creit.tech/stellar-wallets-kit": "^2.2.0", "@sentry/nextjs": "^10.55.0", "@stellar/freighter-api": "6.0.1", - "@stellar/stellar-sdk": "15.1.0", + "@stellar/stellar-sdk": "16.1.0", "@tanstack/react-query": "^5.100.5", "clsx": "2.1.1", "framer-motion": "^12.38.0",