From d6473a5c7a9654f570d6607e65ad2d2602f988f6 Mon Sep 17 00:00:00 2001 From: Arjun Porwal <65214523+ap211unitech@users.noreply.github.com> Date: Wed, 26 Nov 2025 13:05:38 +0530 Subject: [PATCH] chore: bump deps (#1603) --- package.json | 16 +- packages/extension-base/package.json | 20 +- packages/extension-chains/package.json | 6 +- .../extension-compat-metamask/package.json | 4 +- packages/extension-dapp/package.json | 4 +- packages/extension-inject/package.json | 12 +- packages/extension-ui/package.json | 24 +- packages/extension/package.json | 2 +- yarn.lock | 616 +++++++++--------- 9 files changed, 352 insertions(+), 352 deletions(-) diff --git a/package.json b/package.json index f07995a8..a3e61b68 100644 --- a/package.json +++ b/package.json @@ -51,14 +51,14 @@ "sinon-chrome": "^3.0.1" }, "resolutions": { - "@polkadot/api": "^16.5.2", - "@polkadot/keyring": "^13.5.8", - "@polkadot/networks": "^13.5.8", - "@polkadot/rpc-provider": "^16.5.2", - "@polkadot/types": "^16.5.2", - "@polkadot/util": "^13.5.8", - "@polkadot/util-crypto": "^13.5.8", - "@polkadot/x-fetch": "^13.5.8", + "@polkadot/api": "^16.5.3", + "@polkadot/keyring": "^13.5.9", + "@polkadot/networks": "^13.5.9", + "@polkadot/rpc-provider": "^16.5.3", + "@polkadot/types": "^16.5.3", + "@polkadot/util": "^13.5.9", + "@polkadot/util-crypto": "^13.5.9", + "@polkadot/x-fetch": "^13.5.9", "safe-buffer": "^5.2.1", "typescript": "^5.5.4" } diff --git a/packages/extension-base/package.json b/packages/extension-base/package.json index 6907b23f..c3693b34 100644 --- a/packages/extension-base/package.json +++ b/packages/extension-base/package.json @@ -21,19 +21,19 @@ "version": "0.62.5", "main": "index.js", "dependencies": { - "@polkadot/api": "^16.5.2", + "@polkadot/api": "^16.5.3", "@polkadot/extension-chains": "0.62.5", "@polkadot/extension-dapp": "0.62.5", "@polkadot/extension-inject": "0.62.5", - "@polkadot/keyring": "^13.5.8", - "@polkadot/networks": "^13.5.8", - "@polkadot/phishing": "^0.25.22", - "@polkadot/rpc-provider": "^16.5.2", - "@polkadot/types": "^16.5.2", - "@polkadot/ui-keyring": "^3.16.3", - "@polkadot/ui-settings": "^3.16.3", - "@polkadot/util": "^13.5.8", - "@polkadot/util-crypto": "^13.5.8", + "@polkadot/keyring": "^13.5.9", + "@polkadot/networks": "^13.5.9", + "@polkadot/phishing": "^0.25.23", + "@polkadot/rpc-provider": "^16.5.3", + "@polkadot/types": "^16.5.3", + "@polkadot/ui-keyring": "^3.16.4", + "@polkadot/ui-settings": "^3.16.4", + "@polkadot/util": "^13.5.9", + "@polkadot/util-crypto": "^13.5.9", "eventemitter3": "^5.0.1", "rxjs": "^7.8.1", "tslib": "^2.8.1" diff --git a/packages/extension-chains/package.json b/packages/extension-chains/package.json index 76397bc8..c088bede 100644 --- a/packages/extension-chains/package.json +++ b/packages/extension-chains/package.json @@ -22,9 +22,9 @@ "main": "index.js", "dependencies": { "@polkadot/extension-inject": "0.62.5", - "@polkadot/networks": "^13.5.8", - "@polkadot/util": "^13.5.8", - "@polkadot/util-crypto": "^13.5.8", + "@polkadot/networks": "^13.5.9", + "@polkadot/util": "^13.5.9", + "@polkadot/util-crypto": "^13.5.9", "tslib": "^2.8.1" }, "peerDependencies": { diff --git a/packages/extension-compat-metamask/package.json b/packages/extension-compat-metamask/package.json index 26064fd5..da4c55cb 100644 --- a/packages/extension-compat-metamask/package.json +++ b/packages/extension-compat-metamask/package.json @@ -23,8 +23,8 @@ "dependencies": { "@metamask/detect-provider": "^2.0.0", "@polkadot/extension-inject": "0.62.5", - "@polkadot/types": "^16.5.2", - "@polkadot/util": "^13.5.8", + "@polkadot/types": "^16.5.3", + "@polkadot/util": "^13.5.9", "tslib": "^2.8.1", "web3": "^4.7.0" }, diff --git a/packages/extension-dapp/package.json b/packages/extension-dapp/package.json index 8cbe3e13..902c401f 100644 --- a/packages/extension-dapp/package.json +++ b/packages/extension-dapp/package.json @@ -22,8 +22,8 @@ "main": "index.js", "dependencies": { "@polkadot/extension-inject": "0.62.5", - "@polkadot/util": "^13.5.8", - "@polkadot/util-crypto": "^13.5.8", + "@polkadot/util": "^13.5.9", + "@polkadot/util-crypto": "^13.5.9", "tslib": "^2.8.1" }, "devDependencies": { diff --git a/packages/extension-inject/package.json b/packages/extension-inject/package.json index 0ec8427d..28fc530a 100644 --- a/packages/extension-inject/package.json +++ b/packages/extension-inject/package.json @@ -18,12 +18,12 @@ "version": "0.62.5", "main": "index.js", "dependencies": { - "@polkadot/api": "^16.5.2", - "@polkadot/rpc-provider": "^16.5.2", - "@polkadot/types": "^16.5.2", - "@polkadot/util": "^13.5.8", - "@polkadot/util-crypto": "^13.5.8", - "@polkadot/x-global": "^13.5.8", + "@polkadot/api": "^16.5.3", + "@polkadot/rpc-provider": "^16.5.3", + "@polkadot/types": "^16.5.3", + "@polkadot/util": "^13.5.9", + "@polkadot/util-crypto": "^13.5.9", + "@polkadot/x-global": "^13.5.9", "tslib": "^2.8.1" }, "devDependencies": { diff --git a/packages/extension-ui/package.json b/packages/extension-ui/package.json index 3812cf8f..8f7969f7 100644 --- a/packages/extension-ui/package.json +++ b/packages/extension-ui/package.json @@ -24,22 +24,22 @@ "@fortawesome/react-fontawesome": "^0.2.0", "@paraspell/xcm-analyser": "^1.3.1", "@polkadot-api/merkleize-metadata": "^1.1.27", - "@polkadot/api": "^16.5.2", + "@polkadot/api": "^16.5.3", "@polkadot/extension-base": "0.62.5", "@polkadot/extension-chains": "0.62.5", "@polkadot/extension-dapp": "0.62.5", "@polkadot/extension-inject": "0.62.5", - "@polkadot/hw-ledger": "^13.5.8", - "@polkadot/keyring": "^13.5.8", - "@polkadot/networks": "^13.5.8", - "@polkadot/react-identicon": "^3.16.3", - "@polkadot/react-qr": "^3.16.3", - "@polkadot/types": "^16.5.2", - "@polkadot/types-augment": "^16.5.2", - "@polkadot/ui-keyring": "^3.16.3", - "@polkadot/ui-settings": "^3.16.3", - "@polkadot/util": "^13.5.8", - "@polkadot/util-crypto": "^13.5.8", + "@polkadot/hw-ledger": "^13.5.9", + "@polkadot/keyring": "^13.5.9", + "@polkadot/networks": "^13.5.9", + "@polkadot/react-identicon": "^3.16.4", + "@polkadot/react-qr": "^3.16.4", + "@polkadot/types": "^16.5.3", + "@polkadot/types-augment": "^16.5.3", + "@polkadot/ui-keyring": "^3.16.4", + "@polkadot/ui-settings": "^3.16.4", + "@polkadot/util": "^13.5.9", + "@polkadot/util-crypto": "^13.5.9", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", "@zxcvbn-ts/language-en": "^3.0.2", diff --git a/packages/extension/package.json b/packages/extension/package.json index 3b7716ac..3a4db8ac 100644 --- a/packages/extension/package.json +++ b/packages/extension/package.json @@ -17,7 +17,7 @@ "type": "module", "version": "0.62.5", "dependencies": { - "@polkadot/api": "^16.5.2", + "@polkadot/api": "^16.5.3", "@polkadot/extension-base": "0.62.5", "@polkadot/extension-inject": "0.62.5", "@polkadot/extension-ui": "0.62.5", diff --git a/yarn.lock b/yarn.lock index 91f4a42b..e03c52f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -898,74 +898,74 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:16.5.2": - version: 16.5.2 - resolution: "@polkadot/api-augment@npm:16.5.2" +"@polkadot/api-augment@npm:16.5.3": + version: 16.5.3 + resolution: "@polkadot/api-augment@npm:16.5.3" dependencies: - "@polkadot/api-base": "npm:16.5.2" - "@polkadot/rpc-augment": "npm:16.5.2" - "@polkadot/types": "npm:16.5.2" - "@polkadot/types-augment": "npm:16.5.2" - "@polkadot/types-codec": "npm:16.5.2" - "@polkadot/util": "npm:^13.5.8" + "@polkadot/api-base": "npm:16.5.3" + "@polkadot/rpc-augment": "npm:16.5.3" + "@polkadot/types": "npm:16.5.3" + "@polkadot/types-augment": "npm:16.5.3" + "@polkadot/types-codec": "npm:16.5.3" + "@polkadot/util": "npm:^13.5.9" tslib: "npm:^2.8.1" - checksum: 10/f054bc53bc9d68579750d3f20a59fa6231d3d27160c1a5db3d6c64016f25162a2f83170b866d2f5ec206fe2f4378f65e115704c9f2c06ad28bb7eee03523aeb2 + checksum: 10/6f9a073de7bfc3c3622799ed5976ebe842f1795f9b70f1f4a0b80b5b38396fdcbfd93c42be328d06d171a803d226217d6e95c2687a95249f9a1f741302935216 languageName: node linkType: hard -"@polkadot/api-base@npm:16.5.2": - version: 16.5.2 - resolution: "@polkadot/api-base@npm:16.5.2" +"@polkadot/api-base@npm:16.5.3": + version: 16.5.3 + resolution: "@polkadot/api-base@npm:16.5.3" dependencies: - "@polkadot/rpc-core": "npm:16.5.2" - "@polkadot/types": "npm:16.5.2" - "@polkadot/util": "npm:^13.5.8" + "@polkadot/rpc-core": "npm:16.5.3" + "@polkadot/types": "npm:16.5.3" + "@polkadot/util": "npm:^13.5.9" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.1" - checksum: 10/eb60210895f0e953e836b30f2ae5804e55cd4c64e59008c8a1f111940e306749c34ed03bdcff204c16e837e079e1262fb8bae9535044216ac561ff410e0b4cae + checksum: 10/51de108ee2aa518bda6b9af0a9d5841713b50bcf042bed87ce3ef8259f590f799c17ddf8536835d542b9da9beba0a3ab7541158f91ffa97004e73013be2ab3e6 languageName: node linkType: hard -"@polkadot/api-derive@npm:16.5.2": - version: 16.5.2 - resolution: "@polkadot/api-derive@npm:16.5.2" +"@polkadot/api-derive@npm:16.5.3": + version: 16.5.3 + resolution: "@polkadot/api-derive@npm:16.5.3" dependencies: - "@polkadot/api": "npm:16.5.2" - "@polkadot/api-augment": "npm:16.5.2" - "@polkadot/api-base": "npm:16.5.2" - "@polkadot/rpc-core": "npm:16.5.2" - "@polkadot/types": "npm:16.5.2" - "@polkadot/types-codec": "npm:16.5.2" - "@polkadot/util": "npm:^13.5.8" - "@polkadot/util-crypto": "npm:^13.5.8" + "@polkadot/api": "npm:16.5.3" + "@polkadot/api-augment": "npm:16.5.3" + "@polkadot/api-base": "npm:16.5.3" + "@polkadot/rpc-core": "npm:16.5.3" + "@polkadot/types": "npm:16.5.3" + "@polkadot/types-codec": "npm:16.5.3" + "@polkadot/util": "npm:^13.5.9" + "@polkadot/util-crypto": "npm:^13.5.9" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.1" - checksum: 10/6ae9cdb659112becc7b02c10742b921bdb9dca2beaba12ab973390feedc07edd535da149356c90bc63a95215b499423edfc7273c37b0256789da7daf5e53673d + checksum: 10/0d9ffc0b2b87f9cabb51a5cc3a565c0bbbf2b4ccd14384487adc05e7a89934e9189820f9c12194eac04c4cd6a06420d5e7bcd30f742720a1bf591aa79aa6053d languageName: node linkType: hard -"@polkadot/api@npm:^16.5.2": - version: 16.5.2 - resolution: "@polkadot/api@npm:16.5.2" +"@polkadot/api@npm:^16.5.3": + version: 16.5.3 + resolution: "@polkadot/api@npm:16.5.3" dependencies: - "@polkadot/api-augment": "npm:16.5.2" - "@polkadot/api-base": "npm:16.5.2" - "@polkadot/api-derive": "npm:16.5.2" - "@polkadot/keyring": "npm:^13.5.8" - "@polkadot/rpc-augment": "npm:16.5.2" - "@polkadot/rpc-core": "npm:16.5.2" - "@polkadot/rpc-provider": "npm:16.5.2" - "@polkadot/types": "npm:16.5.2" - "@polkadot/types-augment": "npm:16.5.2" - "@polkadot/types-codec": "npm:16.5.2" - "@polkadot/types-create": "npm:16.5.2" - "@polkadot/types-known": "npm:16.5.2" - "@polkadot/util": "npm:^13.5.8" - "@polkadot/util-crypto": "npm:^13.5.8" + "@polkadot/api-augment": "npm:16.5.3" + "@polkadot/api-base": "npm:16.5.3" + "@polkadot/api-derive": "npm:16.5.3" + "@polkadot/keyring": "npm:^13.5.9" + "@polkadot/rpc-augment": "npm:16.5.3" + "@polkadot/rpc-core": "npm:16.5.3" + "@polkadot/rpc-provider": "npm:16.5.3" + "@polkadot/types": "npm:16.5.3" + "@polkadot/types-augment": "npm:16.5.3" + "@polkadot/types-codec": "npm:16.5.3" + "@polkadot/types-create": "npm:16.5.3" + "@polkadot/types-known": "npm:16.5.3" + "@polkadot/util": "npm:^13.5.9" + "@polkadot/util-crypto": "npm:^13.5.9" eventemitter3: "npm:^5.0.1" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.1" - checksum: 10/49761a23fd930730dbc1115ee831bed0b33a9c2d0c589d0c58194315704ddb74690b784e011bf95f4277bdc07b83a6dcd5e5a357d2b1399e7d343831a59234a7 + checksum: 10/52e3e062dca1930d42e15acef0e0522f7ed18ce6c0f3aa3fdb59b86b6e6ba77106b3eaf5cb11cd5a3652bb1b5cb24d9989d1e25a152adfee852ce9bdda61ca4b languageName: node linkType: hard @@ -1069,21 +1069,21 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/extension-base@workspace:packages/extension-base" dependencies: - "@polkadot/api": "npm:^16.5.2" + "@polkadot/api": "npm:^16.5.3" "@polkadot/dev-test": "npm:^0.83.3" "@polkadot/extension-chains": "npm:0.62.5" "@polkadot/extension-dapp": "npm:0.62.5" "@polkadot/extension-inject": "npm:0.62.5" "@polkadot/extension-mocks": "npm:0.62.5" - "@polkadot/keyring": "npm:^13.5.8" - "@polkadot/networks": "npm:^13.5.8" - "@polkadot/phishing": "npm:^0.25.22" - "@polkadot/rpc-provider": "npm:^16.5.2" - "@polkadot/types": "npm:^16.5.2" - "@polkadot/ui-keyring": "npm:^3.16.3" - "@polkadot/ui-settings": "npm:^3.16.3" - "@polkadot/util": "npm:^13.5.8" - "@polkadot/util-crypto": "npm:^13.5.8" + "@polkadot/keyring": "npm:^13.5.9" + "@polkadot/networks": "npm:^13.5.9" + "@polkadot/phishing": "npm:^0.25.23" + "@polkadot/rpc-provider": "npm:^16.5.3" + "@polkadot/types": "npm:^16.5.3" + "@polkadot/ui-keyring": "npm:^3.16.4" + "@polkadot/ui-settings": "npm:^3.16.4" + "@polkadot/util": "npm:^13.5.9" + "@polkadot/util-crypto": "npm:^13.5.9" eventemitter3: "npm:^5.0.1" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.1" @@ -1095,9 +1095,9 @@ __metadata: resolution: "@polkadot/extension-chains@workspace:packages/extension-chains" dependencies: "@polkadot/extension-inject": "npm:0.62.5" - "@polkadot/networks": "npm:^13.5.8" - "@polkadot/util": "npm:^13.5.8" - "@polkadot/util-crypto": "npm:^13.5.8" + "@polkadot/networks": "npm:^13.5.9" + "@polkadot/util": "npm:^13.5.9" + "@polkadot/util-crypto": "npm:^13.5.9" tslib: "npm:^2.8.1" peerDependencies: "@polkadot/api": "*" @@ -1111,8 +1111,8 @@ __metadata: dependencies: "@metamask/detect-provider": "npm:^2.0.0" "@polkadot/extension-inject": "npm:0.62.5" - "@polkadot/types": "npm:^16.5.2" - "@polkadot/util": "npm:^13.5.8" + "@polkadot/types": "npm:^16.5.3" + "@polkadot/util": "npm:^13.5.9" tslib: "npm:^2.8.1" web3: "npm:^4.7.0" peerDependencies: @@ -1127,8 +1127,8 @@ __metadata: dependencies: "@polkadot/dev-test": "npm:^0.83.3" "@polkadot/extension-inject": "npm:0.62.5" - "@polkadot/util": "npm:^13.5.8" - "@polkadot/util-crypto": "npm:^13.5.8" + "@polkadot/util": "npm:^13.5.9" + "@polkadot/util-crypto": "npm:^13.5.9" tslib: "npm:^2.8.1" peerDependencies: "@polkadot/api": "*" @@ -1141,13 +1141,13 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/extension-inject@workspace:packages/extension-inject" dependencies: - "@polkadot/api": "npm:^16.5.2" + "@polkadot/api": "npm:^16.5.3" "@polkadot/dev-test": "npm:^0.83.3" - "@polkadot/rpc-provider": "npm:^16.5.2" - "@polkadot/types": "npm:^16.5.2" - "@polkadot/util": "npm:^13.5.8" - "@polkadot/util-crypto": "npm:^13.5.8" - "@polkadot/x-global": "npm:^13.5.8" + "@polkadot/rpc-provider": "npm:^16.5.3" + "@polkadot/types": "npm:^16.5.3" + "@polkadot/util": "npm:^13.5.9" + "@polkadot/util-crypto": "npm:^13.5.9" + "@polkadot/x-global": "npm:^13.5.9" "@types/chrome": "npm:^0.0.254" "@types/firefox-webext-browser": "npm:^111.0.5" tslib: "npm:^2.8.1" @@ -1177,24 +1177,24 @@ __metadata: "@fortawesome/react-fontawesome": "npm:^0.2.0" "@paraspell/xcm-analyser": "npm:^1.3.1" "@polkadot-api/merkleize-metadata": "npm:^1.1.27" - "@polkadot/api": "npm:^16.5.2" + "@polkadot/api": "npm:^16.5.3" "@polkadot/dev-test": "npm:^0.83.3" "@polkadot/extension-base": "npm:0.62.5" "@polkadot/extension-chains": "npm:0.62.5" "@polkadot/extension-dapp": "npm:0.62.5" "@polkadot/extension-inject": "npm:0.62.5" "@polkadot/extension-mocks": "npm:0.62.5" - "@polkadot/hw-ledger": "npm:^13.5.8" - "@polkadot/keyring": "npm:^13.5.8" - "@polkadot/networks": "npm:^13.5.8" - "@polkadot/react-identicon": "npm:^3.16.3" - "@polkadot/react-qr": "npm:^3.16.3" - "@polkadot/types": "npm:^16.5.2" - "@polkadot/types-augment": "npm:^16.5.2" - "@polkadot/ui-keyring": "npm:^3.16.3" - "@polkadot/ui-settings": "npm:^3.16.3" - "@polkadot/util": "npm:^13.5.8" - "@polkadot/util-crypto": "npm:^13.5.8" + "@polkadot/hw-ledger": "npm:^13.5.9" + "@polkadot/keyring": "npm:^13.5.9" + "@polkadot/networks": "npm:^13.5.9" + "@polkadot/react-identicon": "npm:^3.16.4" + "@polkadot/react-qr": "npm:^3.16.4" + "@polkadot/types": "npm:^16.5.3" + "@polkadot/types-augment": "npm:^16.5.3" + "@polkadot/ui-keyring": "npm:^3.16.4" + "@polkadot/ui-settings": "npm:^3.16.4" + "@polkadot/util": "npm:^13.5.9" + "@polkadot/util-crypto": "npm:^13.5.9" "@types/enzyme": "npm:^3.10.18" "@types/enzyme-adapter-react-16": "npm:^1.0.9" "@types/file-saver": "npm:^2.0.7" @@ -1228,7 +1228,7 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/extension@workspace:packages/extension" dependencies: - "@polkadot/api": "npm:^16.5.2" + "@polkadot/api": "npm:^16.5.3" "@polkadot/dev": "npm:^0.83.3" "@polkadot/extension-base": "npm:0.62.5" "@polkadot/extension-inject": "npm:0.62.5" @@ -1253,82 +1253,82 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/hw-ledger-transports@npm:13.5.8": - version: 13.5.8 - resolution: "@polkadot/hw-ledger-transports@npm:13.5.8" +"@polkadot/hw-ledger-transports@npm:13.5.9": + version: 13.5.9 + resolution: "@polkadot/hw-ledger-transports@npm:13.5.9" dependencies: "@ledgerhq/hw-transport": "npm:^6.31.4" "@ledgerhq/hw-transport-node-hid-singleton": "npm:^6.31.5" "@ledgerhq/hw-transport-webhid": "npm:^6.29.4" "@ledgerhq/hw-transport-webusb": "npm:^6.29.4" - "@polkadot/util": "npm:13.5.8" + "@polkadot/util": "npm:13.5.9" tslib: "npm:^2.8.0" dependenciesMeta: "@ledgerhq/hw-transport-node-hid-singleton": optional: true - checksum: 10/a26661f8d8dbbec67aed78b623a6c28ba045518b2095d6dcb5658539ea1335a476806f1321a8c3205d20ead9af62eb4ecfd7f36dc5e6cd89a297f3eb5c705e0f + checksum: 10/2ea7ee7873d6a3208342a5c5919c4e1ca6fe78ee014f3442a0bb094243cb28d179cfefe550e81a6b64a26e7af8daaa2b45f2b5615fbd6796c266ff0d57c1076c languageName: node linkType: hard -"@polkadot/hw-ledger@npm:^13.5.8": - version: 13.5.8 - resolution: "@polkadot/hw-ledger@npm:13.5.8" +"@polkadot/hw-ledger@npm:^13.5.9": + version: 13.5.9 + resolution: "@polkadot/hw-ledger@npm:13.5.9" dependencies: - "@polkadot/hw-ledger-transports": "npm:13.5.8" - "@polkadot/util": "npm:13.5.8" + "@polkadot/hw-ledger-transports": "npm:13.5.9" + "@polkadot/util": "npm:13.5.9" "@zondax/ledger-substrate": "npm:1.1.1" tslib: "npm:^2.8.0" - checksum: 10/296b781f34bb05682ee4048a5e18bdadfbe055c6b283ec07c0daec1006511a6ef5880a66a6e8ae77dae05c5792b3af593f9f824aec15d8a73912a2376477e47c + checksum: 10/92f598cd8a761e7bce0e6eeb00279ace512dbb34265dab55f23c0ea58ec854c894c64d50765a768d9e30c7bc8825779e33a254f0abb35595c749ed19b7dfe50c languageName: node linkType: hard -"@polkadot/keyring@npm:^13.5.8": - version: 13.5.8 - resolution: "@polkadot/keyring@npm:13.5.8" +"@polkadot/keyring@npm:^13.5.9": + version: 13.5.9 + resolution: "@polkadot/keyring@npm:13.5.9" dependencies: - "@polkadot/util": "npm:13.5.8" - "@polkadot/util-crypto": "npm:13.5.8" + "@polkadot/util": "npm:13.5.9" + "@polkadot/util-crypto": "npm:13.5.9" tslib: "npm:^2.8.0" peerDependencies: - "@polkadot/util": 13.5.8 - "@polkadot/util-crypto": 13.5.8 - checksum: 10/9ffff99ae5fe361809db49afdab633068441b1f6b5b16df017ee28508666d1b86ff63467ac7c7d7ababe9f83bbb4649ee46ac71120441a230d859751cab92c19 + "@polkadot/util": 13.5.9 + "@polkadot/util-crypto": 13.5.9 + checksum: 10/0d12d18dfa168f7acd4c2641291af148d1630a387797c0ceb0614f004fcf601aca413cd9dfa54e35b4521e1d9117f70515adf64de93091a9be67425122c539e8 languageName: node linkType: hard -"@polkadot/networks@npm:^13.5.8": - version: 13.5.8 - resolution: "@polkadot/networks@npm:13.5.8" +"@polkadot/networks@npm:^13.5.9": + version: 13.5.9 + resolution: "@polkadot/networks@npm:13.5.9" dependencies: - "@polkadot/util": "npm:13.5.8" + "@polkadot/util": "npm:13.5.9" "@substrate/ss58-registry": "npm:^1.51.0" tslib: "npm:^2.8.0" - checksum: 10/2c3e03e3b4a5777f9669fe70b68629606c47602fb5d2c5ca412da0d5ee501d0fa3e2ed7207781563e9d49533e4a48fade588550ae7f846113674a0c5555e4798 + checksum: 10/b418f4950e4713244164b304eabdb512d12a47f2366c72e443925a7fec3af638bfac8e9e59c7ddb35dad7ae9d6e464529aad297cd433f7e7743442301a6b0a66 languageName: node linkType: hard -"@polkadot/phishing@npm:^0.25.22": - version: 0.25.22 - resolution: "@polkadot/phishing@npm:0.25.22" +"@polkadot/phishing@npm:^0.25.23": + version: 0.25.23 + resolution: "@polkadot/phishing@npm:0.25.23" dependencies: - "@polkadot/util": "npm:^13.5.8" - "@polkadot/util-crypto": "npm:^13.5.8" - "@polkadot/x-fetch": "npm:^13.5.8" + "@polkadot/util": "npm:^13.5.9" + "@polkadot/util-crypto": "npm:^13.5.9" + "@polkadot/x-fetch": "npm:^13.5.9" tldts: "npm:^7.0.8" tslib: "npm:^2.8.1" - checksum: 10/a68b12d2c5164abac51a10e979d02391ef35c40058e3edf7d48f72b9b2cc8cd52dd235aaa5ab6268e04b3078a9373b81cc6850808ef73076f2957b84f819cdb1 + checksum: 10/e9a0b696e05c2dc3adbb1e9c1d6961eea2e6df252640e4dbeab05a948832c2d575f0293a71e08f6379f8e2189e747740d683522173a6be4a9a678f1800a4fc92 languageName: node linkType: hard -"@polkadot/react-identicon@npm:^3.16.3": - version: 3.16.3 - resolution: "@polkadot/react-identicon@npm:3.16.3" +"@polkadot/react-identicon@npm:^3.16.4": + version: 3.16.4 + resolution: "@polkadot/react-identicon@npm:3.16.4" dependencies: - "@polkadot/keyring": "npm:^13.5.8" - "@polkadot/ui-settings": "npm:3.16.3" - "@polkadot/ui-shared": "npm:3.16.3" - "@polkadot/util": "npm:^13.5.8" - "@polkadot/util-crypto": "npm:^13.5.8" + "@polkadot/keyring": "npm:^13.5.9" + "@polkadot/ui-settings": "npm:3.16.4" + "@polkadot/ui-shared": "npm:3.16.4" + "@polkadot/util": "npm:^13.5.9" + "@polkadot/util-crypto": "npm:^13.5.9" ethereum-blockies-base64: "npm:^1.0.2" jdenticon: "npm:3.2.0" react-copy-to-clipboard: "npm:^5.1.0" @@ -1341,17 +1341,17 @@ __metadata: react: "*" react-dom: "*" react-is: "*" - checksum: 10/1fd5cee0af7fae4c7a70b116fa0cf11ca3e981308424c84beab0de85c08c577f9aa210806b68c8b8e92618c2d0cbb639410fc3b2db8b7b1c991f420921bba682 + checksum: 10/4e75f1bdf5e9b23d3794bdd9fa5e33f2f5d6668a09f7fb88443510efe905dcba90b1964abb55bd5410686ba7f342bd5a7d8468de071b64b82618549fffa83e71 languageName: node linkType: hard -"@polkadot/react-qr@npm:^3.16.3": - version: 3.16.3 - resolution: "@polkadot/react-qr@npm:3.16.3" +"@polkadot/react-qr@npm:^3.16.4": + version: 3.16.4 + resolution: "@polkadot/react-qr@npm:3.16.4" dependencies: - "@polkadot/ui-settings": "npm:3.16.3" - "@polkadot/util": "npm:^13.5.8" - "@polkadot/util-crypto": "npm:^13.5.8" + "@polkadot/ui-settings": "npm:3.16.4" + "@polkadot/util": "npm:^13.5.9" + "@polkadot/util-crypto": "npm:^13.5.9" "@zxing/browser": "npm:^0.1.5" "@zxing/library": "npm:^0.21.2" qrcode-generator: "npm:^1.4.4" @@ -1363,49 +1363,49 @@ __metadata: react: "*" react-dom: "*" react-is: "*" - checksum: 10/393103e05dc707229a98a86e83e79b9a48f884355ccd31864da57253bd24554ba1a501d68c11883f9e66aad31f4e1739d785daca8aa6b37dce4283ab9377f4aa + checksum: 10/9ea90f31829369509ea394fff3101337b26733bef6ed9e2ee5b93f0b9079bbf0de972ba2163dd45bbbaaa41f9d04cf3f1418af58a9cad3df7a0b8e4c72d5a89b languageName: node linkType: hard -"@polkadot/rpc-augment@npm:16.5.2": - version: 16.5.2 - resolution: "@polkadot/rpc-augment@npm:16.5.2" +"@polkadot/rpc-augment@npm:16.5.3": + version: 16.5.3 + resolution: "@polkadot/rpc-augment@npm:16.5.3" dependencies: - "@polkadot/rpc-core": "npm:16.5.2" - "@polkadot/types": "npm:16.5.2" - "@polkadot/types-codec": "npm:16.5.2" - "@polkadot/util": "npm:^13.5.8" + "@polkadot/rpc-core": "npm:16.5.3" + "@polkadot/types": "npm:16.5.3" + "@polkadot/types-codec": "npm:16.5.3" + "@polkadot/util": "npm:^13.5.9" tslib: "npm:^2.8.1" - checksum: 10/bbf27d1f923b0e6eb7fb07b453c800b8a29e1897df81f44373e5c72d37b09691bdecae04e6deee4f102c9d374e9f8713219d43f0e0816ea9128dea23392500a1 + checksum: 10/fc21fb5c55be010278747a8e817dfabca770e23d03ec9fb4c8d562a78ff00606d045b2ff314e2cc613ec563951d05b6b9a5b5e1fcbee2b4df84cd69b7fe32960 languageName: node linkType: hard -"@polkadot/rpc-core@npm:16.5.2": - version: 16.5.2 - resolution: "@polkadot/rpc-core@npm:16.5.2" +"@polkadot/rpc-core@npm:16.5.3": + version: 16.5.3 + resolution: "@polkadot/rpc-core@npm:16.5.3" dependencies: - "@polkadot/rpc-augment": "npm:16.5.2" - "@polkadot/rpc-provider": "npm:16.5.2" - "@polkadot/types": "npm:16.5.2" - "@polkadot/util": "npm:^13.5.8" + "@polkadot/rpc-augment": "npm:16.5.3" + "@polkadot/rpc-provider": "npm:16.5.3" + "@polkadot/types": "npm:16.5.3" + "@polkadot/util": "npm:^13.5.9" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.1" - checksum: 10/dfc5f16176dbc4db95b166cda151c46f551d05ccf783d2eb919e368a59306f39787326d5d05c92378fa12159fd0b484b0f7cbc33227517fe3cb75ebc8b81de68 + checksum: 10/222ba26fbd6525def37082b8e68123d5bd4899a5e372be39577d9308a2753ed83a179929932c341648570dbcb7f70da4aaf8ce85978f43aed38528e4740c1d08 languageName: node linkType: hard -"@polkadot/rpc-provider@npm:^16.5.2": - version: 16.5.2 - resolution: "@polkadot/rpc-provider@npm:16.5.2" +"@polkadot/rpc-provider@npm:^16.5.3": + version: 16.5.3 + resolution: "@polkadot/rpc-provider@npm:16.5.3" dependencies: - "@polkadot/keyring": "npm:^13.5.8" - "@polkadot/types": "npm:16.5.2" - "@polkadot/types-support": "npm:16.5.2" - "@polkadot/util": "npm:^13.5.8" - "@polkadot/util-crypto": "npm:^13.5.8" - "@polkadot/x-fetch": "npm:^13.5.8" - "@polkadot/x-global": "npm:^13.5.8" - "@polkadot/x-ws": "npm:^13.5.8" + "@polkadot/keyring": "npm:^13.5.9" + "@polkadot/types": "npm:16.5.3" + "@polkadot/types-support": "npm:16.5.3" + "@polkadot/util": "npm:^13.5.9" + "@polkadot/util-crypto": "npm:^13.5.9" + "@polkadot/x-fetch": "npm:^13.5.9" + "@polkadot/x-global": "npm:^13.5.9" + "@polkadot/x-ws": "npm:^13.5.9" "@substrate/connect": "npm:0.8.11" eventemitter3: "npm:^5.0.1" mock-socket: "npm:^9.3.1" @@ -1414,92 +1414,92 @@ __metadata: dependenciesMeta: "@substrate/connect": optional: true - checksum: 10/522518a4ca94792e7621b88300b53fff6cab9e952210606f80793fa633cfae735535bb71b39ec827f779d9011827fafb611ef92887795c70b1df0c4e898d3bd2 + checksum: 10/b71b88ef3a39ad333ceffe5c92b727c263a5f379f0211771887154520c53d61a3652e0da0f20b372fe8ea6dc607a4813cb07f1a64e0ce1cbf96a81333895a1af languageName: node linkType: hard -"@polkadot/types-augment@npm:16.5.2, @polkadot/types-augment@npm:^16.5.2": - version: 16.5.2 - resolution: "@polkadot/types-augment@npm:16.5.2" +"@polkadot/types-augment@npm:16.5.3, @polkadot/types-augment@npm:^16.5.3": + version: 16.5.3 + resolution: "@polkadot/types-augment@npm:16.5.3" dependencies: - "@polkadot/types": "npm:16.5.2" - "@polkadot/types-codec": "npm:16.5.2" - "@polkadot/util": "npm:^13.5.8" + "@polkadot/types": "npm:16.5.3" + "@polkadot/types-codec": "npm:16.5.3" + "@polkadot/util": "npm:^13.5.9" tslib: "npm:^2.8.1" - checksum: 10/7964b4e984657e378d4f285067a75c5d31eef3264f677c7a6b4592d8b7d451ad918da0f480624131bd3c65c7518540735d62307da2e4f1efa4b10f79a24970db + checksum: 10/d24393c242423d3c97aea66d35a6114d5778bea527becd04b864fa1e340c241d4df84b2c84092708a941ef276469a4c8c68da47ddad86108b8088ee6f6f85f23 languageName: node linkType: hard -"@polkadot/types-codec@npm:16.5.2": - version: 16.5.2 - resolution: "@polkadot/types-codec@npm:16.5.2" +"@polkadot/types-codec@npm:16.5.3": + version: 16.5.3 + resolution: "@polkadot/types-codec@npm:16.5.3" dependencies: - "@polkadot/util": "npm:^13.5.8" - "@polkadot/x-bigint": "npm:^13.5.8" + "@polkadot/util": "npm:^13.5.9" + "@polkadot/x-bigint": "npm:^13.5.9" tslib: "npm:^2.8.1" - checksum: 10/2e29d9311013d537588fcba50d7c5620949165c43b0ee94135e9582f2e8ce773857a7e68ba48f70a0765c70cda5f3bdf3c82b66822c1c0ff4118045b5a8c0b4d + checksum: 10/b43305e243e78872bd835389ee99efe3d22e0a27ca8ac799849bb9b76eddaa3f7a6cb575a415a503fa159a91bee394e4a8d5ecf5ff9901c011961a82b1744942 languageName: node linkType: hard -"@polkadot/types-create@npm:16.5.2": - version: 16.5.2 - resolution: "@polkadot/types-create@npm:16.5.2" +"@polkadot/types-create@npm:16.5.3": + version: 16.5.3 + resolution: "@polkadot/types-create@npm:16.5.3" dependencies: - "@polkadot/types-codec": "npm:16.5.2" - "@polkadot/util": "npm:^13.5.8" + "@polkadot/types-codec": "npm:16.5.3" + "@polkadot/util": "npm:^13.5.9" tslib: "npm:^2.8.1" - checksum: 10/bba9d5242ee16d8b5d508a30b809976acaaa70b71eb7157204cbdbb8982ed65dfc0a65799f025096e00e7d475213e77b06f97737e5b5c94b82c64f5803fd3f6e + checksum: 10/5e4ab9f726b243624f03ee2f68015f307330347f957bdae33a408e8ee903e5111c5be14f59824dc7607fe1c93f7c97dc3f4fa4fb4e2285ff24d916ac199990b6 languageName: node linkType: hard -"@polkadot/types-known@npm:16.5.2": - version: 16.5.2 - resolution: "@polkadot/types-known@npm:16.5.2" +"@polkadot/types-known@npm:16.5.3": + version: 16.5.3 + resolution: "@polkadot/types-known@npm:16.5.3" dependencies: - "@polkadot/networks": "npm:^13.5.8" - "@polkadot/types": "npm:16.5.2" - "@polkadot/types-codec": "npm:16.5.2" - "@polkadot/types-create": "npm:16.5.2" - "@polkadot/util": "npm:^13.5.8" + "@polkadot/networks": "npm:^13.5.9" + "@polkadot/types": "npm:16.5.3" + "@polkadot/types-codec": "npm:16.5.3" + "@polkadot/types-create": "npm:16.5.3" + "@polkadot/util": "npm:^13.5.9" tslib: "npm:^2.8.1" - checksum: 10/2823683d4b709811cfe7e87fca1982655385e1fc5eb9c14e8d2fa0940c0b46bf04f85c26d7968b25ffc884d6d462d60d340a56424fa4ee8d258d6e6c68b73ece + checksum: 10/5403db055a9d9a04ff732f78ef28f735552849f8c3960aaeec5b4bf7d2d1c5c7f74d324269d522fad550eaeb6bd169e8332cc5d26a6395dfddc28f965f5d34d4 languageName: node linkType: hard -"@polkadot/types-support@npm:16.5.2": - version: 16.5.2 - resolution: "@polkadot/types-support@npm:16.5.2" +"@polkadot/types-support@npm:16.5.3": + version: 16.5.3 + resolution: "@polkadot/types-support@npm:16.5.3" dependencies: - "@polkadot/util": "npm:^13.5.8" + "@polkadot/util": "npm:^13.5.9" tslib: "npm:^2.8.1" - checksum: 10/b8e2b86a586de3c565d1ed84742fc6fe7f6c50e18b887656adea807c214c303da20c5852bb2fd0988376d2d756185adbae58e4adc48740f3fe6e882a374e5ed5 + checksum: 10/d3429f52a841695605a9697061d3edf59ea430a6214725d8f3f2cc73a5da49d2376f487c956d2722e4b57c90e12ab390a75a1646b4bb366eb57659fd2fd31231 languageName: node linkType: hard -"@polkadot/types@npm:^16.5.2": - version: 16.5.2 - resolution: "@polkadot/types@npm:16.5.2" +"@polkadot/types@npm:^16.5.3": + version: 16.5.3 + resolution: "@polkadot/types@npm:16.5.3" dependencies: - "@polkadot/keyring": "npm:^13.5.8" - "@polkadot/types-augment": "npm:16.5.2" - "@polkadot/types-codec": "npm:16.5.2" - "@polkadot/types-create": "npm:16.5.2" - "@polkadot/util": "npm:^13.5.8" - "@polkadot/util-crypto": "npm:^13.5.8" + "@polkadot/keyring": "npm:^13.5.9" + "@polkadot/types-augment": "npm:16.5.3" + "@polkadot/types-codec": "npm:16.5.3" + "@polkadot/types-create": "npm:16.5.3" + "@polkadot/util": "npm:^13.5.9" + "@polkadot/util-crypto": "npm:^13.5.9" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.1" - checksum: 10/1f03f8429059392ea38697e027946ac108f9ec7f8f669edb253ca0e9d40ba7a6120f23038b572f909cbad324f0ad5182f2f53644b0ea09a429ace9f82734b08f + checksum: 10/6ad2390967be15f77b1fb1e892a46247adfcd84f75a82de10a44bef993f152679f7a389fd98dd6daafb7f8fd044e4a05f114c818627e5bcd7a8060814f65a28d languageName: node linkType: hard -"@polkadot/ui-keyring@npm:^3.16.3": - version: 3.16.3 - resolution: "@polkadot/ui-keyring@npm:3.16.3" +"@polkadot/ui-keyring@npm:^3.16.4": + version: 3.16.4 + resolution: "@polkadot/ui-keyring@npm:3.16.4" dependencies: - "@polkadot/keyring": "npm:^13.5.8" - "@polkadot/ui-settings": "npm:3.16.3" - "@polkadot/util": "npm:^13.5.8" - "@polkadot/util-crypto": "npm:^13.5.8" + "@polkadot/keyring": "npm:^13.5.9" + "@polkadot/ui-settings": "npm:3.16.4" + "@polkadot/util": "npm:^13.5.9" + "@polkadot/util-crypto": "npm:^13.5.9" mkdirp: "npm:^3.0.1" rxjs: "npm:^7.8.1" store: "npm:^2.0.12" @@ -1508,225 +1508,225 @@ __metadata: "@polkadot/keyring": "*" "@polkadot/ui-settings": "*" "@polkadot/util": "*" - checksum: 10/667543e0f30867ec9d21da46ef585a444e6baec983f099b2add60a8ee6c5cb7b9dea45a067229d44591a671f2188729ba435d4567840ee89aa4aa2b76f85f627 + checksum: 10/976ca17a32422c3570e5acb573a79baf71c105f8af90f36c0b9998f0b425637a51db48f56209842f29c5ff41fe3571805100d3a057e1d28467855beb8248b568 languageName: node linkType: hard -"@polkadot/ui-settings@npm:3.16.3, @polkadot/ui-settings@npm:^3.16.3": - version: 3.16.3 - resolution: "@polkadot/ui-settings@npm:3.16.3" +"@polkadot/ui-settings@npm:3.16.4, @polkadot/ui-settings@npm:^3.16.4": + version: 3.16.4 + resolution: "@polkadot/ui-settings@npm:3.16.4" dependencies: - "@polkadot/networks": "npm:^13.5.8" - "@polkadot/util": "npm:^13.5.8" + "@polkadot/networks": "npm:^13.5.9" + "@polkadot/util": "npm:^13.5.9" eventemitter3: "npm:^5.0.1" store: "npm:^2.0.12" tslib: "npm:^2.8.1" peerDependencies: "@polkadot/networks": "*" "@polkadot/util": "*" - checksum: 10/6130c2292979bfa355f6cf45670d7b441d79e31983c27e0dfbdf399d5260396880cff0744d86ab0dc4ffbe62cd32c5576030d98c02a43245d4c1f7684395bf8f + checksum: 10/f08b6805bc6873b199dfd01ea02e292efc2a0a83b5571ddbd10efb9182b017f9c4808a65ac713ced7e4ebe3fe873e73be058413ee9352267f436db4263323e82 languageName: node linkType: hard -"@polkadot/ui-shared@npm:3.16.3": - version: 3.16.3 - resolution: "@polkadot/ui-shared@npm:3.16.3" +"@polkadot/ui-shared@npm:3.16.4": + version: 3.16.4 + resolution: "@polkadot/ui-shared@npm:3.16.4" dependencies: colord: "npm:^2.9.3" tslib: "npm:^2.8.1" peerDependencies: "@polkadot/util": "*" "@polkadot/util-crypto": "*" - checksum: 10/75f23ca54ea84fd267989b5aad4545de8af91017471611f5968de37ee17d0eb99aaf7adc55bb1842fbbde7746905f94f5dd2a4478ff424c58cc7534e0ea28b98 + checksum: 10/0c96806e5f695c85c5ba5f0f852ec4d4359a5be58e16f56718f3485ef7cb7d1c970ae0f7613571406b32d719a1f25702751b4f3a1aec394e45c8c07bd42fabbf languageName: node linkType: hard -"@polkadot/util-crypto@npm:^13.5.8": - version: 13.5.8 - resolution: "@polkadot/util-crypto@npm:13.5.8" +"@polkadot/util-crypto@npm:^13.5.9": + version: 13.5.9 + resolution: "@polkadot/util-crypto@npm:13.5.9" dependencies: "@noble/curves": "npm:^1.3.0" "@noble/hashes": "npm:^1.3.3" - "@polkadot/networks": "npm:13.5.8" - "@polkadot/util": "npm:13.5.8" - "@polkadot/wasm-crypto": "npm:^7.5.2" - "@polkadot/wasm-util": "npm:^7.5.2" - "@polkadot/x-bigint": "npm:13.5.8" - "@polkadot/x-randomvalues": "npm:13.5.8" + "@polkadot/networks": "npm:13.5.9" + "@polkadot/util": "npm:13.5.9" + "@polkadot/wasm-crypto": "npm:^7.5.3" + "@polkadot/wasm-util": "npm:^7.5.3" + "@polkadot/x-bigint": "npm:13.5.9" + "@polkadot/x-randomvalues": "npm:13.5.9" "@scure/base": "npm:^1.1.7" tslib: "npm:^2.8.0" peerDependencies: - "@polkadot/util": 13.5.8 - checksum: 10/6c5f79d794c1d1a1cafc8865d8244075b95d9de10431d9f99b5a370cfdd578d80fa1f092a0323d5cc817afe66396702a2502f18799553d205f4d4293e203b2ee + "@polkadot/util": 13.5.9 + checksum: 10/0c388e9afe2eb000e721a9b03472b53943c090b1a6042b98164524367dcaf45a6d8f43c56c9929f1c3ea65dceef196f86df4979f83e64a90a5f1044fe0f73960 languageName: node linkType: hard -"@polkadot/util@npm:^13.5.8": - version: 13.5.8 - resolution: "@polkadot/util@npm:13.5.8" +"@polkadot/util@npm:^13.5.9": + version: 13.5.9 + resolution: "@polkadot/util@npm:13.5.9" dependencies: - "@polkadot/x-bigint": "npm:13.5.8" - "@polkadot/x-global": "npm:13.5.8" - "@polkadot/x-textdecoder": "npm:13.5.8" - "@polkadot/x-textencoder": "npm:13.5.8" + "@polkadot/x-bigint": "npm:13.5.9" + "@polkadot/x-global": "npm:13.5.9" + "@polkadot/x-textdecoder": "npm:13.5.9" + "@polkadot/x-textencoder": "npm:13.5.9" "@types/bn.js": "npm:^5.1.6" bn.js: "npm:^5.2.1" tslib: "npm:^2.8.0" - checksum: 10/62ffbfe3aa4ecc8206e6f80e3eec7b78ed7466659217d7705103890303016daf17c8cc343bc8c42bd12a434b1b95d42e63765b74eeeae103c583144123ac0f60 + checksum: 10/f3b9d66dff334e1204f3f8fecd74fe64dafec014551c99bcfde1d1270e1559fa68129fd3a47f090c6c174cdd3b9b0d9cbe95a4de4cb5172ca84c9fdd6147a0bb languageName: node linkType: hard -"@polkadot/wasm-bridge@npm:7.5.2": - version: 7.5.2 - resolution: "@polkadot/wasm-bridge@npm:7.5.2" +"@polkadot/wasm-bridge@npm:7.5.3": + version: 7.5.3 + resolution: "@polkadot/wasm-bridge@npm:7.5.3" dependencies: - "@polkadot/wasm-util": "npm:7.5.2" + "@polkadot/wasm-util": "npm:7.5.3" tslib: "npm:^2.7.0" peerDependencies: "@polkadot/util": "*" "@polkadot/x-randomvalues": "*" - checksum: 10/616572fbeba50d94be1155eb829994ea416021c36656dc6955b1579dca8c1f1f48083fe4d170629476c88fb27759208d42b8bf6d6610c0ace27a8926d4b52896 + checksum: 10/b2274de457978c961f40be54d243056608d82035762e1bbbfbfa09f51191b7fbb35d34f25854f8251aa5d451faa0547061578c906922c8d3f7964075f1993955 languageName: node linkType: hard -"@polkadot/wasm-crypto-asmjs@npm:7.5.2": - version: 7.5.2 - resolution: "@polkadot/wasm-crypto-asmjs@npm:7.5.2" +"@polkadot/wasm-crypto-asmjs@npm:7.5.3": + version: 7.5.3 + resolution: "@polkadot/wasm-crypto-asmjs@npm:7.5.3" dependencies: tslib: "npm:^2.7.0" peerDependencies: "@polkadot/util": "*" - checksum: 10/9f921bfe2f52f6938862e26c7281db76a3cbe452acb3742381e3a441b2b417670187efc37bb8913aaf9bc98b511bae80e308386b3333403cfa1d24bfcabda90b + checksum: 10/407bfd079dc81e310966c855f9abb759ce6199e0380b4054d084f248915bd8259b8b9c1ca6d380d5628af3356fd70809ac67df8a847408eddb044a3944972ef6 languageName: node linkType: hard -"@polkadot/wasm-crypto-init@npm:7.5.2": - version: 7.5.2 - resolution: "@polkadot/wasm-crypto-init@npm:7.5.2" +"@polkadot/wasm-crypto-init@npm:7.5.3": + version: 7.5.3 + resolution: "@polkadot/wasm-crypto-init@npm:7.5.3" dependencies: - "@polkadot/wasm-bridge": "npm:7.5.2" - "@polkadot/wasm-crypto-asmjs": "npm:7.5.2" - "@polkadot/wasm-crypto-wasm": "npm:7.5.2" - "@polkadot/wasm-util": "npm:7.5.2" + "@polkadot/wasm-bridge": "npm:7.5.3" + "@polkadot/wasm-crypto-asmjs": "npm:7.5.3" + "@polkadot/wasm-crypto-wasm": "npm:7.5.3" + "@polkadot/wasm-util": "npm:7.5.3" tslib: "npm:^2.7.0" peerDependencies: "@polkadot/util": "*" "@polkadot/x-randomvalues": "*" - checksum: 10/fabe7cf2892f88c1c8783b5e80c22397ce71bd74333ca0ff1182ee46581a89af65094b911f10fa7f0af2899df293b8fe3ba72df6ec0b1d851df0ee39c49318a6 + checksum: 10/3e2e78252856d6be25df12eb7dcd1f2985f95c86178ec95698cdc1a6b5fe7a90e5950767c98dac9daa91c50eb667bcf06a2a2d6a8011cf3357287fdfab07687d languageName: node linkType: hard -"@polkadot/wasm-crypto-wasm@npm:7.5.2": - version: 7.5.2 - resolution: "@polkadot/wasm-crypto-wasm@npm:7.5.2" +"@polkadot/wasm-crypto-wasm@npm:7.5.3": + version: 7.5.3 + resolution: "@polkadot/wasm-crypto-wasm@npm:7.5.3" dependencies: - "@polkadot/wasm-util": "npm:7.5.2" + "@polkadot/wasm-util": "npm:7.5.3" tslib: "npm:^2.7.0" peerDependencies: "@polkadot/util": "*" - checksum: 10/5988b49ee7376e9db840b726c35ec14b1acf1dfbe6183c99010027480c51bc71edcfd8bcb058cb25afdb5745300fdde9ad13ac466c7d3b277d74b0eaec930784 + checksum: 10/b5d0ca87c750d246fe49d170c3738764d649d9a1869eb0c275b5c3024d6a9c44ab5d581d2f81f6b2d4d29e44856397f7102fc94c8adead12729b7d493174d2bd languageName: node linkType: hard -"@polkadot/wasm-crypto@npm:^7.5.2": - version: 7.5.2 - resolution: "@polkadot/wasm-crypto@npm:7.5.2" +"@polkadot/wasm-crypto@npm:^7.5.3": + version: 7.5.3 + resolution: "@polkadot/wasm-crypto@npm:7.5.3" dependencies: - "@polkadot/wasm-bridge": "npm:7.5.2" - "@polkadot/wasm-crypto-asmjs": "npm:7.5.2" - "@polkadot/wasm-crypto-init": "npm:7.5.2" - "@polkadot/wasm-crypto-wasm": "npm:7.5.2" - "@polkadot/wasm-util": "npm:7.5.2" + "@polkadot/wasm-bridge": "npm:7.5.3" + "@polkadot/wasm-crypto-asmjs": "npm:7.5.3" + "@polkadot/wasm-crypto-init": "npm:7.5.3" + "@polkadot/wasm-crypto-wasm": "npm:7.5.3" + "@polkadot/wasm-util": "npm:7.5.3" tslib: "npm:^2.7.0" peerDependencies: "@polkadot/util": "*" "@polkadot/x-randomvalues": "*" - checksum: 10/af29fafd051baa5338fbd1efc0dcee50854734cf2b03fa4cbd83d8fdf8607dffc21d0c0f1d26d1fc2c655407c674b71a42d0ddfb1f5d83f85c18116ff9da175d + checksum: 10/a695a6bc3402ee7c79e90b546114fc504f80d0247fb445810fcb1b8ab62351b3d9f0c50a6ca47ebda0bec145534275ab9092bb926fd69443cbc7be7b9bb50bc0 languageName: node linkType: hard -"@polkadot/wasm-util@npm:7.5.2, @polkadot/wasm-util@npm:^7.5.2": - version: 7.5.2 - resolution: "@polkadot/wasm-util@npm:7.5.2" +"@polkadot/wasm-util@npm:7.5.3, @polkadot/wasm-util@npm:^7.5.3": + version: 7.5.3 + resolution: "@polkadot/wasm-util@npm:7.5.3" dependencies: tslib: "npm:^2.7.0" peerDependencies: "@polkadot/util": "*" - checksum: 10/f8164ad0bf38eae4c46a4f18308aa66da7b9fb3dbce2185fa95c085f43be3ae15d4c88ef15385677f73fd381f4106de0d1f234123117c85e1918796c2ff79265 + checksum: 10/82c2149c7db0c9cc566aea6caad51e6048d1ee6b9bb7ac06f59c3c28bb94f0d0678f6ee4e51becd241105ba37a6d9e30653f74d630d1bc685ceb18b601f9acda languageName: node linkType: hard -"@polkadot/x-bigint@npm:13.5.8, @polkadot/x-bigint@npm:^13.5.8": - version: 13.5.8 - resolution: "@polkadot/x-bigint@npm:13.5.8" +"@polkadot/x-bigint@npm:13.5.9, @polkadot/x-bigint@npm:^13.5.9": + version: 13.5.9 + resolution: "@polkadot/x-bigint@npm:13.5.9" dependencies: - "@polkadot/x-global": "npm:13.5.8" + "@polkadot/x-global": "npm:13.5.9" tslib: "npm:^2.8.0" - checksum: 10/c81b50bbfeafaf020d58dcc411f50690aeca194257b1139ec00af4647fe2d09f5133020366e229dc12aaefa0036f37dcb06329aee6b93936986a3a874c10d673 + checksum: 10/8b9c5f40d31a226e5222e5a837bf730fed288f2b4d525966a4f8645afc8c17919ccf8f18e7ae6452698fb8f9d92fa7c7760b275f139ba0318d20bfbadff9679e languageName: node linkType: hard -"@polkadot/x-fetch@npm:^13.5.8": - version: 13.5.8 - resolution: "@polkadot/x-fetch@npm:13.5.8" +"@polkadot/x-fetch@npm:^13.5.9": + version: 13.5.9 + resolution: "@polkadot/x-fetch@npm:13.5.9" dependencies: - "@polkadot/x-global": "npm:13.5.8" + "@polkadot/x-global": "npm:13.5.9" node-fetch: "npm:^3.3.2" tslib: "npm:^2.8.0" - checksum: 10/e952e3a33a71e539a7edba16bf9bd0b29c3bf242236bd76dd2bbcec56f654b835f7dafce65e453d54b34b21f3924597939323bda397518c5b12c4ecc90313c3b + checksum: 10/f937fcc3af357b06c39fac606bc7dfe4e5c6d1d2df86547ea287e0e0afcb0fa9c5bfbe87bc7f76a144e10d859b06555605e5332485707f803967f006bd87b656 languageName: node linkType: hard -"@polkadot/x-global@npm:13.5.8, @polkadot/x-global@npm:^13.5.8": - version: 13.5.8 - resolution: "@polkadot/x-global@npm:13.5.8" +"@polkadot/x-global@npm:13.5.9, @polkadot/x-global@npm:^13.5.9": + version: 13.5.9 + resolution: "@polkadot/x-global@npm:13.5.9" dependencies: tslib: "npm:^2.8.0" - checksum: 10/936760084149979ec247fa5a8dd910c26e9cd4c6d92892b621c2abcbd3ca2f3cb2f0384f9778a9ee3a0e8ad59eae5ccb338e378a2f2b89a37813ca7673f4a4dc + checksum: 10/07ef477f428c73bfbdb242a4511fbbdc2c31ea2641fb577bd1ac479b6567e780a2df0a9aeb1913efe3128703c8f81366b0cf48c491d53663d3c7eff2ebcf4d2e languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:13.5.8": - version: 13.5.8 - resolution: "@polkadot/x-randomvalues@npm:13.5.8" +"@polkadot/x-randomvalues@npm:13.5.9": + version: 13.5.9 + resolution: "@polkadot/x-randomvalues@npm:13.5.9" dependencies: - "@polkadot/x-global": "npm:13.5.8" + "@polkadot/x-global": "npm:13.5.9" tslib: "npm:^2.8.0" peerDependencies: - "@polkadot/util": 13.5.8 + "@polkadot/util": 13.5.9 "@polkadot/wasm-util": "*" - checksum: 10/67f243faf9f132e1a048b57a393b34a945747cfa892205fcc89d72e3fb6c9187fe5acaaa9b508004bb02bd4008c8888fb481ea48fbd90087bff4223f4426a4db + checksum: 10/0a1d4066d60ca2e21d129fcd4798634f0d05e67acd86da17d48dd3e79cda1ebcf59861738dc68357068f8fdb2c2894c32e652aee66ee393ecde4b3288f237430 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:13.5.8": - version: 13.5.8 - resolution: "@polkadot/x-textdecoder@npm:13.5.8" +"@polkadot/x-textdecoder@npm:13.5.9": + version: 13.5.9 + resolution: "@polkadot/x-textdecoder@npm:13.5.9" dependencies: - "@polkadot/x-global": "npm:13.5.8" + "@polkadot/x-global": "npm:13.5.9" tslib: "npm:^2.8.0" - checksum: 10/a3de3425374d7ce51d9275a6aeda9951fd57c11fd97455c4fb2d1e7c959472472357da3914a8bf053d583eb07c427917577d7b6b14b8de72ad337e71282590be + checksum: 10/30d7838f40181add484635c22cecf3be1b8ef53f8ff03a83f16b5bb8881332ef4952a9c564696941d3477a4c2aa83a040a6a45544d19adebf2980568cb46889b languageName: node linkType: hard -"@polkadot/x-textencoder@npm:13.5.8": - version: 13.5.8 - resolution: "@polkadot/x-textencoder@npm:13.5.8" +"@polkadot/x-textencoder@npm:13.5.9": + version: 13.5.9 + resolution: "@polkadot/x-textencoder@npm:13.5.9" dependencies: - "@polkadot/x-global": "npm:13.5.8" + "@polkadot/x-global": "npm:13.5.9" tslib: "npm:^2.8.0" - checksum: 10/32e1a213b7890212957abb751f47dd113ce8f83c10b8258fe01f4c0d6cd2ab048093acadb61ebddcc4d5c7abee41cad6e0941dcfce32515110fd79eb69442feb + checksum: 10/c72352f3b603ad9d88192889901ec78088cdac4913b6c147a2b0078e230816d25f7baa0f734636bfeeecbea74c6597aa453e5b2de87e4ca0f2c02ea87a2ad376 languageName: node linkType: hard -"@polkadot/x-ws@npm:^13.5.8": - version: 13.5.8 - resolution: "@polkadot/x-ws@npm:13.5.8" +"@polkadot/x-ws@npm:^13.5.9": + version: 13.5.9 + resolution: "@polkadot/x-ws@npm:13.5.9" dependencies: - "@polkadot/x-global": "npm:13.5.8" + "@polkadot/x-global": "npm:13.5.9" tslib: "npm:^2.8.0" ws: "npm:^8.18.0" - checksum: 10/b9fe9f52c37ed6a16bee61c23d4be8759598a6fe61b880546d07a6fea7e3cb5387bb6ff427b233c3caad8aaf41f83249db7f6e841c4bd382778324e9698eac0e + checksum: 10/e7582f33452b6ab6442cf5df08a026fd5f9af3baf9028f2821e2d211322ecaae9005d3048bd46ff28e75adeb19aa9ba83c75fe4ce63ed642108a265e7ced8fbd languageName: node linkType: hard