From 213ec7c81c33c64c07b7e3d62085116b8e0121b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 17:22:32 +0000 Subject: [PATCH] chore(deps): bump @stellar/stellar-sdk from 12.3.0 to 16.0.1 in /scripts Bumps [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 12.3.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/v12.3.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] --- scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package.json b/scripts/package.json index dadb28c..178eb83 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -6,7 +6,7 @@ "seed": "npx ts-node seed_data.ts" }, "dependencies": { - "@stellar/stellar-sdk": "^12.1.0", + "@stellar/stellar-sdk": "^16.0.1", "dotenv": "^16.4.0" }, "devDependencies": {