From a03014d0c62329c2e7000da0d78ce93aaf5b4d7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:43:34 +0000 Subject: [PATCH] Bump @polkadot/api-base from 16.4.8 to 16.4.9 Bumps [@polkadot/api-base](https://github.com/polkadot-js/api/tree/HEAD/packages/api-base) from 16.4.8 to 16.4.9. - [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/v16.4.9/packages/api-base) --- updated-dependencies: - dependency-name: "@polkadot/api-base" dependency-version: 16.4.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 188 +++++++++++++++++++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 187 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e812cd..0b970fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@nestjs/testing": "^11.1.8", "@nestjs/typeorm": "^11.0.0", "@polkadot/api": "16.4.8", - "@polkadot/api-base": "16.4.8", + "@polkadot/api-base": "16.4.9", "@polkadot/keyring": "13.5.7", "@polkadot/types": "16.4.8", "@polkadot/util": "13.5.7", @@ -2443,8 +2443,10 @@ "node": ">=18" } }, - "node_modules/@polkadot/api-base": { + "node_modules/@polkadot/api-augment/node_modules/@polkadot/api-base": { "version": "16.4.8", + "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-16.4.8.tgz", + "integrity": "sha512-RqLG0DFvS99RAWb60r1u5AAnZu6cS1Cit/ASTnzXYysLKVpVd6RCPSZVl+e8NX42pOgGuwh0e1P6LtoIaK2qYQ==", "license": "Apache-2.0", "dependencies": { "@polkadot/rpc-core": "16.4.8", @@ -2457,6 +2459,156 @@ "node": ">=18" } }, + "node_modules/@polkadot/api-base": { + "version": "16.4.9", + "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-16.4.9.tgz", + "integrity": "sha512-pv1n3bhMaA83+OBIw/tInfpuoRnpTBqzQKrkSYTVlbF+tlK0X3zl7iX0vxy1YJaL2vVQUiPR2tP3wnzz1mv7qg==", + "license": "Apache-2.0", + "dependencies": { + "@polkadot/rpc-core": "16.4.9", + "@polkadot/types": "16.4.9", + "@polkadot/util": "^13.5.7", + "rxjs": "^7.8.1", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api-base/node_modules/@polkadot/rpc-augment": { + "version": "16.4.9", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-16.4.9.tgz", + "integrity": "sha512-J/6A2NgM92K8vHKGqUo877dPEOzYDoAm/8Ixrbq64obYnaVl5kAN+cctyRR0ywOTrY1wyRJmVa6Y83IPMgbX/A==", + "license": "Apache-2.0", + "dependencies": { + "@polkadot/rpc-core": "16.4.9", + "@polkadot/types": "16.4.9", + "@polkadot/types-codec": "16.4.9", + "@polkadot/util": "^13.5.7", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api-base/node_modules/@polkadot/rpc-core": { + "version": "16.4.9", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-16.4.9.tgz", + "integrity": "sha512-yOe0envLjrAffxL5NI1U9XaSt7bst93TVQdOyPw0HKCLc3uCJWnrnq8CKvdmR7IfHop+A1rkLaWyfY3tWcUMrA==", + "license": "Apache-2.0", + "dependencies": { + "@polkadot/rpc-augment": "16.4.9", + "@polkadot/rpc-provider": "16.4.9", + "@polkadot/types": "16.4.9", + "@polkadot/util": "^13.5.7", + "rxjs": "^7.8.1", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api-base/node_modules/@polkadot/rpc-provider": { + "version": "16.4.9", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-16.4.9.tgz", + "integrity": "sha512-1q+KVu2t2eTe5pLE+KaXXlU9itMc7LHFqssPFZi5VIZG+ORjAy2FmxwxWZmDlo/P12ZTD5CpJiJchtJ9Z6X0Zw==", + "license": "Apache-2.0", + "dependencies": { + "@polkadot/keyring": "^13.5.7", + "@polkadot/types": "16.4.9", + "@polkadot/types-support": "16.4.9", + "@polkadot/util": "^13.5.7", + "@polkadot/util-crypto": "^13.5.7", + "@polkadot/x-fetch": "^13.5.7", + "@polkadot/x-global": "^13.5.7", + "@polkadot/x-ws": "^13.5.7", + "eventemitter3": "^5.0.1", + "mock-socket": "^9.3.1", + "nock": "^13.5.5", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "@substrate/connect": "0.8.11" + } + }, + "node_modules/@polkadot/api-base/node_modules/@polkadot/types": { + "version": "16.4.9", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-16.4.9.tgz", + "integrity": "sha512-nfXIviIBohn603Q8t6vDQYrKDMeisVFN7EjDVOIYLXFMwbe9MvTW6i/NLyu9m42O8Z76O+yUisMazaE4046xJA==", + "license": "Apache-2.0", + "dependencies": { + "@polkadot/keyring": "^13.5.7", + "@polkadot/types-augment": "16.4.9", + "@polkadot/types-codec": "16.4.9", + "@polkadot/types-create": "16.4.9", + "@polkadot/util": "^13.5.7", + "@polkadot/util-crypto": "^13.5.7", + "rxjs": "^7.8.1", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api-base/node_modules/@polkadot/types-augment": { + "version": "16.4.9", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-16.4.9.tgz", + "integrity": "sha512-uTl3kJ01v3POJzIruzVtWshWjpd8nUmeREE0FSyYS6nb99mEk3nVy3w6V3dsHjEBF2X7FdU2ePTbr9mK0MI5AA==", + "license": "Apache-2.0", + "dependencies": { + "@polkadot/types": "16.4.9", + "@polkadot/types-codec": "16.4.9", + "@polkadot/util": "^13.5.7", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api-base/node_modules/@polkadot/types-codec": { + "version": "16.4.9", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-16.4.9.tgz", + "integrity": "sha512-yw03qNA1QlXhvQ1zPE/+Km0t4tU3505chWJgR7m8sDehQkKXF0rNYURPuAVE+LpkzSyacJr9KU1X4Nkg42VfuQ==", + "license": "Apache-2.0", + "dependencies": { + "@polkadot/util": "^13.5.7", + "@polkadot/x-bigint": "^13.5.7", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api-base/node_modules/@polkadot/types-create": { + "version": "16.4.9", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-16.4.9.tgz", + "integrity": "sha512-428fwkPmQnENZdbX8bmc4dSqkVm328c1/Byxaa67gNsexeYi3XCFqjFC4toDECHNWW2YYN0XuPK6ieunPZuFpQ==", + "license": "Apache-2.0", + "dependencies": { + "@polkadot/types-codec": "16.4.9", + "@polkadot/util": "^13.5.7", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api-base/node_modules/@polkadot/types-support": { + "version": "16.4.9", + "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-16.4.9.tgz", + "integrity": "sha512-NiSGYEVeyXo/8a/O5kIEZDpHE6zrcZtFeyrWLIPtjbIV0PfuJzl1Bc0i8rGZWcn/ZdZjnSYg++l33sTb2GaJOQ==", + "license": "Apache-2.0", + "dependencies": { + "@polkadot/util": "^13.5.7", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@polkadot/api-derive": { "version": "16.4.8", "license": "Apache-2.0", @@ -2476,6 +2628,38 @@ "node": ">=18" } }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/api-base": { + "version": "16.4.8", + "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-16.4.8.tgz", + "integrity": "sha512-RqLG0DFvS99RAWb60r1u5AAnZu6cS1Cit/ASTnzXYysLKVpVd6RCPSZVl+e8NX42pOgGuwh0e1P6LtoIaK2qYQ==", + "license": "Apache-2.0", + "dependencies": { + "@polkadot/rpc-core": "16.4.8", + "@polkadot/types": "16.4.8", + "@polkadot/util": "^13.5.6", + "rxjs": "^7.8.1", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/api-base": { + "version": "16.4.8", + "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-16.4.8.tgz", + "integrity": "sha512-RqLG0DFvS99RAWb60r1u5AAnZu6cS1Cit/ASTnzXYysLKVpVd6RCPSZVl+e8NX42pOgGuwh0e1P6LtoIaK2qYQ==", + "license": "Apache-2.0", + "dependencies": { + "@polkadot/rpc-core": "16.4.8", + "@polkadot/types": "16.4.8", + "@polkadot/util": "^13.5.6", + "rxjs": "^7.8.1", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@polkadot/keyring": { "version": "13.5.7", "license": "Apache-2.0", diff --git a/package.json b/package.json index 596ff48..0c183e4 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@nestjs/testing": "^11.1.8", "@nestjs/typeorm": "^11.0.0", "@polkadot/api": "16.4.8", - "@polkadot/api-base": "16.4.8", + "@polkadot/api-base": "16.4.9", "@polkadot/keyring": "13.5.7", "@polkadot/types": "16.4.8", "@polkadot/util": "13.5.7",