From 5aef918570b5ac710ae1484b842359559aa48f44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:57:31 +0000 Subject: [PATCH] build(deps): bump @stellar/wallet-sdk in /@bajetech/astrax-api Bumps [@stellar/wallet-sdk](https://github.com/stellar/js-stellar-wallets) from 0.5.0-rc.0 to 0.9.0. - [Release notes](https://github.com/stellar/js-stellar-wallets/releases) - [Changelog](https://github.com/stellar/js-stellar-wallets/blob/master/CHANGELOG.md) - [Commits](https://github.com/stellar/js-stellar-wallets/compare/v0.5.0-rc.0...v0.9.0) --- updated-dependencies: - dependency-name: "@stellar/wallet-sdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- @bajetech/astrax-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@bajetech/astrax-api/package.json b/@bajetech/astrax-api/package.json index bcddef8..5be101a 100644 --- a/@bajetech/astrax-api/package.json +++ b/@bajetech/astrax-api/package.json @@ -28,7 +28,7 @@ "types": "build/@bajetech/astrax-api/src/index.d.ts", "dependencies": { "@stellar/prettier-config": "^1.0.1", - "@stellar/wallet-sdk": "^0.5.0-rc.0", + "@stellar/wallet-sdk": "^0.9.0", "@types/webextension-polyfill": "^0.8.0", "prettier": "^2.3.2", "typescript": "^4.4.2",