From 5e8feb19858f4f682a7391e9f73b0ce52be1950a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:43:20 +0000 Subject: [PATCH] chore(deps): bump @polkadot/api from 4.17.1 to 10.10.1 Bumps [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) from 4.17.1 to 10.10.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/v10.10.1/packages/api) --- updated-dependencies: - dependency-name: "@polkadot/api" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/blockchain-utils-linking/package.json | 2 +- packages/blockchain-utils-validation/package.json | 2 +- packages/pinning-crust-backend/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/blockchain-utils-linking/package.json b/packages/blockchain-utils-linking/package.json index 7ae6b7b350..f9b669d0cb 100644 --- a/packages/blockchain-utils-linking/package.json +++ b/packages/blockchain-utils-linking/package.json @@ -49,7 +49,7 @@ "@glif/filecoin-address": "1.1.0", "@glif/local-managed-provider": "1.1.1", "@noble/curves": "^1.1.0", - "@polkadot/api": "^4.6.2", + "@polkadot/api": "^10.10.1", "@polkadot/keyring": "^6.2.1", "@polkadot/types": "^4.6.2", "@polkadot/util": "^7.1.1", diff --git a/packages/blockchain-utils-validation/package.json b/packages/blockchain-utils-validation/package.json index 529a7d8f33..a5fac4f417 100644 --- a/packages/blockchain-utils-validation/package.json +++ b/packages/blockchain-utils-validation/package.json @@ -56,7 +56,7 @@ "devDependencies": { "@glif/filecoin-address": "1.1.0", "@glif/local-managed-provider": "1.1.1", - "@polkadot/api": "^4.6.2", + "@polkadot/api": "^10.10.1", "@polkadot/keyring": "^6.2.1", "@polkadot/types": "^4.6.2", "@polkadot/util": "^7.1.1", diff --git a/packages/pinning-crust-backend/package.json b/packages/pinning-crust-backend/package.json index 2b059c7950..3681955897 100644 --- a/packages/pinning-crust-backend/package.json +++ b/packages/pinning-crust-backend/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@crustio/type-definitions": "^1.2.0", - "@polkadot/api": "^4.6.2", + "@polkadot/api": "^10.10.1", "@polkadot/keyring": "^6.2.1", "@polkadot/types": "^4.6.2", "@stablelib/sha256": "^1.0.1",