diff --git a/package.json b/package.json index f2abe4b0b3..c87a627ef7 100644 --- a/package.json +++ b/package.json @@ -51,13 +51,13 @@ "sinon-chrome": "^3.0.1" }, "resolutions": { - "@polkadot/api": "^12.4.1", - "@polkadot/keyring": "^13.0.2", - "@polkadot/networks": "^13.0.2", - "@polkadot/types": "^12.4.1", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "@polkadot/x-fetch": "^13.0.2", + "@polkadot/api": "^13.2.1", + "@polkadot/keyring": "^13.1.1", + "@polkadot/networks": "^13.1.1", + "@polkadot/types": "^13.2.1", + "@polkadot/util": "^13.1.1", + "@polkadot/util-crypto": "^13.1.1", + "@polkadot/x-fetch": "^13.1.1", "safe-buffer": "^5.2.1", "typescript": "^5.3.3" } diff --git a/packages/extension-base/package.json b/packages/extension-base/package.json index 8b07dcf1c0..1c50f89e8f 100644 --- a/packages/extension-base/package.json +++ b/packages/extension-base/package.json @@ -21,19 +21,19 @@ "version": "0.52.4-0-x", "main": "index.js", "dependencies": { - "@polkadot/api": "^12.4.1", + "@polkadot/api": "^13.2.1", "@polkadot/extension-chains": "0.52.4-0-x", "@polkadot/extension-dapp": "0.52.4-0-x", "@polkadot/extension-inject": "0.52.4-0-x", - "@polkadot/keyring": "^13.0.2", - "@polkadot/networks": "^13.0.2", - "@polkadot/phishing": "^0.23.4", - "@polkadot/rpc-provider": "^12.4.1", - "@polkadot/types": "^12.4.1", - "@polkadot/ui-keyring": "^3.9.1", - "@polkadot/ui-settings": "^3.9.1", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", + "@polkadot/keyring": "^13.1.1", + "@polkadot/networks": "^13.1.1", + "@polkadot/phishing": "^0.23.6", + "@polkadot/rpc-provider": "^13.2.1", + "@polkadot/types": "^13.2.1", + "@polkadot/ui-keyring": "^3.10.1", + "@polkadot/ui-settings": "^3.10.1", + "@polkadot/util": "^13.1.1", + "@polkadot/util-crypto": "^13.1.1", "eventemitter3": "^5.0.1", "rxjs": "^7.8.1", "tslib": "^2.6.2" diff --git a/packages/extension-chains/package.json b/packages/extension-chains/package.json index 7b3edcbae7..82c14eb75b 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.52.4-0-x", - "@polkadot/networks": "^13.0.2", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", + "@polkadot/networks": "^13.1.1", + "@polkadot/util": "^13.1.1", + "@polkadot/util-crypto": "^13.1.1", "tslib": "^2.6.2" }, "peerDependencies": { diff --git a/packages/extension-compat-metamask/package.json b/packages/extension-compat-metamask/package.json index 9acf5bec5a..60e3eec87d 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.52.4-0-x", - "@polkadot/types": "^12.4.1", - "@polkadot/util": "^13.0.2", + "@polkadot/types": "^13.2.1", + "@polkadot/util": "^13.1.1", "tslib": "^2.6.2", "web3": "^4.7.0" }, diff --git a/packages/extension-dapp/package.json b/packages/extension-dapp/package.json index 5ea068b95d..46a17aa231 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.52.4-0-x", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", + "@polkadot/util": "^13.1.1", + "@polkadot/util-crypto": "^13.1.1", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/extension-inject/package.json b/packages/extension-inject/package.json index 49aee4a1e8..2dc0026139 100644 --- a/packages/extension-inject/package.json +++ b/packages/extension-inject/package.json @@ -18,12 +18,12 @@ "version": "0.52.4-0-x", "main": "index.js", "dependencies": { - "@polkadot/api": "^12.4.1", - "@polkadot/rpc-provider": "^12.4.1", - "@polkadot/types": "^12.4.1", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "@polkadot/x-global": "^13.0.2", + "@polkadot/api": "^13.2.1", + "@polkadot/rpc-provider": "^13.2.1", + "@polkadot/types": "^13.2.1", + "@polkadot/util": "^13.1.1", + "@polkadot/util-crypto": "^13.1.1", + "@polkadot/x-global": "^13.1.1", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/extension-ui/package.json b/packages/extension-ui/package.json index 5f780a7316..6d86dcdb40 100644 --- a/packages/extension-ui/package.json +++ b/packages/extension-ui/package.json @@ -23,23 +23,23 @@ "@fortawesome/free-solid-svg-icons": "^6.5.1", "@fortawesome/react-fontawesome": "^0.2.0", "@paraspell/xcm-analyser": "^1.3.1", - "@polkadot-api/merkleize-metadata": "^1.1.2", - "@polkadot/api": "^12.4.1", + "@polkadot-api/merkleize-metadata": "^1.1.4", + "@polkadot/api": "^13.2.1", "@polkadot/extension-base": "0.52.4-0-x", "@polkadot/extension-chains": "0.52.4-0-x", "@polkadot/extension-dapp": "0.52.4-0-x", "@polkadot/extension-inject": "0.52.4-0-x", - "@polkadot/hw-ledger": "^13.0.2", - "@polkadot/keyring": "^13.0.2", - "@polkadot/networks": "^13.0.2", - "@polkadot/react-identicon": "^3.9.1", - "@polkadot/react-qr": "^3.9.1", - "@polkadot/types": "^12.4.1", - "@polkadot/types-augment": "^12.4.1", - "@polkadot/ui-keyring": "^3.9.1", - "@polkadot/ui-settings": "^3.9.1", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", + "@polkadot/hw-ledger": "^13.1.1", + "@polkadot/keyring": "^13.1.1", + "@polkadot/networks": "^13.1.1", + "@polkadot/react-identicon": "^3.10.1", + "@polkadot/react-qr": "^3.10.1", + "@polkadot/types": "^13.2.1", + "@polkadot/types-augment": "^13.2.1", + "@polkadot/ui-keyring": "^3.10.1", + "@polkadot/ui-settings": "^3.10.1", + "@polkadot/util": "^13.1.1", + "@polkadot/util-crypto": "^13.1.1", "file-saver": "^2.0.5", "i18next": "^23.7.11", "react": "^18.2.0", diff --git a/packages/extension/package.json b/packages/extension/package.json index 1303879126..1249241dcb 100644 --- a/packages/extension/package.json +++ b/packages/extension/package.json @@ -17,7 +17,7 @@ "type": "module", "version": "0.52.4-0-x", "dependencies": { - "@polkadot/api": "^12.4.1", + "@polkadot/api": "^13.2.1", "@polkadot/extension-base": "0.52.4-0-x", "@polkadot/extension-inject": "0.52.4-0-x", "@polkadot/extension-ui": "0.52.4-0-x", diff --git a/yarn.lock b/yarn.lock index e2dea21cfa..fce102cd59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -331,6 +331,18 @@ __metadata: languageName: node linkType: hard +"@ledgerhq/devices@npm:^8.4.3": + version: 8.4.3 + resolution: "@ledgerhq/devices@npm:8.4.3" + dependencies: + "@ledgerhq/errors": "npm:^6.19.0" + "@ledgerhq/logs": "npm:^6.12.0" + rxjs: "npm:^7.8.1" + semver: "npm:^7.3.5" + checksum: 10/fa8ce935393b89093a97b94976ccfa0895aaf4b70255f706f7cda2fdb30ff108736a8aeefd171da6c376269e1399a3f310b43c23e00eac2a35b46a94f902c3c0 + languageName: node + linkType: hard + "@ledgerhq/errors@npm:^6.16.4, @ledgerhq/errors@npm:^6.17.0": version: 6.17.0 resolution: "@ledgerhq/errors@npm:6.17.0" @@ -338,55 +350,62 @@ __metadata: languageName: node linkType: hard -"@ledgerhq/hw-transport-node-hid-noevents@npm:^6.30.1": - version: 6.30.1 - resolution: "@ledgerhq/hw-transport-node-hid-noevents@npm:6.30.1" +"@ledgerhq/errors@npm:^6.19.0": + version: 6.19.0 + resolution: "@ledgerhq/errors@npm:6.19.0" + checksum: 10/944d7a86f4dedd3cac611d704a36667ff66294403ab6e552b8c14ce742574a2b50fa71de89c28827fc442233af68b88ae2971e73cdb03ea98ec4e65239d76d88 + languageName: node + linkType: hard + +"@ledgerhq/hw-transport-node-hid-noevents@npm:^6.30.4": + version: 6.30.4 + resolution: "@ledgerhq/hw-transport-node-hid-noevents@npm:6.30.4" dependencies: - "@ledgerhq/devices": "npm:^8.4.0" - "@ledgerhq/errors": "npm:^6.17.0" - "@ledgerhq/hw-transport": "npm:^6.31.0" + "@ledgerhq/devices": "npm:^8.4.3" + "@ledgerhq/errors": "npm:^6.19.0" + "@ledgerhq/hw-transport": "npm:^6.31.3" "@ledgerhq/logs": "npm:^6.12.0" node-hid: "npm:2.1.2" - checksum: 10/521a28979de3e90e0c676c69ecd4c1fed8365aa075d416d074f18a354084849de1a5bd1d858a36eb4073aee26706437d0ff96f8a64e975d7a5efa48375a8a644 + checksum: 10/abb2a12e307fdfdedcf4e2d386d2e0440bf35e48aea78d162748edf95ffc3b31f03c6d4d9f2c4782520c27e10c7c5c62931a26bb04344bf5f45b25aa27544098 languageName: node linkType: hard -"@ledgerhq/hw-transport-node-hid-singleton@npm:^6.31.1": - version: 6.31.1 - resolution: "@ledgerhq/hw-transport-node-hid-singleton@npm:6.31.1" +"@ledgerhq/hw-transport-node-hid-singleton@npm:^6.31.3": + version: 6.31.4 + resolution: "@ledgerhq/hw-transport-node-hid-singleton@npm:6.31.4" dependencies: - "@ledgerhq/devices": "npm:^8.4.0" - "@ledgerhq/errors": "npm:^6.17.0" - "@ledgerhq/hw-transport": "npm:^6.31.0" - "@ledgerhq/hw-transport-node-hid-noevents": "npm:^6.30.1" + "@ledgerhq/devices": "npm:^8.4.3" + "@ledgerhq/errors": "npm:^6.19.0" + "@ledgerhq/hw-transport": "npm:^6.31.3" + "@ledgerhq/hw-transport-node-hid-noevents": "npm:^6.30.4" "@ledgerhq/logs": "npm:^6.12.0" node-hid: "npm:2.1.2" usb: "npm:2.9.0" - checksum: 10/0d238779783bde22773d731e3e83555f3fe568c86db840db411813870c89b085e0f681a7e7d4c91b4ff5aab85461e9f8e4873649c27d05d57445388f54b5f959 + checksum: 10/e9a34e14c94ff20bf0d2e7c15d042bb9eb1e64b04985b36b633d8c8240f3fe2afcfba1da65cec6512f25fc165356a647ec2b1d7fadec9f313cd1a30c9b9a22a6 languageName: node linkType: hard -"@ledgerhq/hw-transport-webhid@npm:^6.29.0": - version: 6.29.0 - resolution: "@ledgerhq/hw-transport-webhid@npm:6.29.0" +"@ledgerhq/hw-transport-webhid@npm:^6.29.2": + version: 6.29.3 + resolution: "@ledgerhq/hw-transport-webhid@npm:6.29.3" dependencies: - "@ledgerhq/devices": "npm:^8.4.0" - "@ledgerhq/errors": "npm:^6.17.0" - "@ledgerhq/hw-transport": "npm:^6.31.0" + "@ledgerhq/devices": "npm:^8.4.3" + "@ledgerhq/errors": "npm:^6.19.0" + "@ledgerhq/hw-transport": "npm:^6.31.3" "@ledgerhq/logs": "npm:^6.12.0" - checksum: 10/65f0a7a57bed925eb381801c6c8e29de0ad4d80820b71758b8e0ed9ead77837d678c1caaac95dd3dc0ad83f37db97d73420dfc70aee9720f30f7a98d3e40824e + checksum: 10/4cb996da011fca0ae27da43ec2fd075971957bbf4daad15e3d46959f7c083bdf42e6450ae7d6945bc18ffcaf848216ab9e5c9d7ae82fcb611105a65eda93ce1b languageName: node linkType: hard -"@ledgerhq/hw-transport-webusb@npm:^6.29.0": - version: 6.29.0 - resolution: "@ledgerhq/hw-transport-webusb@npm:6.29.0" +"@ledgerhq/hw-transport-webusb@npm:^6.29.2": + version: 6.29.3 + resolution: "@ledgerhq/hw-transport-webusb@npm:6.29.3" dependencies: - "@ledgerhq/devices": "npm:^8.4.0" - "@ledgerhq/errors": "npm:^6.17.0" - "@ledgerhq/hw-transport": "npm:^6.31.0" + "@ledgerhq/devices": "npm:^8.4.3" + "@ledgerhq/errors": "npm:^6.19.0" + "@ledgerhq/hw-transport": "npm:^6.31.3" "@ledgerhq/logs": "npm:^6.12.0" - checksum: 10/29fe869c70d16d26df8a39d9dca600aa95f0d2de7f4a06d4b6b5e7b3bc84ee2373d258be26f45505097ef536209123034116f20698e7ee1c016ce4d3fda0886c + checksum: 10/b553d9c9d08bab0a694b3d6796239f84ba7ea79f7ae320a9e38575daad00b8a4673be12309a03cc3b4a3ac9521f551180dbe73be7601485043163fdd31e6841b languageName: node linkType: hard @@ -402,7 +421,7 @@ __metadata: languageName: node linkType: hard -"@ledgerhq/hw-transport@npm:6.31.0, @ledgerhq/hw-transport@npm:^6.31.0": +"@ledgerhq/hw-transport@npm:6.31.0": version: 6.31.0 resolution: "@ledgerhq/hw-transport@npm:6.31.0" dependencies: @@ -414,6 +433,18 @@ __metadata: languageName: node linkType: hard +"@ledgerhq/hw-transport@npm:^6.31.2, @ledgerhq/hw-transport@npm:^6.31.3": + version: 6.31.3 + resolution: "@ledgerhq/hw-transport@npm:6.31.3" + dependencies: + "@ledgerhq/devices": "npm:^8.4.3" + "@ledgerhq/errors": "npm:^6.19.0" + "@ledgerhq/logs": "npm:^6.12.0" + events: "npm:^3.3.0" + checksum: 10/24375ba43308c2327139f3009d33484c3352a503712bb8f5235d9fa578b90f402401f04844a66ea7e64693ff7ec8f6ed74ce324a33fb955ed3c9b9e76e4cdbbd + languageName: node + linkType: hard + "@ledgerhq/logs@npm:^6.12.0": version: 6.12.0 resolution: "@ledgerhq/logs@npm:6.12.0" @@ -675,13 +706,14 @@ __metadata: languageName: node linkType: hard -"@polkadot-api/merkleize-metadata@npm:^1.1.2": - version: 1.1.2 - resolution: "@polkadot-api/merkleize-metadata@npm:1.1.2" +"@polkadot-api/merkleize-metadata@npm:^1.1.4": + version: 1.1.4 + resolution: "@polkadot-api/merkleize-metadata@npm:1.1.4" dependencies: - "@polkadot-api/substrate-bindings": "npm:0.6.2" + "@polkadot-api/metadata-builders": "npm:0.7.1" + "@polkadot-api/substrate-bindings": "npm:0.8.0" "@polkadot-api/utils": "npm:0.1.1" - checksum: 10/a06d3d92c7dd7f5eefbf92769700bfbf4837c0c70a606d7b4389c198f7732fe528dd4071feb77f6984309d02dc3fcf718684dfc489d73535bf754f58c43d002b + checksum: 10/c54830d5af6313f145bd6100b1e7f6057574eb0374dc0127c5081a15f45ef817b5bd07feae356fa62bd74189840d7cb7025f54cf53f958cff2cb21f80bbd096b languageName: node linkType: hard @@ -695,6 +727,16 @@ __metadata: languageName: node linkType: hard +"@polkadot-api/metadata-builders@npm:0.7.1": + version: 0.7.1 + resolution: "@polkadot-api/metadata-builders@npm:0.7.1" + dependencies: + "@polkadot-api/substrate-bindings": "npm:0.8.0" + "@polkadot-api/utils": "npm:0.1.1" + checksum: 10/10798aa4fd8de0ad1c0da618b2d54983c7fd878a6d2770a4dc005dd55780214c572da24145b9d68114837a32e8d98fdd65fb79cb226708fc1cba9431457b319c + languageName: node + linkType: hard + "@polkadot-api/observable-client@npm:^0.3.0": version: 0.3.2 resolution: "@polkadot-api/observable-client@npm:0.3.2" @@ -721,15 +763,15 @@ __metadata: languageName: node linkType: hard -"@polkadot-api/substrate-bindings@npm:0.6.2": - version: 0.6.2 - resolution: "@polkadot-api/substrate-bindings@npm:0.6.2" +"@polkadot-api/substrate-bindings@npm:0.8.0": + version: 0.8.0 + resolution: "@polkadot-api/substrate-bindings@npm:0.8.0" dependencies: "@noble/hashes": "npm:^1.4.0" "@polkadot-api/utils": "npm:0.1.1" "@scure/base": "npm:^1.1.7" scale-ts: "npm:^1.6.0" - checksum: 10/b8d4efaeb7022799488efcb5e7f161237a1f08832e2d22b772d88e0d982ce9f0d05cbe6cbdcd19ef8c0a542a54359836ced01229c394567325a61094befd2e82 + checksum: 10/d3cbf2d2a7c147b735bd4172fde69bd7573b672f4cd6972ad5453ecc1db472e07ba51b33bc43cff62cfd0fe12a17d97e06089059c5371b53804bce8141443555 languageName: node linkType: hard @@ -757,74 +799,74 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:12.4.1": - version: 12.4.1 - resolution: "@polkadot/api-augment@npm:12.4.1" +"@polkadot/api-augment@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/api-augment@npm:13.2.1" dependencies: - "@polkadot/api-base": "npm:12.4.1" - "@polkadot/rpc-augment": "npm:12.4.1" - "@polkadot/types": "npm:12.4.1" - "@polkadot/types-augment": "npm:12.4.1" - "@polkadot/types-codec": "npm:12.4.1" - "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.3" - checksum: 10/93de0f52fc6faea7b0f878b8172a6ebb8d57358f8eecfe59072c2904877dd7e23e2dc519dbfce954ac7873193f8e899fceedb949da8726b7427fdc14045768fa + "@polkadot/api-base": "npm:13.2.1" + "@polkadot/rpc-augment": "npm:13.2.1" + "@polkadot/types": "npm:13.2.1" + "@polkadot/types-augment": "npm:13.2.1" + "@polkadot/types-codec": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10/89fe2216539f883a101525cc995985d89a24100e0e758686c2f0d10c66ee89b3ddcf80703423d36de4339907226d5d5f9adf2fe44cbd54387b7e50d38bd62f6a languageName: node linkType: hard -"@polkadot/api-base@npm:12.4.1": - version: 12.4.1 - resolution: "@polkadot/api-base@npm:12.4.1" +"@polkadot/api-base@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/api-base@npm:13.2.1" dependencies: - "@polkadot/rpc-core": "npm:12.4.1" - "@polkadot/types": "npm:12.4.1" - "@polkadot/util": "npm:^13.0.2" + "@polkadot/rpc-core": "npm:13.2.1" + "@polkadot/types": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.3" - checksum: 10/c81b7268e23a19665ba956163176f5e31276d0c9ff8fa61f8592f16b6fdf3a795abb15552408c0da2bf46ec8b5fb51bd5d96518f661a4b9663539be9b4b6872d + tslib: "npm:^2.7.0" + checksum: 10/051af75c9d0ed4c2c218ba3d06c3773e70b42f326ce7f7f0b51647ac95d0de77544cecc61a1d4068f4911fd20cb1356b8dcba60fc91f05e88ecca1c0e5d4b8ff languageName: node linkType: hard -"@polkadot/api-derive@npm:12.4.1": - version: 12.4.1 - resolution: "@polkadot/api-derive@npm:12.4.1" +"@polkadot/api-derive@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/api-derive@npm:13.2.1" dependencies: - "@polkadot/api": "npm:12.4.1" - "@polkadot/api-augment": "npm:12.4.1" - "@polkadot/api-base": "npm:12.4.1" - "@polkadot/rpc-core": "npm:12.4.1" - "@polkadot/types": "npm:12.4.1" - "@polkadot/types-codec": "npm:12.4.1" - "@polkadot/util": "npm:^13.0.2" - "@polkadot/util-crypto": "npm:^13.0.2" + "@polkadot/api": "npm:13.2.1" + "@polkadot/api-augment": "npm:13.2.1" + "@polkadot/api-base": "npm:13.2.1" + "@polkadot/rpc-core": "npm:13.2.1" + "@polkadot/types": "npm:13.2.1" + "@polkadot/types-codec": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.3" - checksum: 10/92294a03d5f9b6b49e917cdd0bd1e0cf9218ae5a87857e3905e8d53561365e13eb38a251f9b505a204117cbfb92962e9259336fa0bdcce84abfc49092b6d3ae6 - languageName: node - linkType: hard - -"@polkadot/api@npm:^12.4.1": - version: 12.4.1 - resolution: "@polkadot/api@npm:12.4.1" - dependencies: - "@polkadot/api-augment": "npm:12.4.1" - "@polkadot/api-base": "npm:12.4.1" - "@polkadot/api-derive": "npm:12.4.1" - "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/rpc-augment": "npm:12.4.1" - "@polkadot/rpc-core": "npm:12.4.1" - "@polkadot/rpc-provider": "npm:12.4.1" - "@polkadot/types": "npm:12.4.1" - "@polkadot/types-augment": "npm:12.4.1" - "@polkadot/types-codec": "npm:12.4.1" - "@polkadot/types-create": "npm:12.4.1" - "@polkadot/types-known": "npm:12.4.1" - "@polkadot/util": "npm:^13.0.2" - "@polkadot/util-crypto": "npm:^13.0.2" + tslib: "npm:^2.7.0" + checksum: 10/ff65760e5a51c59928f396016ca5092469fe2fc3a7822424af6168db60931f40b1c41562714c00f3e633d220e256f3ec7fcbba730bd3c0b81397d70f98a6ae45 + languageName: node + linkType: hard + +"@polkadot/api@npm:^13.2.1": + version: 13.2.1 + resolution: "@polkadot/api@npm:13.2.1" + dependencies: + "@polkadot/api-augment": "npm:13.2.1" + "@polkadot/api-base": "npm:13.2.1" + "@polkadot/api-derive": "npm:13.2.1" + "@polkadot/keyring": "npm:^13.1.1" + "@polkadot/rpc-augment": "npm:13.2.1" + "@polkadot/rpc-core": "npm:13.2.1" + "@polkadot/rpc-provider": "npm:13.2.1" + "@polkadot/types": "npm:13.2.1" + "@polkadot/types-augment": "npm:13.2.1" + "@polkadot/types-codec": "npm:13.2.1" + "@polkadot/types-create": "npm:13.2.1" + "@polkadot/types-known": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" eventemitter3: "npm:^5.0.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.3" - checksum: 10/5e73d61f42f6dd073aa55b08ba272d2ffb0734becda7c5f238d7e9a00a50965bec85ff772283745e61c014ac0eb79f54c0c8d42987fccaa95feb817e02c5086b + tslib: "npm:^2.7.0" + checksum: 10/227ff33243450a5c3b173040228b0a457fdd93f4b07cc4abef15efc3f207b29ea3358e27ed510861050fb0e11c1c624bc5e6585a3780612f240746320dea5df2 languageName: node linkType: hard @@ -928,21 +970,21 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/extension-base@workspace:packages/extension-base" dependencies: - "@polkadot/api": "npm:^12.4.1" + "@polkadot/api": "npm:^13.2.1" "@polkadot/dev-test": "npm:^0.79.3" "@polkadot/extension-chains": "npm:0.52.4-0-x" "@polkadot/extension-dapp": "npm:0.52.4-0-x" "@polkadot/extension-inject": "npm:0.52.4-0-x" "@polkadot/extension-mocks": "npm:0.52.4-0-x" - "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/networks": "npm:^13.0.2" - "@polkadot/phishing": "npm:^0.23.4" - "@polkadot/rpc-provider": "npm:^12.4.1" - "@polkadot/types": "npm:^12.4.1" - "@polkadot/ui-keyring": "npm:^3.9.1" - "@polkadot/ui-settings": "npm:^3.9.1" - "@polkadot/util": "npm:^13.0.2" - "@polkadot/util-crypto": "npm:^13.0.2" + "@polkadot/keyring": "npm:^13.1.1" + "@polkadot/networks": "npm:^13.1.1" + "@polkadot/phishing": "npm:^0.23.6" + "@polkadot/rpc-provider": "npm:^13.2.1" + "@polkadot/types": "npm:^13.2.1" + "@polkadot/ui-keyring": "npm:^3.10.1" + "@polkadot/ui-settings": "npm:^3.10.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" eventemitter3: "npm:^5.0.1" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" @@ -954,9 +996,9 @@ __metadata: resolution: "@polkadot/extension-chains@workspace:packages/extension-chains" dependencies: "@polkadot/extension-inject": "npm:0.52.4-0-x" - "@polkadot/networks": "npm:^13.0.2" - "@polkadot/util": "npm:^13.0.2" - "@polkadot/util-crypto": "npm:^13.0.2" + "@polkadot/networks": "npm:^13.1.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" tslib: "npm:^2.6.2" peerDependencies: "@polkadot/api": "*" @@ -970,8 +1012,8 @@ __metadata: dependencies: "@metamask/detect-provider": "npm:^2.0.0" "@polkadot/extension-inject": "npm:0.52.4-0-x" - "@polkadot/types": "npm:^12.4.1" - "@polkadot/util": "npm:^13.0.2" + "@polkadot/types": "npm:^13.2.1" + "@polkadot/util": "npm:^13.1.1" tslib: "npm:^2.6.2" web3: "npm:^4.7.0" peerDependencies: @@ -986,8 +1028,8 @@ __metadata: dependencies: "@polkadot/dev-test": "npm:^0.79.3" "@polkadot/extension-inject": "npm:0.52.4-0-x" - "@polkadot/util": "npm:^13.0.2" - "@polkadot/util-crypto": "npm:^13.0.2" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" tslib: "npm:^2.6.2" peerDependencies: "@polkadot/api": "*" @@ -1000,13 +1042,13 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/extension-inject@workspace:packages/extension-inject" dependencies: - "@polkadot/api": "npm:^12.4.1" + "@polkadot/api": "npm:^13.2.1" "@polkadot/dev-test": "npm:^0.79.3" - "@polkadot/rpc-provider": "npm:^12.4.1" - "@polkadot/types": "npm:^12.4.1" - "@polkadot/util": "npm:^13.0.2" - "@polkadot/util-crypto": "npm:^13.0.2" - "@polkadot/x-global": "npm:^13.0.2" + "@polkadot/rpc-provider": "npm:^13.2.1" + "@polkadot/types": "npm:^13.2.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" + "@polkadot/x-global": "npm:^13.1.1" "@types/chrome": "npm:^0.0.254" "@types/firefox-webext-browser": "npm:^111.0.5" tslib: "npm:^2.6.2" @@ -1035,25 +1077,25 @@ __metadata: "@fortawesome/free-solid-svg-icons": "npm:^6.5.1" "@fortawesome/react-fontawesome": "npm:^0.2.0" "@paraspell/xcm-analyser": "npm:^1.3.1" - "@polkadot-api/merkleize-metadata": "npm:^1.1.2" - "@polkadot/api": "npm:^12.4.1" + "@polkadot-api/merkleize-metadata": "npm:^1.1.4" + "@polkadot/api": "npm:^13.2.1" "@polkadot/dev-test": "npm:^0.79.3" "@polkadot/extension-base": "npm:0.52.4-0-x" "@polkadot/extension-chains": "npm:0.52.4-0-x" "@polkadot/extension-dapp": "npm:0.52.4-0-x" "@polkadot/extension-inject": "npm:0.52.4-0-x" "@polkadot/extension-mocks": "npm:0.52.4-0-x" - "@polkadot/hw-ledger": "npm:^13.0.2" - "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/networks": "npm:^13.0.2" - "@polkadot/react-identicon": "npm:^3.9.1" - "@polkadot/react-qr": "npm:^3.9.1" - "@polkadot/types": "npm:^12.4.1" - "@polkadot/types-augment": "npm:^12.4.1" - "@polkadot/ui-keyring": "npm:^3.9.1" - "@polkadot/ui-settings": "npm:^3.9.1" - "@polkadot/util": "npm:^13.0.2" - "@polkadot/util-crypto": "npm:^13.0.2" + "@polkadot/hw-ledger": "npm:^13.1.1" + "@polkadot/keyring": "npm:^13.1.1" + "@polkadot/networks": "npm:^13.1.1" + "@polkadot/react-identicon": "npm:^3.10.1" + "@polkadot/react-qr": "npm:^3.10.1" + "@polkadot/types": "npm:^13.2.1" + "@polkadot/types-augment": "npm:^13.2.1" + "@polkadot/ui-keyring": "npm:^3.10.1" + "@polkadot/ui-settings": "npm:^3.10.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" "@types/enzyme": "npm:^3.10.18" "@types/enzyme-adapter-react-16": "npm:^1.0.9" "@types/file-saver": "npm:^2.0.7" @@ -1084,7 +1126,7 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/extension@workspace:packages/extension" dependencies: - "@polkadot/api": "npm:^12.4.1" + "@polkadot/api": "npm:^13.2.1" "@polkadot/dev": "npm:^0.79.3" "@polkadot/extension-base": "npm:0.52.4-0-x" "@polkadot/extension-inject": "npm:0.52.4-0-x" @@ -1109,81 +1151,81 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/hw-ledger-transports@npm:13.0.2": - version: 13.0.2 - resolution: "@polkadot/hw-ledger-transports@npm:13.0.2" +"@polkadot/hw-ledger-transports@npm:13.1.1": + version: 13.1.1 + resolution: "@polkadot/hw-ledger-transports@npm:13.1.1" dependencies: - "@ledgerhq/hw-transport": "npm:^6.31.0" - "@ledgerhq/hw-transport-node-hid-singleton": "npm:^6.31.1" - "@ledgerhq/hw-transport-webhid": "npm:^6.29.0" - "@ledgerhq/hw-transport-webusb": "npm:^6.29.0" - "@polkadot/util": "npm:13.0.2" - tslib: "npm:^2.6.2" + "@ledgerhq/hw-transport": "npm:^6.31.2" + "@ledgerhq/hw-transport-node-hid-singleton": "npm:^6.31.3" + "@ledgerhq/hw-transport-webhid": "npm:^6.29.2" + "@ledgerhq/hw-transport-webusb": "npm:^6.29.2" + "@polkadot/util": "npm:13.1.1" + tslib: "npm:^2.7.0" dependenciesMeta: "@ledgerhq/hw-transport-node-hid-singleton": optional: true - checksum: 10/b9788eaed10d0bd2d2ea7e8e64dc08e049a1eca75e0ed2a1ebaac749c13af55da55a56495a00b1f9ff75f46150f6051f49941638454276dfd57c35756128989b + checksum: 10/93fef7f33cc03d865d321ca6145739f8aabdf1b8734ac1e6dc04529966af966d1d5c910e11d909f71b1db686e0f5b52fc71bd28d7f58a2331c21d178e092d49d languageName: node linkType: hard -"@polkadot/hw-ledger@npm:^13.0.2": - version: 13.0.2 - resolution: "@polkadot/hw-ledger@npm:13.0.2" +"@polkadot/hw-ledger@npm:^13.1.1": + version: 13.1.1 + resolution: "@polkadot/hw-ledger@npm:13.1.1" dependencies: - "@polkadot/hw-ledger-transports": "npm:13.0.2" - "@polkadot/util": "npm:13.0.2" + "@polkadot/hw-ledger-transports": "npm:13.1.1" + "@polkadot/util": "npm:13.1.1" "@zondax/ledger-substrate": "npm:0.44.7" - tslib: "npm:^2.6.2" - checksum: 10/1211d07eb2da6d4f5ed3af798a04bd8573d146eb4697fe419d2b0d53a653df00deee7f38fe05e7801fabd479b5bafb7bb50d3197cb5c90d56b8cd6acab200d08 + tslib: "npm:^2.7.0" + checksum: 10/309c922a887ea20befa237f992591952aa0cecc7e16a068e87e89f4ccbbd87a183298c168d5da08896ae9bc18723dc5df03704b6f8b5c848a434a0e575386dc7 languageName: node linkType: hard -"@polkadot/keyring@npm:^13.0.2": - version: 13.0.2 - resolution: "@polkadot/keyring@npm:13.0.2" +"@polkadot/keyring@npm:^13.1.1": + version: 13.1.1 + resolution: "@polkadot/keyring@npm:13.1.1" dependencies: - "@polkadot/util": "npm:13.0.2" - "@polkadot/util-crypto": "npm:13.0.2" - tslib: "npm:^2.6.2" + "@polkadot/util": "npm:13.1.1" + "@polkadot/util-crypto": "npm:13.1.1" + tslib: "npm:^2.7.0" peerDependencies: - "@polkadot/util": 13.0.2 - "@polkadot/util-crypto": 13.0.2 - checksum: 10/7d94566cf61396a8890abe5d59b8fdd6d763a9eb3f9a42b8e2faab950fa0e13ac043b6898ea467694c098bac72c5bf3d44cc9da1fb1511ba1424c740f638ad48 + "@polkadot/util": 13.1.1 + "@polkadot/util-crypto": 13.1.1 + checksum: 10/ec0498d7b65815d416afe8004ef5b642e4cd767546ffb38d87eb799f246829dd4594a40a8c116bdc338cdc7c17908bd1aa9cdae21b8b16ef0d4f2af0a4bba00d languageName: node linkType: hard -"@polkadot/networks@npm:^13.0.2": - version: 13.0.2 - resolution: "@polkadot/networks@npm:13.0.2" +"@polkadot/networks@npm:^13.1.1": + version: 13.1.1 + resolution: "@polkadot/networks@npm:13.1.1" dependencies: - "@polkadot/util": "npm:13.0.2" - "@substrate/ss58-registry": "npm:^1.46.0" - tslib: "npm:^2.6.2" - checksum: 10/00722e54b9869a6186b1974fad7eb35af6a1fb13ad6bd82d79c972250e874994977ed6fdc1c5f1eb0465974ab628de7251502f162c179d40f872c49b54ab5e7d + "@polkadot/util": "npm:13.1.1" + "@substrate/ss58-registry": "npm:^1.50.0" + tslib: "npm:^2.7.0" + checksum: 10/50df885cba557e703a52a419135b869fb2dcc0f772649761ac2f4c9ee2444aae80842c1a24383857527f293c765c867ae75891f199d3885e43fd6e3feb1f7d8b languageName: node linkType: hard -"@polkadot/phishing@npm:^0.23.4": - version: 0.23.4 - resolution: "@polkadot/phishing@npm:0.23.4" +"@polkadot/phishing@npm:^0.23.6": + version: 0.23.6 + resolution: "@polkadot/phishing@npm:0.23.6" dependencies: "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" "@polkadot/x-fetch": "npm:^13.0.2" tslib: "npm:^2.6.2" - checksum: 10/838b615b558300d7edc771de89745ac6033a569ee0a7a11489a2739a004a3bd80780ce8269377ee364a12655e2143fa0294a629c4bbf9a6bc66aed7bc4abe331 + checksum: 10/4f09c5c3cae2e351689d14cb5cefa80b56f1324bd91994666735dfa455a92877a555838081f5baf92a2898c770ecad6de14e6604aa361ae1b2e194dc0c12d554 languageName: node linkType: hard -"@polkadot/react-identicon@npm:^3.9.1": - version: 3.9.1 - resolution: "@polkadot/react-identicon@npm:3.9.1" +"@polkadot/react-identicon@npm:^3.10.1": + version: 3.10.1 + resolution: "@polkadot/react-identicon@npm:3.10.1" dependencies: - "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/ui-settings": "npm:3.9.1" - "@polkadot/ui-shared": "npm:3.9.1" - "@polkadot/util": "npm:^13.0.2" - "@polkadot/util-crypto": "npm:^13.0.2" + "@polkadot/keyring": "npm:^13.1.1" + "@polkadot/ui-settings": "npm:3.10.1" + "@polkadot/ui-shared": "npm:3.10.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" ethereum-blockies-base64: "npm:^1.0.2" jdenticon: "npm:3.2.0" react-copy-to-clipboard: "npm:^5.1.0" @@ -1196,17 +1238,17 @@ __metadata: react: "*" react-dom: "*" react-is: "*" - checksum: 10/6a3ad4e129af15e2d6833def626085e392c960211935cf901560f434247560ae6dcfb8d8ecde38b56f317ac3e0d84653ef9c5b68e258c2791467b1339b595bef + checksum: 10/b9cab1d6b68ae0dbc8671d80e4b83e3156070b39145e2b556dbab56ce62a18985de43104dc6504aa8eb895c857d39557def15a2d17941c1e989a3d096dd2ad8b languageName: node linkType: hard -"@polkadot/react-qr@npm:^3.9.1": - version: 3.9.1 - resolution: "@polkadot/react-qr@npm:3.9.1" +"@polkadot/react-qr@npm:^3.10.1": + version: 3.10.1 + resolution: "@polkadot/react-qr@npm:3.10.1" dependencies: - "@polkadot/ui-settings": "npm:3.9.1" - "@polkadot/util": "npm:^13.0.2" - "@polkadot/util-crypto": "npm:^13.0.2" + "@polkadot/ui-settings": "npm:3.10.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" "@zxing/browser": "npm:^0.1.5" "@zxing/library": "npm:^0.21.2" qrcode-generator: "npm:^1.4.4" @@ -1218,143 +1260,143 @@ __metadata: react: "*" react-dom: "*" react-is: "*" - checksum: 10/f196e19e6d5c11ef7f7824fa67ad41fcde790ad6505113a2e8383c4c79c5c2a8947a619c0513709d9983679ff60af7f8c0811e1a232772fb5438dcbecd442e21 + checksum: 10/9061a5bc068d27de81c9dab24e743b8b703cbe2f0507041adab049cd046b77233e9d8b2ae1ece51568514fae6e453e601b53cc858f0cd162d38fe120d9367b88 languageName: node linkType: hard -"@polkadot/rpc-augment@npm:12.4.1": - version: 12.4.1 - resolution: "@polkadot/rpc-augment@npm:12.4.1" +"@polkadot/rpc-augment@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/rpc-augment@npm:13.2.1" dependencies: - "@polkadot/rpc-core": "npm:12.4.1" - "@polkadot/types": "npm:12.4.1" - "@polkadot/types-codec": "npm:12.4.1" - "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.3" - checksum: 10/e79ce2ae01bece0749c7006fe9ae55d157201e898b3faa837847ee48482ff86145074c2b48a294e930310137d695db40348cad51d80fad5e1a448d5167897f71 + "@polkadot/rpc-core": "npm:13.2.1" + "@polkadot/types": "npm:13.2.1" + "@polkadot/types-codec": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10/901f7f840fc31b05e0e4164207cd0008909b00bc43ad216543ea95a064e653f3be1ded11f176f972223f0627bad3b6e4b099686ef73df9f13f6edb18690acc85 languageName: node linkType: hard -"@polkadot/rpc-core@npm:12.4.1": - version: 12.4.1 - resolution: "@polkadot/rpc-core@npm:12.4.1" +"@polkadot/rpc-core@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/rpc-core@npm:13.2.1" dependencies: - "@polkadot/rpc-augment": "npm:12.4.1" - "@polkadot/rpc-provider": "npm:12.4.1" - "@polkadot/types": "npm:12.4.1" - "@polkadot/util": "npm:^13.0.2" + "@polkadot/rpc-augment": "npm:13.2.1" + "@polkadot/rpc-provider": "npm:13.2.1" + "@polkadot/types": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.3" - checksum: 10/1da05e19aac5ac69e8f5f6261adbfcf613130d9d4a7d487d3d12ebfb08c7aaca25fc4e725dd2b3e0c7f6c6563d6239a8b859620fe53f1dde704c7f297f9b4c51 + tslib: "npm:^2.7.0" + checksum: 10/3b1edefc8ce20d0bdbe68680135bdf1959e0ab5d4302668346ee377fbfc723e3c5b0093455c9ab015f999c92755b3a481701f8e602e1e50a6798ba1e25a7d337 languageName: node linkType: hard -"@polkadot/rpc-provider@npm:12.4.1, @polkadot/rpc-provider@npm:^12.4.1": - version: 12.4.1 - resolution: "@polkadot/rpc-provider@npm:12.4.1" +"@polkadot/rpc-provider@npm:13.2.1, @polkadot/rpc-provider@npm:^13.2.1": + version: 13.2.1 + resolution: "@polkadot/rpc-provider@npm:13.2.1" dependencies: - "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/types": "npm:12.4.1" - "@polkadot/types-support": "npm:12.4.1" - "@polkadot/util": "npm:^13.0.2" - "@polkadot/util-crypto": "npm:^13.0.2" - "@polkadot/x-fetch": "npm:^13.0.2" - "@polkadot/x-global": "npm:^13.0.2" - "@polkadot/x-ws": "npm:^13.0.2" + "@polkadot/keyring": "npm:^13.1.1" + "@polkadot/types": "npm:13.2.1" + "@polkadot/types-support": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" + "@polkadot/x-fetch": "npm:^13.1.1" + "@polkadot/x-global": "npm:^13.1.1" + "@polkadot/x-ws": "npm:^13.1.1" "@substrate/connect": "npm:0.8.11" eventemitter3: "npm:^5.0.1" mock-socket: "npm:^9.3.1" nock: "npm:^13.5.4" - tslib: "npm:^2.6.3" + tslib: "npm:^2.7.0" dependenciesMeta: "@substrate/connect": optional: true - checksum: 10/42d57e150467f72660e63ec33f4e1dd021ad3493a6604d8a8a15b0b97ef469f62a762b4d9127372342679bd430deb078ed8b65fd175f6b14093bd6c8160a4f76 + checksum: 10/3d156894baf61c45c19325efb1e4b80ae5103930302774731b0a32a1a037020eab7d7cd6ede7dcbafed9f81ad2152e2d518dbdfb000565c238c2d19327670f4d languageName: node linkType: hard -"@polkadot/types-augment@npm:12.4.1, @polkadot/types-augment@npm:^12.4.1": - version: 12.4.1 - resolution: "@polkadot/types-augment@npm:12.4.1" +"@polkadot/types-augment@npm:13.2.1, @polkadot/types-augment@npm:^13.2.1": + version: 13.2.1 + resolution: "@polkadot/types-augment@npm:13.2.1" dependencies: - "@polkadot/types": "npm:12.4.1" - "@polkadot/types-codec": "npm:12.4.1" - "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.3" - checksum: 10/6ab887335682adb83a7ea5cc41dbf3826f1df2361754b744d6bce6fb542d5f06dd1b2c70719439be33a23adfaf69ab3b235a14dec59104434c42530be4696380 + "@polkadot/types": "npm:13.2.1" + "@polkadot/types-codec": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10/4c65896660347c17bd70128a3774838efcc80922f0307fc90ed2d9dc14f7f837d1e97d6954d5840e659084c73435fab81bd797918ffa4b804d9f60fffc6e6028 languageName: node linkType: hard -"@polkadot/types-codec@npm:12.4.1": - version: 12.4.1 - resolution: "@polkadot/types-codec@npm:12.4.1" +"@polkadot/types-codec@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/types-codec@npm:13.2.1" dependencies: - "@polkadot/util": "npm:^13.0.2" - "@polkadot/x-bigint": "npm:^13.0.2" - tslib: "npm:^2.6.3" - checksum: 10/af2ed7cdb30c2948022670948b86e3d4a5f025b01146e6c70314cdd68ef85d5bd769f0779005d6a08146051b265cbb47c88dcccdfdf14a34aa22fc9b9016bead + "@polkadot/util": "npm:^13.1.1" + "@polkadot/x-bigint": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10/9bb4e0f35dd6833c6b174c8f413fdce24d0488ca06d415b96ad034386c8797223127a688a5838bda81a0a7c18111e89bd87ad95e967257a10385d8bbbfc11af9 languageName: node linkType: hard -"@polkadot/types-create@npm:12.4.1": - version: 12.4.1 - resolution: "@polkadot/types-create@npm:12.4.1" +"@polkadot/types-create@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/types-create@npm:13.2.1" dependencies: - "@polkadot/types-codec": "npm:12.4.1" - "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.3" - checksum: 10/d79da98c9e14a7c85a6a05920c92270e57a5811b0e25837adc7e013df5e41cb7d1c5d9d210f1121d179a34e06752732af2c5b3c5b27f8cf0885a7ac358bd9ca0 + "@polkadot/types-codec": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10/66dfbc05801783570bc9bb77de29a3baed2c5ba0aef8489f46503891693af4786dbb1b819924689da435527763131f0ad6699aaedbc1ebd224bb2f829d8b688a languageName: node linkType: hard -"@polkadot/types-known@npm:12.4.1": - version: 12.4.1 - resolution: "@polkadot/types-known@npm:12.4.1" +"@polkadot/types-known@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/types-known@npm:13.2.1" dependencies: - "@polkadot/networks": "npm:^13.0.2" - "@polkadot/types": "npm:12.4.1" - "@polkadot/types-codec": "npm:12.4.1" - "@polkadot/types-create": "npm:12.4.1" - "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.3" - checksum: 10/08e14dfda7740d06d7f05481d65fde5d1598174e4d6165603876aa87c4aba210a52a1c8ad3e9492fc8a0220891ca69052470a29504f26dfed01742f1019ac68b + "@polkadot/networks": "npm:^13.1.1" + "@polkadot/types": "npm:13.2.1" + "@polkadot/types-codec": "npm:13.2.1" + "@polkadot/types-create": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10/d8298cc1c14aff9ebd3c929fdc234ee31f3dfc252cc41171f37e391aab00efab58ef1fd61182de0d4ef5d35cb85d686522150b9a14a2132537f86ec9f79f43c5 languageName: node linkType: hard -"@polkadot/types-support@npm:12.4.1": - version: 12.4.1 - resolution: "@polkadot/types-support@npm:12.4.1" +"@polkadot/types-support@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/types-support@npm:13.2.1" dependencies: - "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.3" - checksum: 10/3d02c17c2d5c7f8f0e1889668da72ec774ca917e38f40722a7e823125c1b217656c6e11865be40d036dbd558395dc07f9ebb51dd4faf2c0be702d16fa4c3289e + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10/15b711c59f3dc859054207025345532f34ca90ae59049f75dd2f1a8c67017488c1e53d415a63adc3920a373fd63a7a409f8012c0e7afa27aea5c6e933bf3ddb7 languageName: node linkType: hard -"@polkadot/types@npm:^12.4.1": - version: 12.4.1 - resolution: "@polkadot/types@npm:12.4.1" +"@polkadot/types@npm:^13.2.1": + version: 13.2.1 + resolution: "@polkadot/types@npm:13.2.1" dependencies: - "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/types-augment": "npm:12.4.1" - "@polkadot/types-codec": "npm:12.4.1" - "@polkadot/types-create": "npm:12.4.1" - "@polkadot/util": "npm:^13.0.2" - "@polkadot/util-crypto": "npm:^13.0.2" + "@polkadot/keyring": "npm:^13.1.1" + "@polkadot/types-augment": "npm:13.2.1" + "@polkadot/types-codec": "npm:13.2.1" + "@polkadot/types-create": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.3" - checksum: 10/8081c4bec9ee8d88257b9ec6bd9177ec3b04d5e53a6fe770f98f6ec1fc00dd721c09159cf34d91cbbade85aa570d1693dbbf53bc5c39c0734e8e3e79d415a914 + tslib: "npm:^2.7.0" + checksum: 10/b594a50794d33e1b833f1cd9a320b83fc8cd0ecd7b5a2ba84a9d42727492dfffbf4e19c3c95bd179701283a006571431fa9fc340fab2ca210dd1e16f1b7e91d9 languageName: node linkType: hard -"@polkadot/ui-keyring@npm:^3.9.1": - version: 3.9.1 - resolution: "@polkadot/ui-keyring@npm:3.9.1" +"@polkadot/ui-keyring@npm:^3.10.1": + version: 3.10.1 + resolution: "@polkadot/ui-keyring@npm:3.10.1" dependencies: - "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/ui-settings": "npm:3.9.1" - "@polkadot/util": "npm:^13.0.2" - "@polkadot/util-crypto": "npm:^13.0.2" + "@polkadot/keyring": "npm:^13.1.1" + "@polkadot/ui-settings": "npm:3.10.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" mkdirp: "npm:^3.0.1" rxjs: "npm:^7.8.1" store: "npm:^2.0.12" @@ -1363,71 +1405,71 @@ __metadata: "@polkadot/keyring": "*" "@polkadot/ui-settings": "*" "@polkadot/util": "*" - checksum: 10/eec438ef2ad9363d77f51d60df9802f1cad3379661883a9412f9ca1af44e31444fc7c04eec1ec7ecf2ae76af1718ffce8e335dcf572d89a6ffc6403bf6c36423 + checksum: 10/01a1b7f5b50bb3b2e76fe5a37edc0030db5ec1c5f8df868d72192e4e635bac9b2cda973f3423e6e49100148b6346474fa1e5bf1e5c16b630a6f38cf1c587573a languageName: node linkType: hard -"@polkadot/ui-settings@npm:3.9.1, @polkadot/ui-settings@npm:^3.9.1": - version: 3.9.1 - resolution: "@polkadot/ui-settings@npm:3.9.1" +"@polkadot/ui-settings@npm:3.10.1, @polkadot/ui-settings@npm:^3.10.1": + version: 3.10.1 + resolution: "@polkadot/ui-settings@npm:3.10.1" dependencies: - "@polkadot/networks": "npm:^13.0.2" - "@polkadot/util": "npm:^13.0.2" + "@polkadot/networks": "npm:^13.1.1" + "@polkadot/util": "npm:^13.1.1" eventemitter3: "npm:^5.0.1" store: "npm:^2.0.12" tslib: "npm:^2.6.2" peerDependencies: "@polkadot/networks": "*" "@polkadot/util": "*" - checksum: 10/d3a28af0233f2ee9a8453501de3dd2fabc46bc98cb4c0e46a79654c87a0a41f3148dd6949b796932a4c12fc974b2b924d9eb0e76f91f7ce9ea27e5012e1e606a + checksum: 10/4fccf44fd3844a385e5e5478dffdb776af31e6ce19cc5bc4f1656ea6562343c537d783fb7b888328f8709453bf26fae25951610761e0a85a8fd3cc3c2610a6bc languageName: node linkType: hard -"@polkadot/ui-shared@npm:3.9.1": - version: 3.9.1 - resolution: "@polkadot/ui-shared@npm:3.9.1" +"@polkadot/ui-shared@npm:3.10.1": + version: 3.10.1 + resolution: "@polkadot/ui-shared@npm:3.10.1" dependencies: colord: "npm:^2.9.3" tslib: "npm:^2.6.2" peerDependencies: "@polkadot/util": "*" "@polkadot/util-crypto": "*" - checksum: 10/80a3a59ca25ed0e572a2eb85533f54f9714c6fd21f85fcf46775fc57c5d55c048049378c94372260df9d860569197ea38dbf3a24cc8ed1e416f67c69408f3789 + checksum: 10/88d85a084079c7193eac0985a3c5c98c42ad25b520d5a29dac9aee24c1c8693a0862772cc391ff5e2c5967a49ea32b02a95fd87f1d497bc556eb645dd2185973 languageName: node linkType: hard -"@polkadot/util-crypto@npm:^13.0.2": - version: 13.0.2 - resolution: "@polkadot/util-crypto@npm:13.0.2" +"@polkadot/util-crypto@npm:^13.1.1": + version: 13.1.1 + resolution: "@polkadot/util-crypto@npm:13.1.1" dependencies: "@noble/curves": "npm:^1.3.0" "@noble/hashes": "npm:^1.3.3" - "@polkadot/networks": "npm:13.0.2" - "@polkadot/util": "npm:13.0.2" + "@polkadot/networks": "npm:13.1.1" + "@polkadot/util": "npm:13.1.1" "@polkadot/wasm-crypto": "npm:^7.3.2" "@polkadot/wasm-util": "npm:^7.3.2" - "@polkadot/x-bigint": "npm:13.0.2" - "@polkadot/x-randomvalues": "npm:13.0.2" - "@scure/base": "npm:^1.1.5" - tslib: "npm:^2.6.2" + "@polkadot/x-bigint": "npm:13.1.1" + "@polkadot/x-randomvalues": "npm:13.1.1" + "@scure/base": "npm:^1.1.7" + tslib: "npm:^2.7.0" peerDependencies: - "@polkadot/util": 13.0.2 - checksum: 10/333db21d1708158dc83905c32437ba201c97ba4274c2970f0bdfa9384f70f9bedbbe4e3032ce67d6f73bd0b755a4ab4d67b89f483b6bfc76305a67a867230915 + "@polkadot/util": 13.1.1 + checksum: 10/6f78ed75e4d2ab0dd0f5778640b6f6856702064ab2804c629ce97102389abc981d35cdec6ae63a814fa12b6d9deb5fe024f41bb54fe0e5cea3daa010455594ea languageName: node linkType: hard -"@polkadot/util@npm:^13.0.2": - version: 13.0.2 - resolution: "@polkadot/util@npm:13.0.2" +"@polkadot/util@npm:^13.1.1": + version: 13.1.1 + resolution: "@polkadot/util@npm:13.1.1" dependencies: - "@polkadot/x-bigint": "npm:13.0.2" - "@polkadot/x-global": "npm:13.0.2" - "@polkadot/x-textdecoder": "npm:13.0.2" - "@polkadot/x-textencoder": "npm:13.0.2" + "@polkadot/x-bigint": "npm:13.1.1" + "@polkadot/x-global": "npm:13.1.1" + "@polkadot/x-textdecoder": "npm:13.1.1" + "@polkadot/x-textencoder": "npm:13.1.1" "@types/bn.js": "npm:^5.1.5" bn.js: "npm:^5.2.1" - tslib: "npm:^2.6.2" - checksum: 10/9e83f0843c3da9ffa7b6bc95a73e96ca4754d45cb9cc4418461e1ca38f00c54cb0e61873bb6f09f40c51e435025cfc282577b906a23b36eb6b0eb5af8668fad8 + tslib: "npm:^2.7.0" + checksum: 10/ec1db22e6e33d2a5d4197290805e4f7300c3aa847e9607f667c0bb967ecc359751b216581930878e74d22329ede3b8170c724008e336a50ce4bc1183ce3f9e25 languageName: node linkType: hard @@ -1511,77 +1553,77 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bigint@npm:13.0.2, @polkadot/x-bigint@npm:^13.0.2": - version: 13.0.2 - resolution: "@polkadot/x-bigint@npm:13.0.2" +"@polkadot/x-bigint@npm:13.1.1, @polkadot/x-bigint@npm:^13.1.1": + version: 13.1.1 + resolution: "@polkadot/x-bigint@npm:13.1.1" dependencies: - "@polkadot/x-global": "npm:13.0.2" - tslib: "npm:^2.6.2" - checksum: 10/6c8d198f8982ae9de78a301e1beb0d38e627ba3c6aac149a385c5f753f39dc7201761bc02ce45881b50e7cf50a883edc8f179abc50532b2b094538c388bbc146 + "@polkadot/x-global": "npm:13.1.1" + tslib: "npm:^2.7.0" + checksum: 10/2b4b75bea7b5babde955ec3b3a282cef88ca16ba3243d3415202a5d2c038543ba70ef74af7a7ad846df534466fb14408d2d6ff0313614a1578b6b9f71ac7224f languageName: node linkType: hard -"@polkadot/x-fetch@npm:^13.0.2": - version: 13.0.2 - resolution: "@polkadot/x-fetch@npm:13.0.2" +"@polkadot/x-fetch@npm:^13.1.1": + version: 13.1.1 + resolution: "@polkadot/x-fetch@npm:13.1.1" dependencies: - "@polkadot/x-global": "npm:13.0.2" + "@polkadot/x-global": "npm:13.1.1" node-fetch: "npm:^3.3.2" - tslib: "npm:^2.6.2" - checksum: 10/b4cf06f5219dab2b8b94af7913a3346fa46d1179b47c809f0cabecf07b068f9cd3e6f395c943c59b71341b92d61808df7bc05e23e4a30088349c77ed6b4ec11f + tslib: "npm:^2.7.0" + checksum: 10/11fedc3623e8126d3a2cab54c7e2d031e119f4d4bfba0f04a75e1f387ca1f56b096b7e028ecbee3edd0ea08ffd2d3614630624d5547302674fe0f62b675c1ca8 languageName: node linkType: hard -"@polkadot/x-global@npm:13.0.2, @polkadot/x-global@npm:^13.0.2": - version: 13.0.2 - resolution: "@polkadot/x-global@npm:13.0.2" +"@polkadot/x-global@npm:13.1.1, @polkadot/x-global@npm:^13.1.1": + version: 13.1.1 + resolution: "@polkadot/x-global@npm:13.1.1" dependencies: - tslib: "npm:^2.6.2" - checksum: 10/e21fa675a0f0e017bcd7e39638b1ddcaf7adc6a457ffcc431aef6c5bc2ae9ad721e97a97f6b1b4b5b4499297be0357887040540085765b31fb837fa91a71055b + tslib: "npm:^2.7.0" + checksum: 10/6dc239d357cb4037decd8b9a1b016a072145b969300d62dc5ee0186fc0f102eafd0b2b84be83092874de547d75f87e1f5c99399e0f6f1516d64ef49f387ad156 languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:13.0.2": - version: 13.0.2 - resolution: "@polkadot/x-randomvalues@npm:13.0.2" +"@polkadot/x-randomvalues@npm:13.1.1": + version: 13.1.1 + resolution: "@polkadot/x-randomvalues@npm:13.1.1" dependencies: - "@polkadot/x-global": "npm:13.0.2" - tslib: "npm:^2.6.2" + "@polkadot/x-global": "npm:13.1.1" + tslib: "npm:^2.7.0" peerDependencies: - "@polkadot/util": 13.0.2 + "@polkadot/util": 13.1.1 "@polkadot/wasm-util": "*" - checksum: 10/bcfe394658d21f40b1169c063b9123b1d8044bc081785b7532c4851b9161b6192ca30edb502f3ead3d3bfffe7776b2cb091c15b6566c301516f355c70b69d211 + checksum: 10/fe8bd72bced3fe31118e6f6ca2cce69ac2412068de7f8db8de83cc9bb736b77fa639f6aea4297bb9b63c91383fe72fa5904c0a8ab26b1fead8219534721d9658 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:13.0.2": - version: 13.0.2 - resolution: "@polkadot/x-textdecoder@npm:13.0.2" +"@polkadot/x-textdecoder@npm:13.1.1": + version: 13.1.1 + resolution: "@polkadot/x-textdecoder@npm:13.1.1" dependencies: - "@polkadot/x-global": "npm:13.0.2" - tslib: "npm:^2.6.2" - checksum: 10/31f378a8d9b3f3963b94fd87320100a754d1381eaf4687f58d28f9de0df24acc99d80ce707ff0d2d0b4ca3477d12ac8506f7cc502fde2b08fb30867f7a7553c1 + "@polkadot/x-global": "npm:13.1.1" + tslib: "npm:^2.7.0" + checksum: 10/0ddddc3534587855b29fd2fc0137dc80d4d75d084965ce7494dfabc53ae78b59cfc6601c052a97e88c804357a94f8ba3a19bd7bac19ee557f353294f83d77d5b languageName: node linkType: hard -"@polkadot/x-textencoder@npm:13.0.2": - version: 13.0.2 - resolution: "@polkadot/x-textencoder@npm:13.0.2" +"@polkadot/x-textencoder@npm:13.1.1": + version: 13.1.1 + resolution: "@polkadot/x-textencoder@npm:13.1.1" dependencies: - "@polkadot/x-global": "npm:13.0.2" - tslib: "npm:^2.6.2" - checksum: 10/f3e2379901b68176398efc5be1e8304ceda28b3f4bf6b0da0b837b13478257967108552eae3250a43d634253bdb46e907146244ff41908a5a39f99852fb5a252 + "@polkadot/x-global": "npm:13.1.1" + tslib: "npm:^2.7.0" + checksum: 10/d298528f55425d55c59f2827d4aa9e16c1d3c5e085751f635631bf07c0c43882eeb75729776a99fc5ebdc2c2c76d97e7e8dbe762b49050549a4ddd0a312954d8 languageName: node linkType: hard -"@polkadot/x-ws@npm:^13.0.2": - version: 13.0.2 - resolution: "@polkadot/x-ws@npm:13.0.2" +"@polkadot/x-ws@npm:^13.1.1": + version: 13.1.1 + resolution: "@polkadot/x-ws@npm:13.1.1" dependencies: - "@polkadot/x-global": "npm:13.0.2" - tslib: "npm:^2.6.2" + "@polkadot/x-global": "npm:13.1.1" + tslib: "npm:^2.7.0" ws: "npm:^8.16.0" - checksum: 10/627d7bb8fb115a66fafb11e8f96c2559f793ea936fd88be2aee3f304c5f08c6133073fd762a7a9ae793e2f83ad122c5dace1509831ee1e694b7bf67d5a56e89a + checksum: 10/cdcb4cd760358e19db3246c8fb7e990ae3c88c43fb8a57902dbfa3e48118c7f6ec23d6c87874e134575d121b45a4754196c2f98bac577d8464ec90ce8537b343 languageName: node linkType: hard @@ -1813,7 +1855,7 @@ __metadata: languageName: node linkType: hard -"@scure/base@npm:^1.1.1, @scure/base@npm:^1.1.5, @scure/base@npm:^1.1.7, @scure/base@npm:~1.1.0": +"@scure/base@npm:^1.1.1, @scure/base@npm:^1.1.7, @scure/base@npm:~1.1.0": version: 1.1.7 resolution: "@scure/base@npm:1.1.7" checksum: 10/fc50ffaab36cb46ff9fa4dc5052a06089ab6a6707f63d596bb34aaaec76173c9a564ac312a0b981b5e7a5349d60097b8878673c75d6cbfc4da7012b63a82099b @@ -1937,10 +1979,10 @@ __metadata: languageName: node linkType: hard -"@substrate/ss58-registry@npm:^1.46.0": - version: 1.49.0 - resolution: "@substrate/ss58-registry@npm:1.49.0" - checksum: 10/6214c8f8586aefbb67b70bd2f02a9d133cfb15f360d691f1164c192036b59d1e282495e884b7da80a32e54eed1bd2bcc421f571e548a29410a5a50be7b2daa10 +"@substrate/ss58-registry@npm:^1.50.0": + version: 1.50.0 + resolution: "@substrate/ss58-registry@npm:1.50.0" + checksum: 10/66c096c9027ea4dba748c551e410d21014828311454443f62b0d4d6bdd5f5881fef027c9ed1bf84dc706d33c04242e5ecc09276ae4a52a34f3d818db519b633b languageName: node linkType: hard @@ -12902,13 +12944,20 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.2.0, tslib@npm:^2.3.1, tslib@npm:^2.5.0, tslib@npm:^2.6.2, tslib@npm:^2.6.3": +"tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.2.0, tslib@npm:^2.3.1, tslib@npm:^2.5.0, tslib@npm:^2.6.2": version: 2.6.3 resolution: "tslib@npm:2.6.3" checksum: 10/52109bb681f8133a2e58142f11a50e05476de4f075ca906d13b596ae5f7f12d30c482feb0bff167ae01cfc84c5803e575a307d47938999246f5a49d174fc558c languageName: node linkType: hard +"tslib@npm:^2.7.0": + version: 2.7.0 + resolution: "tslib@npm:2.7.0" + checksum: 10/9a5b47ddac65874fa011c20ff76db69f97cf90c78cff5934799ab8894a5342db2d17b4e7613a087046bc1d133d21547ddff87ac558abeec31ffa929c88b7fce6 + languageName: node + linkType: hard + "tsutils@npm:^3.21.0": version: 3.21.0 resolution: "tsutils@npm:3.21.0"