From a6e344891da599527350faf1f2e49f6cf1f2f5c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 21:24:00 +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/main/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 7b4d1125..1916d073 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,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.0.1", "@tanstack/react-query": "^5.100.5", "clsx": "2.1.1", "framer-motion": "^12.38.0",