From c214b8a83a4326ba506d92d2c075a55c0e4662dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 08:46:22 +0000 Subject: [PATCH] deps(deps): bump @polkadot-api/substrate-client from 0.4.4 to 0.4.7 Bumps [@polkadot-api/substrate-client](https://github.com/polkadot-api/polkadot-api) from 0.4.4 to 0.4.7. - [Release notes](https://github.com/polkadot-api/polkadot-api/releases) - [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md) - [Commits](https://github.com/polkadot-api/polkadot-api/commits) --- updated-dependencies: - dependency-name: "@polkadot-api/substrate-client" dependency-version: 0.4.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 41 +++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 38 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e68212..6891f4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@polkadot-api/known-chains": "^0.9.12", "@polkadot-api/signer": "^0.2.2", "@polkadot-api/substrate-bindings": "^0.16.4", - "@polkadot-api/substrate-client": "^0.4.4", + "@polkadot-api/substrate-client": "^0.4.7", "@polkadot/util": "^13.5.6", "@polkadot/util-crypto": "^13.5.5", "dotenv": "^17.2.3", @@ -1237,6 +1237,17 @@ "scale-ts": "^1.6.1" } }, + "node_modules/@polkadot-api/cli/node_modules/@polkadot-api/substrate-client": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/@polkadot-api/substrate-client/-/substrate-client-0.4.4.tgz", + "integrity": "sha512-jZf55i++4SPh6lrVaf+dK3umtrWCJEKEvfvALtxjXG917RVRueAjk4q7AcX9zITvw/4saA1Pq4eyq+swazFnyA==", + "license": "MIT", + "dependencies": { + "@polkadot-api/json-rpc-provider": "0.0.4", + "@polkadot-api/raw-client": "0.1.1", + "@polkadot-api/utils": "0.2.0" + } + }, "node_modules/@polkadot-api/cli/node_modules/commander": { "version": "14.0.0", "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.0.tgz", @@ -1446,6 +1457,17 @@ "scale-ts": "^1.6.1" } }, + "node_modules/@polkadot-api/observable-client/node_modules/@polkadot-api/substrate-client": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/@polkadot-api/substrate-client/-/substrate-client-0.4.4.tgz", + "integrity": "sha512-jZf55i++4SPh6lrVaf+dK3umtrWCJEKEvfvALtxjXG917RVRueAjk4q7AcX9zITvw/4saA1Pq4eyq+swazFnyA==", + "license": "MIT", + "dependencies": { + "@polkadot-api/json-rpc-provider": "0.0.4", + "@polkadot-api/raw-client": "0.1.1", + "@polkadot-api/utils": "0.2.0" + } + }, "node_modules/@polkadot-api/pjs-signer": { "version": "0.6.12", "resolved": "https://registry.npmjs.org/@polkadot-api/pjs-signer/-/pjs-signer-0.6.12.tgz", @@ -1617,9 +1639,9 @@ } }, "node_modules/@polkadot-api/substrate-client": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/@polkadot-api/substrate-client/-/substrate-client-0.4.4.tgz", - "integrity": "sha512-jZf55i++4SPh6lrVaf+dK3umtrWCJEKEvfvALtxjXG917RVRueAjk4q7AcX9zITvw/4saA1Pq4eyq+swazFnyA==", + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/@polkadot-api/substrate-client/-/substrate-client-0.4.7.tgz", + "integrity": "sha512-Mmx9VKincVqfVQmq89gzDk4DN3uKwf8CxoqYvq+EiPUZ1QmMUc7X4QMwG1MXIlYdnm5LSXzn+2Jn8ik8xMgL+w==", "license": "MIT", "dependencies": { "@polkadot-api/json-rpc-provider": "0.0.4", @@ -3967,6 +3989,17 @@ "scale-ts": "^1.6.1" } }, + "node_modules/polkadot-api/node_modules/@polkadot-api/substrate-client": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/@polkadot-api/substrate-client/-/substrate-client-0.4.4.tgz", + "integrity": "sha512-jZf55i++4SPh6lrVaf+dK3umtrWCJEKEvfvALtxjXG917RVRueAjk4q7AcX9zITvw/4saA1Pq4eyq+swazFnyA==", + "license": "MIT", + "dependencies": { + "@polkadot-api/json-rpc-provider": "0.0.4", + "@polkadot-api/raw-client": "0.1.1", + "@polkadot-api/utils": "0.2.0" + } + }, "node_modules/postcss": { "version": "8.5.6", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", diff --git a/package.json b/package.json index d11ca0d..bc675b6 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@polkadot-api/known-chains": "^0.9.12", "@polkadot-api/signer": "^0.2.2", "@polkadot-api/substrate-bindings": "^0.16.4", - "@polkadot-api/substrate-client": "^0.4.4", + "@polkadot-api/substrate-client": "^0.4.7", "@polkadot/util": "^13.5.6", "@polkadot/util-crypto": "^13.5.5", "polkadot-api": "^1.16.4",