From 4f7f421561db8e3ba8c4cf2e12d0c5c3a1328fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 09:44:35 +0000 Subject: [PATCH] chore(deps): bump @stellar/stellar-sdk from 13.3.0 to 16.0.1 Bumps [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 13.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/main/CHANGELOG.md) - [Commits](https://github.com/stellar/js-stellar-sdk/compare/v13.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] --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index fc154f0..1032008 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@prisma/client": "^7.8.0", - "@stellar/stellar-sdk": "^13.3.0", + "@stellar/stellar-sdk": "^16.0.1", "@tailwindcss/typography": "^0.5.19", "framer-motion": "^12.26.2", "jsonwebtoken": "^9.0.3",