From 325bad600c7b6273730422bcb6ca1ca1e59bc003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 19:01:29 +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.8.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.8.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..737949a 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.8.0", "@types/webextension-polyfill": "^0.8.0", "prettier": "^2.3.2", "typescript": "^4.4.2",