From f19c23d1823e1380345978ab0cfe20066eddfd84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Aug 2021 01:22:46 +0000 Subject: [PATCH] Bump @polkadot/util from 6.11.1 to 7.2.1 Bumps [@polkadot/util](https://github.com/polkadot-js/common) from 6.11.1 to 7.2.1. - [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/compare/v6.11.1...v7.2.1) --- 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 3e8890b..0d8d113 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@polkadot/api": "^4.15.1", "@polkadot/types": "^4.12.1", - "@polkadot/util": "^6.6.1", + "@polkadot/util": "^7.2.1", "commander": "^7.2.0" } }