From ac45e3f16938c85bcd9ac958ff543847cc68d77d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Sep 2021 11:08:10 +0000 Subject: [PATCH] Bump @polkadot/util from 6.11.1 to 7.3.1 Bumps [@polkadot/util](https://github.com/polkadot-js/common) from 6.11.1 to 7.3.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.3.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 cbdccc2..1f9dd58 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@polkadot/api": "^4.15.1", "@polkadot/types": "^5.8.3", - "@polkadot/util": "^6.6.1", + "@polkadot/util": "^7.3.1", "commander": "^7.2.0" } }