From 8aecad485ecb6da87c6f34019ad85cf3ea74a9b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 08:23:34 +0000 Subject: [PATCH] chore(deps): bump cosmjs-types from 0.5.0 to 0.9.0 in /web-ui Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.5.0 to 0.9.0. - [Changelog](https://github.com/confio/cosmjs-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/confio/cosmjs-types/compare/v0.5.0...v0.9.0) --- updated-dependencies: - dependency-name: cosmjs-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-ui/package.json b/web-ui/package.json index b8eafa1af..7f00ba4e9 100644 --- a/web-ui/package.json +++ b/web-ui/package.json @@ -42,7 +42,7 @@ "bun-framework-next": "latest", "chain-registry": "1.19.0", "chakra-react-select": "^4.7.6", - "cosmjs-types": "0.5.0", + "cosmjs-types": "0.9.0", "crypto-js": "^4.2.0", "dayjs": "^1.11.9", "express": "^4.18.2",