From 62851cf8eab6b32f5d8a8347f033d1a108d2852c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:55:25 +0000 Subject: [PATCH] deps(deps): bump @polkadot-api/substrate-bindings from 0.16.3 to 0.16.4 Bumps [@polkadot-api/substrate-bindings](https://github.com/polkadot-api/polkadot-api) from 0.16.3 to 0.16.4. - [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-bindings" dependency-version: 0.16.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6c05c4..efdf176 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@polkadot-api/descriptors": "file:.papi/descriptors", "@polkadot-api/known-chains": "^0.9.11", "@polkadot-api/signer": "^0.2.2", - "@polkadot-api/substrate-bindings": "^0.16.3", + "@polkadot-api/substrate-bindings": "^0.16.4", "@polkadot-api/substrate-client": "^0.4.4", "@polkadot/util": "^13.5.6", "@polkadot/util-crypto": "^13.5.5", @@ -2208,21 +2208,21 @@ "license": "MIT" }, "node_modules/@polkadot-api/substrate-bindings": { - "version": "0.16.3", - "resolved": "https://registry.npmjs.org/@polkadot-api/substrate-bindings/-/substrate-bindings-0.16.3.tgz", - "integrity": "sha512-KN/nghI3SM0t7WsULwLRB3s4DnWogGCi5TuvXB0yPkkiB5GJugMPuHTTUxDkWmjZ0vLUFlmkaZ/sfFf0tvo8xQ==", + "version": "0.16.4", + "resolved": "https://registry.npmjs.org/@polkadot-api/substrate-bindings/-/substrate-bindings-0.16.4.tgz", + "integrity": "sha512-J6xz4WzERKtH/WJZGTcaKxc9boUGfgq1YxzgBSmpUIKg0iqHTno2KE8p/ccSuuM9BIxG9mFRAKXyNvHq2tWWgw==", "license": "MIT", "dependencies": { - "@noble/hashes": "^2.0.0", + "@noble/hashes": "^2.0.1", "@polkadot-api/utils": "0.2.0", "@scure/base": "^2.0.0", "scale-ts": "^1.6.1" } }, "node_modules/@polkadot-api/substrate-bindings/node_modules/@noble/hashes": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.0.0.tgz", - "integrity": "sha512-h8VUBlE8R42+XIDO229cgisD287im3kdY6nbNZJFjc6ZvKIXPYXe6Vc/t+kyjFdMFyt5JpapzTsEg8n63w5/lw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.0.1.tgz", + "integrity": "sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw==", "license": "MIT", "engines": { "node": ">= 20.19.0" diff --git a/package.json b/package.json index 2fd9b91..56589f2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@polkadot-api/descriptors": "file:.papi/descriptors", "@polkadot-api/known-chains": "^0.9.11", "@polkadot-api/signer": "^0.2.2", - "@polkadot-api/substrate-bindings": "^0.16.3", + "@polkadot-api/substrate-bindings": "^0.16.4", "@polkadot-api/substrate-client": "^0.4.4", "@polkadot/util": "^13.5.6", "@polkadot/util-crypto": "^13.5.5",