From 16d133a22d56a9e1832ce0b4fac04b49f5d9f3aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 03:23:09 +0000 Subject: [PATCH] Bump @polkadot/types from 6.12.1 to 9.14.1 Bumps [@polkadot/types](https://github.com/polkadot-js/api/tree/HEAD/packages/types) from 6.12.1 to 9.14.1. - [Release notes](https://github.com/polkadot-js/api/releases) - [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md) - [Commits](https://github.com/polkadot-js/api/commits/v9.14.1/packages/types) --- updated-dependencies: - dependency-name: "@polkadot/types" 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..7ae91e7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@polkadot/api": "^6.4.2", - "@polkadot/types": "^6.4.2", + "@polkadot/types": "^9.14.1", "@polkadot/util": "^6.6.1", "commander": "^8.3.0" }