From 1e09ae78f99052c5e30b43f71fe71b3c2bfbf970 Mon Sep 17 00:00:00 2001 From: Cameron Marshall Date: Tue, 27 Sep 2022 09:12:28 -0400 Subject: [PATCH] chore(deps): updated polkadot-js deps (#1067) * chore(deps): updated polkadot-js deps * chore(deps) update polkadot-js deps * chore(deps): update historyDepth promise call to return u32 remove repeated typecasts * chore(deps): linting --- package.json | 4 +- .../accounts/AccountsStakingPayoutsService.ts | 4 +- yarn.lock | 398 +++++++++--------- 3 files changed, 203 insertions(+), 203 deletions(-) diff --git a/package.json b/package.json index 11108c6ee..da257f742 100644 --- a/package.json +++ b/package.json @@ -53,8 +53,8 @@ "update-pjs-deps": "substrate-update-pjs-deps && yarn" }, "dependencies": { - "@polkadot/api": "^9.4.1", - "@polkadot/util-crypto": "^10.1.8", + "@polkadot/api": "^9.4.2", + "@polkadot/util-crypto": "^10.1.9", "@substrate/calc": "^0.3.0", "argparse": "^2.0.1", "confmgr": "1.0.9", diff --git a/src/services/accounts/AccountsStakingPayoutsService.ts b/src/services/accounts/AccountsStakingPayoutsService.ts index 48817e8e3..0d15d11c5 100644 --- a/src/services/accounts/AccountsStakingPayoutsService.ts +++ b/src/services/accounts/AccountsStakingPayoutsService.ts @@ -20,7 +20,7 @@ import { DeriveEraExposure, DeriveEraExposureNominating, } from '@polkadot/api-derive/staking/types'; -import { Option } from '@polkadot/types'; +import { Option, u32 } from '@polkadot/types'; import { BalanceOf, BlockHash, @@ -93,7 +93,7 @@ export class AccountsStakingPayoutsService extends AbstractService { const [{ number }, historyDepth] = await Promise.all([ api.rpc.chain.getHeader(hash), - historicApi.query.staking.historyDepth(), + historicApi.query.staking.historyDepth(), ]); // Information is kept for eras in `[current_era - history_depth; current_era]` diff --git a/yarn.lock b/yarn.lock index 21e0e183a..feec59a7b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -794,257 +794,257 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:9.4.1": - version: 9.4.1 - resolution: "@polkadot/api-augment@npm:9.4.1" +"@polkadot/api-augment@npm:9.4.2": + version: 9.4.2 + resolution: "@polkadot/api-augment@npm:9.4.2" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/api-base": 9.4.1 - "@polkadot/rpc-augment": 9.4.1 - "@polkadot/types": 9.4.1 - "@polkadot/types-augment": 9.4.1 - "@polkadot/types-codec": 9.4.1 - "@polkadot/util": ^10.1.8 - checksum: b9fea9020250f2370f340896ee8cfbee6564115a39a80ddacbe82fa31045686798d04f8157e9280cfd7a371137c18d86101553224657fadcb0ba69d84652a613 + "@polkadot/api-base": 9.4.2 + "@polkadot/rpc-augment": 9.4.2 + "@polkadot/types": 9.4.2 + "@polkadot/types-augment": 9.4.2 + "@polkadot/types-codec": 9.4.2 + "@polkadot/util": ^10.1.9 + checksum: 5149319f5e3355db57295d978264938f8d8adf6b72df252afde055c9a62697c6b7902db731b99e83d26e4da5d234160f869dea8dfb9550a1acf093296955b218 languageName: node linkType: hard -"@polkadot/api-base@npm:9.4.1": - version: 9.4.1 - resolution: "@polkadot/api-base@npm:9.4.1" +"@polkadot/api-base@npm:9.4.2": + version: 9.4.2 + resolution: "@polkadot/api-base@npm:9.4.2" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/rpc-core": 9.4.1 - "@polkadot/types": 9.4.1 - "@polkadot/util": ^10.1.8 + "@polkadot/rpc-core": 9.4.2 + "@polkadot/types": 9.4.2 + "@polkadot/util": ^10.1.9 rxjs: ^7.5.6 - checksum: 292399aaebc77eb2ef0e8692c3c91748859df0e58fffa7665e95986ce0eee023207e76435f58aa4b703390fdb14f7fa2d76c36b8bdf46fc9ed6484f867f9b9ec + checksum: de31e03d05ea87e5bb5e7c108fb2c3411cb4bfb906ca236b1da5e97541b0e1ad1a187735d0297659f83f52638afd5a3feb8da7b2e97d8f5595c3fe6c0df00026 languageName: node linkType: hard -"@polkadot/api-derive@npm:9.4.1": - version: 9.4.1 - resolution: "@polkadot/api-derive@npm:9.4.1" +"@polkadot/api-derive@npm:9.4.2": + version: 9.4.2 + resolution: "@polkadot/api-derive@npm:9.4.2" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/api": 9.4.1 - "@polkadot/api-augment": 9.4.1 - "@polkadot/api-base": 9.4.1 - "@polkadot/rpc-core": 9.4.1 - "@polkadot/types": 9.4.1 - "@polkadot/types-codec": 9.4.1 - "@polkadot/util": ^10.1.8 - "@polkadot/util-crypto": ^10.1.8 + "@polkadot/api": 9.4.2 + "@polkadot/api-augment": 9.4.2 + "@polkadot/api-base": 9.4.2 + "@polkadot/rpc-core": 9.4.2 + "@polkadot/types": 9.4.2 + "@polkadot/types-codec": 9.4.2 + "@polkadot/util": ^10.1.9 + "@polkadot/util-crypto": ^10.1.9 rxjs: ^7.5.6 - checksum: a06f449653c16b5c7570c5c231991c45fc497705e41e8bfa4af256f15df50917e3e558bed7aaa499a683863686afc09512dc9a100fc4d39a8ebc8bb02ea115d0 + checksum: e33a4626f03507ef10e959dcf919b8e6014506ab4e4567510897bec1aad4e237f560993212691280ad48e48bc580713d094dfc4f508b55d03a05a312fe2ba0c7 languageName: node linkType: hard -"@polkadot/api@npm:9.4.1, @polkadot/api@npm:^9.4.1": - version: 9.4.1 - resolution: "@polkadot/api@npm:9.4.1" +"@polkadot/api@npm:9.4.2, @polkadot/api@npm:^9.4.2": + version: 9.4.2 + resolution: "@polkadot/api@npm:9.4.2" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/api-augment": 9.4.1 - "@polkadot/api-base": 9.4.1 - "@polkadot/api-derive": 9.4.1 - "@polkadot/keyring": ^10.1.8 - "@polkadot/rpc-augment": 9.4.1 - "@polkadot/rpc-core": 9.4.1 - "@polkadot/rpc-provider": 9.4.1 - "@polkadot/types": 9.4.1 - "@polkadot/types-augment": 9.4.1 - "@polkadot/types-codec": 9.4.1 - "@polkadot/types-create": 9.4.1 - "@polkadot/types-known": 9.4.1 - "@polkadot/util": ^10.1.8 - "@polkadot/util-crypto": ^10.1.8 + "@polkadot/api-augment": 9.4.2 + "@polkadot/api-base": 9.4.2 + "@polkadot/api-derive": 9.4.2 + "@polkadot/keyring": ^10.1.9 + "@polkadot/rpc-augment": 9.4.2 + "@polkadot/rpc-core": 9.4.2 + "@polkadot/rpc-provider": 9.4.2 + "@polkadot/types": 9.4.2 + "@polkadot/types-augment": 9.4.2 + "@polkadot/types-codec": 9.4.2 + "@polkadot/types-create": 9.4.2 + "@polkadot/types-known": 9.4.2 + "@polkadot/util": ^10.1.9 + "@polkadot/util-crypto": ^10.1.9 eventemitter3: ^4.0.7 rxjs: ^7.5.6 - checksum: efaf5bf6fc6b4c983c829368f1a86b2190c1ff619b73e019bfd979e2bb129cef644cbd4d9ebf82a6a95650a626049a869d9b8d2a9c032f0a162e6d9b2b9f1328 + checksum: c7f355ea429736e108c58442de1361dd75a0fe6f0bf6906e8143ad326f1ec2ada4fe9c642fd8434cb614506720b256aa213123c2acc8a0e5f0d7890664c26a12 languageName: node linkType: hard -"@polkadot/keyring@npm:^10.1.8": - version: 10.1.8 - resolution: "@polkadot/keyring@npm:10.1.8" +"@polkadot/keyring@npm:^10.1.9": + version: 10.1.9 + resolution: "@polkadot/keyring@npm:10.1.9" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/util": 10.1.8 - "@polkadot/util-crypto": 10.1.8 + "@polkadot/util": 10.1.9 + "@polkadot/util-crypto": 10.1.9 peerDependencies: - "@polkadot/util": 10.1.8 - "@polkadot/util-crypto": 10.1.8 - checksum: b52f0b6b5550ede6ad8b99334bbeab31c2c0cf62cabefeae33ca7349b5d43dc9ba10c799ed1a027b69cc7e0be8b862ee7d99e4fa66c7b2fa6e5b872eb3bef9be + "@polkadot/util": 10.1.9 + "@polkadot/util-crypto": 10.1.9 + checksum: 4778ddfae31592f15075a15e85a8ab25a3591ebb9d5ad6241cd402ccac8d4fa7bbbf55ba10aba84f0fb76be5505bc9871a2d7828415d1fd5b14b4103832e3333 languageName: node linkType: hard -"@polkadot/networks@npm:10.1.8, @polkadot/networks@npm:^10.1.8": - version: 10.1.8 - resolution: "@polkadot/networks@npm:10.1.8" +"@polkadot/networks@npm:10.1.9, @polkadot/networks@npm:^10.1.9": + version: 10.1.9 + resolution: "@polkadot/networks@npm:10.1.9" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/util": 10.1.8 - "@substrate/ss58-registry": ^1.29.0 - checksum: 185e3d87d98616cddaebfe1787b10e1344dcf62804e3e74e1d86abc737289e62c3155f618b15384fe00cdd006aa09d14fdcd54e4c836ba0787ae3ad003d50f36 + "@polkadot/util": 10.1.9 + "@substrate/ss58-registry": ^1.29.1 + checksum: ae9c42f8cd3a06b509d7b0f3d5a59e010064862ceabe35add9d041b4d4e2e4546aebc56eb42fbad27a193b615fc878a8a73d42c2f2c5463d8d5c3c80affddfec languageName: node linkType: hard -"@polkadot/rpc-augment@npm:9.4.1": - version: 9.4.1 - resolution: "@polkadot/rpc-augment@npm:9.4.1" +"@polkadot/rpc-augment@npm:9.4.2": + version: 9.4.2 + resolution: "@polkadot/rpc-augment@npm:9.4.2" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/rpc-core": 9.4.1 - "@polkadot/types": 9.4.1 - "@polkadot/types-codec": 9.4.1 - "@polkadot/util": ^10.1.8 - checksum: 9a99adb17884cba7bb1d478fb59a7eb7bbbacfcf5680ccfefe349b173f212f6e8ec66934f149d9eb03ea6bafb7c581cbee7642d8974e5aeab93eaeed090d16af + "@polkadot/rpc-core": 9.4.2 + "@polkadot/types": 9.4.2 + "@polkadot/types-codec": 9.4.2 + "@polkadot/util": ^10.1.9 + checksum: fc83a03b605dfab3707e4643c74179a046902aaf0a7a7779c4cbe17758d24836f6694d235623bb2a8bd4f3c66a523a25c6f7654bc44e6739e917da144c244c0a languageName: node linkType: hard -"@polkadot/rpc-core@npm:9.4.1": - version: 9.4.1 - resolution: "@polkadot/rpc-core@npm:9.4.1" +"@polkadot/rpc-core@npm:9.4.2": + version: 9.4.2 + resolution: "@polkadot/rpc-core@npm:9.4.2" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/rpc-augment": 9.4.1 - "@polkadot/rpc-provider": 9.4.1 - "@polkadot/types": 9.4.1 - "@polkadot/util": ^10.1.8 + "@polkadot/rpc-augment": 9.4.2 + "@polkadot/rpc-provider": 9.4.2 + "@polkadot/types": 9.4.2 + "@polkadot/util": ^10.1.9 rxjs: ^7.5.6 - checksum: 44c1c2462e92f673601152e4090187c3f42d3ff43a5cff58a327f9e318b128868500e85ba4c2aca5cdf9c0bde1e213a458aef8368a106232624eece17880bf97 + checksum: 853ab2f2e686b21bdd434a3977ca54511c0d7e5257e3a8c61eadd40d241fc74b01754f8a3f20cba01e33fe7b6728e4d45230ec917e608b0b78cdda7f87e7e8a9 languageName: node linkType: hard -"@polkadot/rpc-provider@npm:9.4.1": - version: 9.4.1 - resolution: "@polkadot/rpc-provider@npm:9.4.1" +"@polkadot/rpc-provider@npm:9.4.2": + version: 9.4.2 + resolution: "@polkadot/rpc-provider@npm:9.4.2" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/keyring": ^10.1.8 - "@polkadot/types": 9.4.1 - "@polkadot/types-support": 9.4.1 - "@polkadot/util": ^10.1.8 - "@polkadot/util-crypto": ^10.1.8 - "@polkadot/x-fetch": ^10.1.8 - "@polkadot/x-global": ^10.1.8 - "@polkadot/x-ws": ^10.1.8 - "@substrate/connect": 0.7.13 + "@polkadot/keyring": ^10.1.9 + "@polkadot/types": 9.4.2 + "@polkadot/types-support": 9.4.2 + "@polkadot/util": ^10.1.9 + "@polkadot/util-crypto": ^10.1.9 + "@polkadot/x-fetch": ^10.1.9 + "@polkadot/x-global": ^10.1.9 + "@polkadot/x-ws": ^10.1.9 + "@substrate/connect": 0.7.14 eventemitter3: ^4.0.7 mock-socket: ^9.1.5 nock: ^13.2.9 - checksum: 7109fb1602652daf3d18fecee208be4a9510ad92a17726fe5f481c967b9e330b0c56333d5f1008c7066a2494736f464c7fb46fc00df53e685ee3113fbbf2a73a + checksum: ce4e139b6eda5ff4a1a43d85d36f3def77e8abf5b7c7f11d23a73d0134f4cf7ff06632fe139a102c413348258956cc73810436970762e7ca926471746b9351c1 languageName: node linkType: hard -"@polkadot/types-augment@npm:9.4.1": - version: 9.4.1 - resolution: "@polkadot/types-augment@npm:9.4.1" +"@polkadot/types-augment@npm:9.4.2": + version: 9.4.2 + resolution: "@polkadot/types-augment@npm:9.4.2" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/types": 9.4.1 - "@polkadot/types-codec": 9.4.1 - "@polkadot/util": ^10.1.8 - checksum: fe4e9ca7f8720e6bcce18430e412f4130d8d2a2710f20e5b999665dfd2f1342e630e73819e1ece2a43fcb20f0d1e91f04a29b21f01d82e722b8f28a4f82d9193 + "@polkadot/types": 9.4.2 + "@polkadot/types-codec": 9.4.2 + "@polkadot/util": ^10.1.9 + checksum: 2c2900441cdafb5aa7c45cb55c9e8d779dfecdb0642996cddeeda69670bd6523bc6b2a05f5f11e72be23d20ad327742339c31fd0b1d503fa0da1649de9f2e89c languageName: node linkType: hard -"@polkadot/types-codec@npm:9.4.1": - version: 9.4.1 - resolution: "@polkadot/types-codec@npm:9.4.1" +"@polkadot/types-codec@npm:9.4.2": + version: 9.4.2 + resolution: "@polkadot/types-codec@npm:9.4.2" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/util": ^10.1.8 - "@polkadot/x-bigint": ^10.1.8 - checksum: 350cb0bbd46acab5b76d9a4c87ecfc7bf5da5e1dfea810c919e0990b6df59ac05021f09d4c6eb7ec875977823217eb7d18e0fdbbd591cb972bba12d579180982 + "@polkadot/util": ^10.1.9 + "@polkadot/x-bigint": ^10.1.9 + checksum: 651dd3cf1d0696f0645cd6de68ae89a2dc3481bb796c040decdc34d92caa4827d995b63d490dc02e67b5da72b73dc9ab5231afef222577772ab460520410cc54 languageName: node linkType: hard -"@polkadot/types-create@npm:9.4.1": - version: 9.4.1 - resolution: "@polkadot/types-create@npm:9.4.1" +"@polkadot/types-create@npm:9.4.2": + version: 9.4.2 + resolution: "@polkadot/types-create@npm:9.4.2" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/types-codec": 9.4.1 - "@polkadot/util": ^10.1.8 - checksum: bed46245b762e46b1002332e0bcf0fe6e7404475e8a9915a9dd68103b56bcfa0f6b63fcfac287af7d526d9933f8a843c5c821eb88504644d700f90b44c354972 + "@polkadot/types-codec": 9.4.2 + "@polkadot/util": ^10.1.9 + checksum: 025dc002f1d538c7db3d1cc2e1d2a1dc0d768627fc3138ca05e60d19ecc26afd131e5a7dc3e29683591b80c081b69b989d56de46fb8dfaba51bda5da8f8aa097 languageName: node linkType: hard -"@polkadot/types-known@npm:9.4.1": - version: 9.4.1 - resolution: "@polkadot/types-known@npm:9.4.1" +"@polkadot/types-known@npm:9.4.2": + version: 9.4.2 + resolution: "@polkadot/types-known@npm:9.4.2" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/networks": ^10.1.8 - "@polkadot/types": 9.4.1 - "@polkadot/types-codec": 9.4.1 - "@polkadot/types-create": 9.4.1 - "@polkadot/util": ^10.1.8 - checksum: 3306b7c73b506763ffa9a0c4b5d1fc9e44fa3e5ecdc9aecf6f0e6cf6d9b11ac890bb7b219890e0190f5028abae6c9c0298648840d3bcaf1fe35e9959670dba20 + "@polkadot/networks": ^10.1.9 + "@polkadot/types": 9.4.2 + "@polkadot/types-codec": 9.4.2 + "@polkadot/types-create": 9.4.2 + "@polkadot/util": ^10.1.9 + checksum: bdc6c94e320ed21dd203dbdd3a3a491d50cf6baeb0173a5776fa6ac34ad46e215167d300dee797eff2d49652c0e654936111346fa05cc5bf32fefc618d8683af languageName: node linkType: hard -"@polkadot/types-support@npm:9.4.1": - version: 9.4.1 - resolution: "@polkadot/types-support@npm:9.4.1" +"@polkadot/types-support@npm:9.4.2": + version: 9.4.2 + resolution: "@polkadot/types-support@npm:9.4.2" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/util": ^10.1.8 - checksum: 999791ec10c5dc80023bc869ef6af5b9b44be56cf63d7531e08fb26affe152caeb56759e83d30731e81c3301d0e8fb25beea04ce00fdacd61c60e7d1295785b2 + "@polkadot/util": ^10.1.9 + checksum: 2ef6de6cb5d53b83438a4e7c7a2d7634e4150ed83abe41dbeaf8b71497678b2bba7663528d92e8615285e3e0d575e53c2743ca7c163bd81f653c147f5de3c633 languageName: node linkType: hard -"@polkadot/types@npm:9.4.1": - version: 9.4.1 - resolution: "@polkadot/types@npm:9.4.1" +"@polkadot/types@npm:9.4.2": + version: 9.4.2 + resolution: "@polkadot/types@npm:9.4.2" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/keyring": ^10.1.8 - "@polkadot/types-augment": 9.4.1 - "@polkadot/types-codec": 9.4.1 - "@polkadot/types-create": 9.4.1 - "@polkadot/util": ^10.1.8 - "@polkadot/util-crypto": ^10.1.8 + "@polkadot/keyring": ^10.1.9 + "@polkadot/types-augment": 9.4.2 + "@polkadot/types-codec": 9.4.2 + "@polkadot/types-create": 9.4.2 + "@polkadot/util": ^10.1.9 + "@polkadot/util-crypto": ^10.1.9 rxjs: ^7.5.6 - checksum: 7064b593cf8cc03fd2c53c61d2ec569fb26957e89d40e747200a5a8155c564578b0231687d6247468d1c0637593f9c4f4396f277294a2f98746ad17f889b820e + checksum: c892565012b668e5b37e5482a9e3e146aef89440e61e42957cd04fcfdb2196a3c935284e97e6bf21822dfa2acce03aad9dc5d3ebe48c2f15b0590db6a40f06c1 languageName: node linkType: hard -"@polkadot/util-crypto@npm:10.1.8, @polkadot/util-crypto@npm:^10.1.8": - version: 10.1.8 - resolution: "@polkadot/util-crypto@npm:10.1.8" +"@polkadot/util-crypto@npm:10.1.9, @polkadot/util-crypto@npm:^10.1.9": + version: 10.1.9 + resolution: "@polkadot/util-crypto@npm:10.1.9" dependencies: "@babel/runtime": ^7.19.0 "@noble/hashes": 1.1.2 "@noble/secp256k1": 1.7.0 - "@polkadot/networks": 10.1.8 - "@polkadot/util": 10.1.8 + "@polkadot/networks": 10.1.9 + "@polkadot/util": 10.1.9 "@polkadot/wasm-crypto": ^6.3.1 - "@polkadot/x-bigint": 10.1.8 - "@polkadot/x-randomvalues": 10.1.8 + "@polkadot/x-bigint": 10.1.9 + "@polkadot/x-randomvalues": 10.1.9 "@scure/base": 1.1.1 ed2curve: ^0.3.0 tweetnacl: ^1.0.3 peerDependencies: - "@polkadot/util": 10.1.8 - checksum: 0887e7231eeb9c41677b164469491d50c5936badfa8512d4c6ec8f07bf8491feea4ce6a91d133eb3646a8538862009b3c4e807aee7b9ee940ccd82e4cdfd9bb7 + "@polkadot/util": 10.1.9 + checksum: 8a1a18b9741181ea79064e31bac328eb751a7724f9b05298ebcf181a87fad2196aa5677660b4d4894466d850fa4e74d5efc74db8db553a50eb5218fcd4196f37 languageName: node linkType: hard -"@polkadot/util@npm:10.1.8, @polkadot/util@npm:^10.1.8": - version: 10.1.8 - resolution: "@polkadot/util@npm:10.1.8" +"@polkadot/util@npm:10.1.9, @polkadot/util@npm:^10.1.9": + version: 10.1.9 + resolution: "@polkadot/util@npm:10.1.9" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/x-bigint": 10.1.8 - "@polkadot/x-global": 10.1.8 - "@polkadot/x-textdecoder": 10.1.8 - "@polkadot/x-textencoder": 10.1.8 + "@polkadot/x-bigint": 10.1.9 + "@polkadot/x-global": 10.1.9 + "@polkadot/x-textdecoder": 10.1.9 + "@polkadot/x-textencoder": 10.1.9 "@types/bn.js": ^5.1.1 bn.js: ^5.2.1 - checksum: ab908bb7cf0e7dd77b2f246234174640415f11f3ebef322097c5fca7c5ae87409b7b77e3b4200311509c77b883ee69bfb622a24540a5116c6443e51ee9382945 + checksum: 3bf53842567636a7744e4631e9880f83246ff73899f920acd96da6551e44260290f67a657aecdce290ea3f9d87776a37c2ff1ae6e7e4d08faa1132fc479eb7e8 languageName: node linkType: hard @@ -1126,76 +1126,76 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bigint@npm:10.1.8, @polkadot/x-bigint@npm:^10.1.8": - version: 10.1.8 - resolution: "@polkadot/x-bigint@npm:10.1.8" +"@polkadot/x-bigint@npm:10.1.9, @polkadot/x-bigint@npm:^10.1.9": + version: 10.1.9 + resolution: "@polkadot/x-bigint@npm:10.1.9" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/x-global": 10.1.8 - checksum: c2ca2c90c668e2920899596bbd077d55a1417a54fa5e1fa42697373e3f18ff4e84bb7a39114b5bf5237ce0df94b6d85e9419d6409e6bd2afd36b475e62d65141 + "@polkadot/x-global": 10.1.9 + checksum: 37a0fc7a8a79db43e83131f3b011142cec1f6374d1ea41c077a530b549b162d890d8a4b8a2b2d9bfffb9067ff7be33518e073bf8a324557c3ecec0e6d75b42b8 languageName: node linkType: hard -"@polkadot/x-fetch@npm:^10.1.8": - version: 10.1.8 - resolution: "@polkadot/x-fetch@npm:10.1.8" +"@polkadot/x-fetch@npm:^10.1.9": + version: 10.1.9 + resolution: "@polkadot/x-fetch@npm:10.1.9" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/x-global": 10.1.8 + "@polkadot/x-global": 10.1.9 "@types/node-fetch": ^2.6.2 node-fetch: ^3.2.10 - checksum: 6fe40ecbc2b6dfe9add302a4ce5c43f290d23943d14ed7b2ea911620eb3998ae97f893ddfb59797ec911c1a4407a50c673f8aa4bec433bfb7961a1ff5cf739e2 + checksum: cdcfe8a4ef546a2ecd517e446109c80cca91f50845f3ee18ff0c647233ac82653bc18c9abb16fd9a0fe73534c347602707f97e71d55029a315065225a078311f languageName: node linkType: hard -"@polkadot/x-global@npm:10.1.8, @polkadot/x-global@npm:^10.1.8": - version: 10.1.8 - resolution: "@polkadot/x-global@npm:10.1.8" +"@polkadot/x-global@npm:10.1.9, @polkadot/x-global@npm:^10.1.9": + version: 10.1.9 + resolution: "@polkadot/x-global@npm:10.1.9" dependencies: "@babel/runtime": ^7.19.0 - checksum: e6b925cec66a0b4715c784ddd122285a8034e6a7e8d7178a0433b87abe3273950efa157dbfca860a0c0f5eac9b2b10aa916ecacbb91467dd47870c917fdac815 + checksum: 077b60ca10aded15b980af4814373476f1636f48e4e370a75f7c16aaca7e8beb45455e57ba3655ffa90d2c6c4b79d267922e059c5b1cf91c88bdb30ed4bfa5da languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:10.1.8": - version: 10.1.8 - resolution: "@polkadot/x-randomvalues@npm:10.1.8" +"@polkadot/x-randomvalues@npm:10.1.9": + version: 10.1.9 + resolution: "@polkadot/x-randomvalues@npm:10.1.9" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/x-global": 10.1.8 - checksum: ae9b3a5dfb1af56c2f9855c090a3edb949cf6be35e52b160ee051283f587ef8a67f5a5918476fe7d82bc91d5a02710f8dc0ad3236d46aa70f1c8b1aa7e6b976c + "@polkadot/x-global": 10.1.9 + checksum: 2478a3ca35c65b4c711b4a042b8ac1e9a8a3bb0b0904dcb48b27a7445bb246215599a219f90cf816b33fa1a7c18aa39ef25db97951051a824f2ebb4eeb8d59d5 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:10.1.8": - version: 10.1.8 - resolution: "@polkadot/x-textdecoder@npm:10.1.8" +"@polkadot/x-textdecoder@npm:10.1.9": + version: 10.1.9 + resolution: "@polkadot/x-textdecoder@npm:10.1.9" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/x-global": 10.1.8 - checksum: c47ad72d50324840bd48e365b2983e374ae84372511c3dd2680781571d04375eefc96a96446438103837ab85cffa735f1fa8ea55e0aa7748cfd7c266a9789ce1 + "@polkadot/x-global": 10.1.9 + checksum: bd3c70c454c0b8275f9078e1e84bbfd5abc8ba5ee91540e9b8793c9f81320ced488a0b5744e7ed8a9416ca540a153be95bcac40b2d1180042ebf313ca502bb8d languageName: node linkType: hard -"@polkadot/x-textencoder@npm:10.1.8": - version: 10.1.8 - resolution: "@polkadot/x-textencoder@npm:10.1.8" +"@polkadot/x-textencoder@npm:10.1.9": + version: 10.1.9 + resolution: "@polkadot/x-textencoder@npm:10.1.9" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/x-global": 10.1.8 - checksum: 5c82e3e1445a4afb2a4c40560f191be245efe10c7fd90930eee20cb9be59bf11f0abe178eeeb455e9d11292a546414688f3f1cc3dcfe5539d8fc8ffc8d4df14c + "@polkadot/x-global": 10.1.9 + checksum: 1e67625a6a8041fc2f7b7788ff47106823ce413f6a316defef587bde06f85f750a17177e47402dc234ac18906f10e13894b87b75391c9ff91b038726c5a4aefd languageName: node linkType: hard -"@polkadot/x-ws@npm:^10.1.8": - version: 10.1.8 - resolution: "@polkadot/x-ws@npm:10.1.8" +"@polkadot/x-ws@npm:^10.1.9": + version: 10.1.9 + resolution: "@polkadot/x-ws@npm:10.1.9" dependencies: "@babel/runtime": ^7.19.0 - "@polkadot/x-global": 10.1.8 + "@polkadot/x-global": 10.1.9 "@types/websocket": ^1.0.5 websocket: ^1.0.34 - checksum: 522d045c9ddb2399484421bd1af97a3ccb866a7fc34717dc509d061ca24bfcc27d1bc69fa4ef1df1bf70d5cbaf6de55f18ee570a9e13077c0730a935ba31def0 + checksum: a79bef87d013e1ecffeaa95723bd50d07c845b79dd26b902b8c7e0b305f2832df2a3188b61e7adc4f81ab8733291f1ffd46257dc9b2ff0264e885ad40646881a languageName: node linkType: hard @@ -1228,8 +1228,8 @@ __metadata: version: 0.0.0-use.local resolution: "@substrate/api-sidecar@workspace:." dependencies: - "@polkadot/api": ^9.4.1 - "@polkadot/util-crypto": ^10.1.8 + "@polkadot/api": ^9.4.2 + "@polkadot/util-crypto": ^10.1.9 "@substrate/calc": ^0.3.0 "@substrate/dev": ^0.6.4 "@types/argparse": 2.0.10 @@ -1267,14 +1267,14 @@ __metadata: languageName: node linkType: hard -"@substrate/connect@npm:0.7.13": - version: 0.7.13 - resolution: "@substrate/connect@npm:0.7.13" +"@substrate/connect@npm:0.7.14": + version: 0.7.14 + resolution: "@substrate/connect@npm:0.7.14" dependencies: "@substrate/connect-extension-protocol": ^1.0.1 - "@substrate/smoldot-light": 0.6.33 + "@substrate/smoldot-light": 0.6.34 eventemitter3: ^4.0.7 - checksum: b0589f8bf39d64881da5d0b9150dc0956c59f5f8c2f39cf7a9dd022f903611de2e196971c2a2dde9ee804ce29ef7fe693368f3d5ef5df1b69c6f97115a942117 + checksum: b125d3f12021e570f11d7fcb59b1f4ea020884b4228c3675349e8b6ed28abcbdc404f54e43a64e6358035b57e79bb6fe0b8717c7bb2b1a610f6a4bd6f84fc72e languageName: node linkType: hard @@ -1307,20 +1307,20 @@ __metadata: languageName: node linkType: hard -"@substrate/smoldot-light@npm:0.6.33": - version: 0.6.33 - resolution: "@substrate/smoldot-light@npm:0.6.33" +"@substrate/smoldot-light@npm:0.6.34": + version: 0.6.34 + resolution: "@substrate/smoldot-light@npm:0.6.34" dependencies: pako: ^2.0.4 ws: ^8.8.1 - checksum: 9e1f011bdd97c6547fa93227de5701b4eeea738963574b959ee035f5f98f29270b48fb29ca2ab985daaac49a6d6dbdcdfe13606006a5d655dea7b34502a2123f + checksum: 123c93dc8968f8efc68ce68c22fca306fc21c57f9f9f239690e1509ff7cbe5051b5e130de1683e4a9605262a83f6430a5f466ead3ff4497051e16b7dafaad20e languageName: node linkType: hard -"@substrate/ss58-registry@npm:^1.29.0": - version: 1.29.0 - resolution: "@substrate/ss58-registry@npm:1.29.0" - checksum: 75993e5d3cace064adfb7b7e35ed567be674e786c0b111ef199ebfa9eec84c8457e3b3d20046fc8af3b4cc2267ae1bddfc6f6e854ddc5de66f7008332a8b4071 +"@substrate/ss58-registry@npm:^1.29.1": + version: 1.29.1 + resolution: "@substrate/ss58-registry@npm:1.29.1" + checksum: 66ed3ca7b1264499d3b6a30df810fa0ad809d617aad1ac7a9dfe53f5eb005854d30b959c04195eb2bbf58e8bcefdea544544925ac2e2e3f950918fa5623ec226 languageName: node linkType: hard