From 1c07cc62d6685a9f00a5d00aa9e5fb393704345f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 02:35:27 +0000 Subject: [PATCH] Bump @polkadot/util from 6.11.1 to 10.2.6 Bumps [@polkadot/util](https://github.com/polkadot-js/common/tree/HEAD/packages/util) from 6.11.1 to 10.2.6. - [Release notes](https://github.com/polkadot-js/common/releases) - [Changelog](https://github.com/polkadot-js/common/blob/master/CHANGELOG.md) - [Commits](https://github.com/polkadot-js/common/commits/v10.2.6/packages/util) --- updated-dependencies: - dependency-name: "@polkadot/util" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82dbf14..4bd6e14 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@polkadot/api": "^6.4.2", "@polkadot/types": "^6.4.2", - "@polkadot/util": "^6.6.1", + "@polkadot/util": "^10.2.6", "commander": "^8.3.0" } }