From bfa0cdfe8174e7aa7269ca0b053aa44aec0fd3dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 06:39:08 +0000 Subject: [PATCH] chore(deps)(deps): bump @stellar/stellar-sdk in /scripts/deployment 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] --- scripts/deployment/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deployment/package.json b/scripts/deployment/package.json index 7e01eb3f..3ee53f2c 100644 --- a/scripts/deployment/package.json +++ b/scripts/deployment/package.json @@ -10,7 +10,7 @@ "test:coverage": "vitest --coverage" }, "dependencies": { - "@stellar/stellar-sdk": "^16.1.0", + "@stellar/stellar-sdk": "^17.0.1", "dotenv": "^16.4.5", "crypto": "^1.0.1" },