From ef0533e32a7667de6bccaa9f2b13e9236e263a07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:56:36 +0000 Subject: [PATCH] Bump @creit.tech/stellar-wallets-kit from 1.9.5 to 2.2.0 in /frontend Bumps [@creit.tech/stellar-wallets-kit](https://github.com/Creit-Tech/Stellar-Wallets-Kit) from 1.9.5 to 2.2.0. - [Release notes](https://github.com/Creit-Tech/Stellar-Wallets-Kit/releases) - [Changelog](https://github.com/Creit-Tech/Stellar-Wallets-Kit/blob/main/CHANGELOG.md) - [Commits](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.9.5...v2.2.0) --- updated-dependencies: - dependency-name: "@creit.tech/stellar-wallets-kit" dependency-version: 2.2.0 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 15149ab..05ce14b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ "test": "tsc --noEmit" }, "dependencies": { - "@creit.tech/stellar-wallets-kit": "^1.7.6", + "@creit.tech/stellar-wallets-kit": "^2.2.0", "@stellar/freighter-api": "^4.1.0", "@stellar/stellar-sdk": "^13.3.0", "clsx": "^2.1.1",