From 3b0e9db30fc233adc0c5ececdf2bbf22e1c551dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 06:40:43 +0000 Subject: [PATCH] chore(deps)(deps): bump @stellar/stellar-sdk in /frontend Bumps [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 16.3.0 to 17.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/v16.3.0...v17.0.1) --- updated-dependencies: - dependency-name: "@stellar/stellar-sdk" dependency-version: 17.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 71401028..bbc6c8d0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,7 +39,7 @@ "@prisma/adapter-pg": "^7.5.0", "@sentry/browser": "^10.40.0", "@stellar/freighter-api": "^6.0.1", - "@stellar/stellar-sdk": "^16.1.0", + "@stellar/stellar-sdk": "^17.0.1", "@types/dompurify": "^3.0.5", "dompurify": "^3.4.11", "i18next": "^26.3.6",