From 74a1377ba46fb59597f6c67bbf82c92619a5fe77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 02:26:15 +0000 Subject: [PATCH] Bump @polkadot/api from 6.12.1 to 9.4.3 Bumps [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) from 6.12.1 to 9.4.3. - [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.4.3/packages/api) --- updated-dependencies: - dependency-name: "@polkadot/api" 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..4a659a8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "typescript": "^4.3.2" }, "dependencies": { - "@polkadot/api": "^6.4.2", + "@polkadot/api": "^9.4.3", "@polkadot/types": "^6.4.2", "@polkadot/util": "^6.6.1", "commander": "^8.3.0"