diff --git a/package.json b/package.json index 10d27ee48bf5..c12e73f8e147 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "devDependencies": { "@crustio/crust-pin": "^1.0.0", "@pinata/sdk": "^1.2.1", - "@polkadot/dev": "^0.78.4", + "@polkadot/dev": "^0.79.3", "@types/chart.js": "^2.9.41", "@types/file-saver": "^2.0.7", "@types/react-beautiful-dnd": "^13.1.7", @@ -91,24 +91,24 @@ "source-map-explorer": "^2.5.3" }, "resolutions": { - "@polkadot/api": "^12.3.1", - "@polkadot/api-augment": "^12.3.1", - "@polkadot/api-base": "^12.3.1", - "@polkadot/api-contract": "^12.3.1", - "@polkadot/api-derive": "^12.3.1", + "@polkadot/api": "^12.4.1", + "@polkadot/api-augment": "^12.4.1", + "@polkadot/api-base": "^12.4.1", + "@polkadot/api-contract": "^12.4.1", + "@polkadot/api-derive": "^12.4.1", "@polkadot/hw-ledger": "^13.0.2", "@polkadot/keyring": "^13.0.2", "@polkadot/networks": "^13.0.2", - "@polkadot/phishing": "^0.23.3", - "@polkadot/rpc-augment": "^12.3.1", - "@polkadot/rpc-core": "^12.3.1", - "@polkadot/rpc-provider": "^12.3.1", - "@polkadot/types": "^12.3.1", - "@polkadot/types-augment": "^12.3.1", - "@polkadot/types-codec": "^12.3.1", - "@polkadot/types-create": "^12.3.1", - "@polkadot/types-known": "^12.3.1", - "@polkadot/types-support": "^12.3.1", + "@polkadot/phishing": "^0.23.4", + "@polkadot/rpc-augment": "^12.4.1", + "@polkadot/rpc-core": "^12.4.1", + "@polkadot/rpc-provider": "^12.4.1", + "@polkadot/types": "^12.4.1", + "@polkadot/types-augment": "^12.4.1", + "@polkadot/types-codec": "^12.4.1", + "@polkadot/types-create": "^12.4.1", + "@polkadot/types-known": "^12.4.1", + "@polkadot/types-support": "^12.4.1", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "@polkadot/wasm-crypto": "^7.3.2", diff --git a/packages/apps-config/package.json b/packages/apps-config/package.json index 684a9602d0d2..711810abf46a 100644 --- a/packages/apps-config/package.json +++ b/packages/apps-config/package.json @@ -37,12 +37,12 @@ "@peaqnetwork/type-definitions": "0.0.4", "@pendulum-chain/type-definitions": "0.3.8", "@phala/typedefs": "0.2.33", - "@polkadot/api": "^12.2.1", - "@polkadot/api-derive": "^12.2.1", + "@polkadot/api": "^12.4.1", + "@polkadot/api-derive": "^12.4.1", "@polkadot/networks": "^13.0.2", "@polkadot/react-identicon": "^3.9.1", - "@polkadot/types": "^12.2.1", - "@polkadot/types-codec": "^12.2.1", + "@polkadot/types": "^12.4.1", + "@polkadot/types-codec": "^12.4.1", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "@polkadot/wasm-util": "^7.3.2", diff --git a/packages/apps-electron/package.json b/packages/apps-electron/package.json index 7b2d919fbc39..e918cff88f10 100644 --- a/packages/apps-electron/package.json +++ b/packages/apps-electron/package.json @@ -22,7 +22,7 @@ "electron-updater": "^6.1.7" }, "devDependencies": { - "@polkadot/dev": "^0.78.4", + "@polkadot/dev": "^0.79.3", "@types/tmp": "^0.2.6", "copy-webpack-plugin": "^11.0.0", "electron": "28.0.0", diff --git a/packages/apps/package.json b/packages/apps/package.json index 6dc0439d8f64..11294b1d771e 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -19,7 +19,7 @@ "@acala-network/chopsticks-core": "^0.13.3", "@polkadot/apps-config": "^0.142.2-27-x", "@polkadot/apps-routing": "^0.142.2-27-x", - "@polkadot/dev": "^0.78.4", + "@polkadot/dev": "^0.79.3", "@polkadot/react-api": "^0.142.2-27-x", "@polkadot/react-components": "^0.142.2-27-x", "@polkadot/react-hooks": "^0.142.2-27-x", diff --git a/packages/page-accounts/package.json b/packages/page-accounts/package.json index 7e3b2c8b7b3f..5aead73b304b 100644 --- a/packages/page-accounts/package.json +++ b/packages/page-accounts/package.json @@ -17,11 +17,11 @@ "version": "0.142.2-27-x", "dependencies": { "@polkadot/hw-ledger": "^13.0.2", - "@polkadot/phishing": "^0.23.3", + "@polkadot/phishing": "^0.23.4", "@polkadot/react-components": "^0.142.2-27-x", "@polkadot/react-hooks": "^0.142.2-27-x", "@polkadot/util": "^13.0.2", - "@polkadot/vanitygen": "^0.57.3", + "@polkadot/vanitygen": "^0.57.4", "detect-browser": "^5.3.0", "file-saver": "^2.0.5" }, diff --git a/packages/page-contracts/package.json b/packages/page-contracts/package.json index 9f2c8d42b701..453defdcec36 100644 --- a/packages/page-contracts/package.json +++ b/packages/page-contracts/package.json @@ -16,7 +16,7 @@ "type": "module", "version": "0.142.2-27-x", "dependencies": { - "@polkadot/api-contract": "12.2.1", + "@polkadot/api-contract": "12.4.1", "eventemitter3": "^5.0.1" }, "peerDependencies": { diff --git a/packages/react-api/package.json b/packages/react-api/package.json index b3baf88374c5..b059015dfbf8 100644 --- a/packages/react-api/package.json +++ b/packages/react-api/package.json @@ -20,10 +20,10 @@ "path": false }, "dependencies": { - "@polkadot/api": "^12.2.1", - "@polkadot/extension-compat-metamask": "^0.51.1", - "@polkadot/extension-dapp": "^0.51.1", - "@polkadot/rpc-provider": "^12.2.1", + "@polkadot/api": "^12.4.1", + "@polkadot/extension-compat-metamask": "^0.52.3", + "@polkadot/extension-dapp": "^0.52.3", + "@polkadot/rpc-provider": "^12.4.1", "fflate": "^0.8.1", "rxjs": "^7.8.1" }, diff --git a/packages/react-signer/package.json b/packages/react-signer/package.json index 1bd1afaeb28e..092abf4d875d 100644 --- a/packages/react-signer/package.json +++ b/packages/react-signer/package.json @@ -16,7 +16,7 @@ "type": "module", "version": "0.142.2-27-x", "dependencies": { - "@polkadot-api/merkleize-metadata": "^1.1.0", + "@polkadot-api/merkleize-metadata": "^1.1.2", "@polkadot/hw-ledger": "^13.0.2", "@polkadot/react-components": "^0.142.2-27-x" }, diff --git a/packages/test-support/package.json b/packages/test-support/package.json index f305062d0dde..d4848975965b 100644 --- a/packages/test-support/package.json +++ b/packages/test-support/package.json @@ -20,7 +20,7 @@ "testcontainers": "^10.4.0" }, "devDependencies": { - "@polkadot/types-support": "12.2.1", + "@polkadot/types-support": "12.4.1", "@testing-library/jest-dom": "^5.17.0", "tsconfig-paths": "^4.2.0" }, diff --git a/yarn.lock b/yarn.lock index 8d822a456047..99b6c306b788 100644 --- a/yarn.lock +++ b/yarn.lock @@ -830,7 +830,7 @@ __metadata: languageName: node linkType: hard -"@noble/hashes@npm:^1.3.1, @noble/hashes@npm:^1.3.3": +"@noble/hashes@npm:^1.3.1, @noble/hashes@npm:^1.3.3, @noble/hashes@npm:^1.4.0": version: 1.4.0 resolution: "@noble/hashes@npm:1.4.0" checksum: 10/e156e65794c473794c52fa9d06baf1eb20903d0d96719530f523cc4450f6c721a957c544796e6efd0197b2296e7cd70efeb312f861465e17940a3e3c7e0febc6 @@ -1077,63 +1077,51 @@ __metadata: languageName: node linkType: hard -"@polkadot-api/json-rpc-provider-proxy@npm:0.0.1": - version: 0.0.1 - resolution: "@polkadot-api/json-rpc-provider-proxy@npm:0.0.1" - checksum: 10/6ee0916504ab702ac40eb1f983c21246738c1cd8624b35886a075430271800543d32ba5a7f9e6a0cb078880f9756db1bdc83cb86c42b39d326e780a8cf9bf22a +"@polkadot-api/json-rpc-provider-proxy@npm:^0.1.0": + version: 0.1.0 + resolution: "@polkadot-api/json-rpc-provider-proxy@npm:0.1.0" + checksum: 10/1a232337a4f6f32f3ec0350d5aaceaab21547ccee3cca63318d4b9238982efa5ff2406b033c320318c72d067b73508c0a1af21eb47acabaff714c1c21477bafa languageName: node linkType: hard -"@polkadot-api/json-rpc-provider@npm:0.0.1": +"@polkadot-api/json-rpc-provider@npm:0.0.1, @polkadot-api/json-rpc-provider@npm:^0.0.1": version: 0.0.1 resolution: "@polkadot-api/json-rpc-provider@npm:0.0.1" checksum: 10/1f315bdadcba7def7145011132e6127b983c6f91f976be217ad7d555bb96a67f3a270fe4a46e427531822c5d54d353d84a6439d112a99cdfc07013d3b662ee3c languageName: node linkType: hard -"@polkadot-api/merkleize-metadata@npm:^1.1.0": - version: 1.1.0 - resolution: "@polkadot-api/merkleize-metadata@npm:1.1.0" +"@polkadot-api/merkleize-metadata@npm:^1.1.2": + version: 1.1.2 + resolution: "@polkadot-api/merkleize-metadata@npm:1.1.2" dependencies: - "@polkadot-api/substrate-bindings": "npm:0.6.0" - "@polkadot-api/utils": "npm:0.1.0" - checksum: 10/bf258565523667955d451cff58afe42e0864d927b6a99793b67ca0f4b1f6f874d798ae98285fb49a2730218a2e5f0e553997ef058373085644ae15f47cbd118b + "@polkadot-api/substrate-bindings": "npm:0.6.2" + "@polkadot-api/utils": "npm:0.1.1" + checksum: 10/a06d3d92c7dd7f5eefbf92769700bfbf4837c0c70a606d7b4389c198f7732fe528dd4071feb77f6984309d02dc3fcf718684dfc489d73535bf754f58c43d002b languageName: node linkType: hard -"@polkadot-api/metadata-builders@npm:0.0.1": - version: 0.0.1 - resolution: "@polkadot-api/metadata-builders@npm:0.0.1" +"@polkadot-api/metadata-builders@npm:0.3.2": + version: 0.3.2 + resolution: "@polkadot-api/metadata-builders@npm:0.3.2" dependencies: - "@polkadot-api/substrate-bindings": "npm:0.0.1" - "@polkadot-api/utils": "npm:0.0.1" - checksum: 10/e7bf0ad10cbddf75012eaaa1b30060fb1eb142c02f7dfd8edc5a1d78a40ef078b09c85d36bf9f2ac4ab309970ba01dc648ef46745412b006e62e4ddf4f334339 + "@polkadot-api/substrate-bindings": "npm:0.6.0" + "@polkadot-api/utils": "npm:0.1.0" + checksum: 10/874b38e1fb92beea99b98b889143f25671f137e54113767aeabb79ff5cdf7d61cadb0121f08c7a9a40718b924d7c9a1dd700f81e7e287bc55923b0129e2a6160 languageName: node linkType: hard -"@polkadot-api/observable-client@npm:0.1.0": - version: 0.1.0 - resolution: "@polkadot-api/observable-client@npm:0.1.0" +"@polkadot-api/observable-client@npm:^0.3.0": + version: 0.3.2 + resolution: "@polkadot-api/observable-client@npm:0.3.2" dependencies: - "@polkadot-api/metadata-builders": "npm:0.0.1" - "@polkadot-api/substrate-bindings": "npm:0.0.1" - "@polkadot-api/substrate-client": "npm:0.0.1" - "@polkadot-api/utils": "npm:0.0.1" + "@polkadot-api/metadata-builders": "npm:0.3.2" + "@polkadot-api/substrate-bindings": "npm:0.6.0" + "@polkadot-api/utils": "npm:0.1.0" peerDependencies: + "@polkadot-api/substrate-client": 0.1.4 rxjs: ">=7.8.0" - checksum: 10/822b4b24e8b2522fa2b0d88d68d098862d36e9ef285dba7468a6ac9084a37670ef0782a9b8a00c2c4d5510a0af90b3611ea097f530bdad1b07bef63234341bf5 - languageName: node - linkType: hard - -"@polkadot-api/substrate-bindings@npm:0.0.1": - version: 0.0.1 - resolution: "@polkadot-api/substrate-bindings@npm:0.0.1" - dependencies: - "@noble/hashes": "npm:^1.3.1" - "@polkadot-api/utils": "npm:0.0.1" - "@scure/base": "npm:^1.1.1" - scale-ts: "npm:^1.6.0" - checksum: 10/9a1a70bd571f1cf262796b445c7a005b425e8e6f855b11757442c6bbe398d4a90575cd3973c9b1918202d3c7ff7162675c349c014677a31cc70cd84f7f973f90 + checksum: 10/91b95a06e3ddd477c2489110d7cffdcfaf87a222054b437013c701dc43eac6a5d30438b1ac8fb130166ba039a67808e6199ccb3b2eaac7dcf8d2ef7a835f047b languageName: node linkType: hard @@ -1149,17 +1137,25 @@ __metadata: languageName: node linkType: hard -"@polkadot-api/substrate-client@npm:0.0.1": - version: 0.0.1 - resolution: "@polkadot-api/substrate-client@npm:0.0.1" - checksum: 10/a00521dbda6e87a2d0e860c1608dc164269c62748d60a51326452d3573abfa1d01ed79644f103f1d989c49e8c61169ed04b155d466ec9e6f09f6e424572dea48 +"@polkadot-api/substrate-bindings@npm:0.6.2": + version: 0.6.2 + resolution: "@polkadot-api/substrate-bindings@npm:0.6.2" + 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 languageName: node linkType: hard -"@polkadot-api/utils@npm:0.0.1": - version: 0.0.1 - resolution: "@polkadot-api/utils@npm:0.0.1" - checksum: 10/4bf89955ccf4dafb2ef34f007fc0a12bd6d983a10c4219464a6b1c07e7bfe80ff26f156fa201b3f11ad53adca0abb261fc7ee43b86dcdc10fa0f5325788359ae +"@polkadot-api/substrate-client@npm:^0.1.2": + version: 0.1.4 + resolution: "@polkadot-api/substrate-client@npm:0.1.4" + dependencies: + "@polkadot-api/json-rpc-provider": "npm:0.0.1" + "@polkadot-api/utils": "npm:0.1.0" + checksum: 10/e7172696db404676d297cd5661b195de110593769f9ce37f32bdb5576ca00c56d32fcb04172a91102986fdda27a13962d909ad9466869a2991611d658ee6ac92 languageName: node linkType: hard @@ -1170,91 +1166,98 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:^12.3.1": - version: 12.3.1 - resolution: "@polkadot/api-augment@npm:12.3.1" +"@polkadot-api/utils@npm:0.1.1": + version: 0.1.1 + resolution: "@polkadot-api/utils@npm:0.1.1" + checksum: 10/ffd30039cd91396abb5528132bea9a72465eae9cdd088ecbd463ce962aa51c01b9e8c7d3e64c16c8438c0e55966c4d36fe4d18744a01b2b61f7e778f61dbf2b0 + languageName: node + linkType: hard + +"@polkadot/api-augment@npm:^12.4.1": + version: 12.4.1 + resolution: "@polkadot/api-augment@npm:12.4.1" dependencies: - "@polkadot/api-base": "npm:12.3.1" - "@polkadot/rpc-augment": "npm:12.3.1" - "@polkadot/types": "npm:12.3.1" - "@polkadot/types-augment": "npm:12.3.1" - "@polkadot/types-codec": "npm:12.3.1" + "@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.2" - checksum: 10/a6994382e7b3a6961d1d20a25a32be36c2fa2aaa097ff3bad3385ac7567a950e53bcc835d341a98c3796122a25c94578ab03e696f7b6597b83b93f5b5b3f40aa + tslib: "npm:^2.6.3" + checksum: 10/93de0f52fc6faea7b0f878b8172a6ebb8d57358f8eecfe59072c2904877dd7e23e2dc519dbfce954ac7873193f8e899fceedb949da8726b7427fdc14045768fa languageName: node linkType: hard -"@polkadot/api-base@npm:^12.3.1": - version: 12.3.1 - resolution: "@polkadot/api-base@npm:12.3.1" +"@polkadot/api-base@npm:^12.4.1": + version: 12.4.1 + resolution: "@polkadot/api-base@npm:12.4.1" dependencies: - "@polkadot/rpc-core": "npm:12.3.1" - "@polkadot/types": "npm:12.3.1" + "@polkadot/rpc-core": "npm:12.4.1" + "@polkadot/types": "npm:12.4.1" "@polkadot/util": "npm:^13.0.2" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.2" - checksum: 10/b4b6ef703434b0f8b69d8faefa8fc4f6cf878597bd4b3f1b559b35e59c05074aa9d27d81fb08a62818d0f2e1e14e923660b9994aaca328944ab09780dcf78e1b + tslib: "npm:^2.6.3" + checksum: 10/c81b7268e23a19665ba956163176f5e31276d0c9ff8fa61f8592f16b6fdf3a795abb15552408c0da2bf46ec8b5fb51bd5d96518f661a4b9663539be9b4b6872d languageName: node linkType: hard -"@polkadot/api-contract@npm:^12.3.1": - version: 12.3.1 - resolution: "@polkadot/api-contract@npm:12.3.1" +"@polkadot/api-contract@npm:^12.4.1": + version: 12.4.1 + resolution: "@polkadot/api-contract@npm:12.4.1" dependencies: - "@polkadot/api": "npm:12.3.1" - "@polkadot/api-augment": "npm:12.3.1" - "@polkadot/types": "npm:12.3.1" - "@polkadot/types-codec": "npm:12.3.1" - "@polkadot/types-create": "npm:12.3.1" + "@polkadot/api": "npm:12.4.1" + "@polkadot/api-augment": "npm:12.4.1" + "@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" "@polkadot/util-crypto": "npm:^13.0.2" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.2" - checksum: 10/095d1a447ae7860c7a6febf14d255012c59143660bc1a18439344fb32fae1672108c15406a536ff4728dcb160605e69743e24b65e0e0373b4da2d2ebd9d9d17d + tslib: "npm:^2.6.3" + checksum: 10/5eeaf126f87b1aa71488f2e79f95c098143b4e907d502ee98a7a5ed91f43035b10545e81fc111c466f2ce645b01ba3976df19adf0dfb8fedd9399fedd36cb2eb languageName: node linkType: hard -"@polkadot/api-derive@npm:^12.3.1": - version: 12.3.1 - resolution: "@polkadot/api-derive@npm:12.3.1" +"@polkadot/api-derive@npm:^12.4.1": + version: 12.4.1 + resolution: "@polkadot/api-derive@npm:12.4.1" dependencies: - "@polkadot/api": "npm:12.3.1" - "@polkadot/api-augment": "npm:12.3.1" - "@polkadot/api-base": "npm:12.3.1" - "@polkadot/rpc-core": "npm:12.3.1" - "@polkadot/types": "npm:12.3.1" - "@polkadot/types-codec": "npm:12.3.1" + "@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" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.2" - checksum: 10/24cdd8d34d77cc0c1e2fa168c34228490866fbe5eb50ebcea6c8631378b6dbabc0589417b555fe5df519b2c7fbfc6c6a8218d460296aea2cfdbb36c968757c90 + tslib: "npm:^2.6.3" + checksum: 10/92294a03d5f9b6b49e917cdd0bd1e0cf9218ae5a87857e3905e8d53561365e13eb38a251f9b505a204117cbfb92962e9259336fa0bdcce84abfc49092b6d3ae6 languageName: node linkType: hard -"@polkadot/api@npm:^12.3.1": - version: 12.3.1 - resolution: "@polkadot/api@npm:12.3.1" +"@polkadot/api@npm:^12.4.1": + version: 12.4.1 + resolution: "@polkadot/api@npm:12.4.1" dependencies: - "@polkadot/api-augment": "npm:12.3.1" - "@polkadot/api-base": "npm:12.3.1" - "@polkadot/api-derive": "npm:12.3.1" + "@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.3.1" - "@polkadot/rpc-core": "npm:12.3.1" - "@polkadot/rpc-provider": "npm:12.3.1" - "@polkadot/types": "npm:12.3.1" - "@polkadot/types-augment": "npm:12.3.1" - "@polkadot/types-codec": "npm:12.3.1" - "@polkadot/types-create": "npm:12.3.1" - "@polkadot/types-known": "npm:12.3.1" + "@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" eventemitter3: "npm:^5.0.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.2" - checksum: 10/ae942f0a8a26f7b83e76816a650b07dd02908d3013dd1f220adc74846d9c3d2ffef2bde76d7a440a281aca27df6271e71ba02c6623ad4d4f4cc26fb1d3ea7f56 + tslib: "npm:^2.6.3" + checksum: 10/5e73d61f42f6dd073aa55b08ba272d2ffb0734becda7c5f238d7e9a00a50965bec85ff772283745e61c014ac0eb79f54c0c8d42987fccaa95feb817e02c5086b languageName: node linkType: hard @@ -1263,12 +1266,12 @@ __metadata: resolution: "@polkadot/app-accounts@workspace:packages/page-accounts" dependencies: "@polkadot/hw-ledger": "npm:^13.0.2" - "@polkadot/phishing": "npm:^0.23.3" + "@polkadot/phishing": "npm:^0.23.4" "@polkadot/react-components": "npm:^0.142.2-27-x" "@polkadot/react-hooks": "npm:^0.142.2-27-x" "@polkadot/test-support": "npm:0.142.2-27-x" "@polkadot/util": "npm:^13.0.2" - "@polkadot/vanitygen": "npm:^0.57.3" + "@polkadot/vanitygen": "npm:^0.57.4" detect-browser: "npm:^5.3.0" file-saver: "npm:^2.0.5" peerDependencies: @@ -1377,7 +1380,7 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/app-contracts@workspace:packages/page-contracts" dependencies: - "@polkadot/api-contract": "npm:12.2.1" + "@polkadot/api-contract": "npm:12.4.1" eventemitter3: "npm:^5.0.1" peerDependencies: react: "*" @@ -1789,12 +1792,12 @@ __metadata: "@peaqnetwork/type-definitions": "npm:0.0.4" "@pendulum-chain/type-definitions": "npm:0.3.8" "@phala/typedefs": "npm:0.2.33" - "@polkadot/api": "npm:^12.2.1" - "@polkadot/api-derive": "npm:^12.2.1" + "@polkadot/api": "npm:^12.4.1" + "@polkadot/api-derive": "npm:^12.4.1" "@polkadot/networks": "npm:^13.0.2" "@polkadot/react-identicon": "npm:^3.9.1" - "@polkadot/types": "npm:^12.2.1" - "@polkadot/types-codec": "npm:^12.2.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/wasm-util": "npm:^7.3.2" @@ -1821,7 +1824,7 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/apps-electron@workspace:packages/apps-electron" dependencies: - "@polkadot/dev": "npm:^0.78.4" + "@polkadot/dev": "npm:^0.79.3" "@types/tmp": "npm:^0.2.6" copy-webpack-plugin: "npm:^11.0.0" electron: "npm:28.0.0" @@ -1853,7 +1856,7 @@ __metadata: "@acala-network/chopsticks-core": "npm:^0.13.3" "@polkadot/apps-config": "npm:^0.142.2-27-x" "@polkadot/apps-routing": "npm:^0.142.2-27-x" - "@polkadot/dev": "npm:^0.78.4" + "@polkadot/dev": "npm:^0.79.3" "@polkadot/react-api": "npm:^0.142.2-27-x" "@polkadot/react-components": "npm:^0.142.2-27-x" "@polkadot/react-hooks": "npm:^0.142.2-27-x" @@ -1887,34 +1890,34 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/dev-test@npm:^0.78.4": - version: 0.78.4 - resolution: "@polkadot/dev-test@npm:0.78.4" +"@polkadot/dev-test@npm:^0.79.3": + version: 0.79.3 + resolution: "@polkadot/dev-test@npm:0.79.3" dependencies: - jsdom: "npm:^23.0.1" + jsdom: "npm:^24.0.0" tslib: "npm:^2.6.2" - checksum: 10/9968b813c644e24f109d146811abc9bb147336f059110271c8253ad7a0d9aadc7d22ddcb8bbecea3c37ecddafe09cc98fc2c651feb7f551cffcf1f9911fe9d3b + checksum: 10/30c3145c174e09416d713bcd5eb93e13c6f90f71f2d75defbdc11aa09d87d88aad222ef8ca33e8372317692aa51eb976fbf60c9ccf0901f6db0275a550915c69 languageName: node linkType: hard -"@polkadot/dev-ts@npm:^0.78.4": - version: 0.78.4 - resolution: "@polkadot/dev-ts@npm:0.78.4" +"@polkadot/dev-ts@npm:^0.79.3": + version: 0.79.3 + resolution: "@polkadot/dev-ts@npm:0.79.3" dependencies: json5: "npm:^2.2.3" tslib: "npm:^2.6.2" typescript: "npm:^5.3.3" - checksum: 10/ee495b9abe5e9d73262eb992eab1e9ff4fccf64fe26721b8d3c4078124908d2c82185aef99431f193db007c20229227a1bdfc0c0fcfff9e06106be2a31d3acb4 + checksum: 10/097d579647abda70fe71c98c5c9aa79488a25af27a5d17c754dc70aad33770a49637a1d297aa0d50863b6db2e606dffa005c4336886b0030c73eef34180c6863 languageName: node linkType: hard -"@polkadot/dev@npm:^0.78.4": - version: 0.78.4 - resolution: "@polkadot/dev@npm:0.78.4" +"@polkadot/dev@npm:^0.79.3": + version: 0.79.3 + resolution: "@polkadot/dev@npm:0.79.3" dependencies: "@eslint/js": "npm:^8.56.0" - "@polkadot/dev-test": "npm:^0.78.4" - "@polkadot/dev-ts": "npm:^0.78.4" + "@polkadot/dev-test": "npm:^0.79.3" + "@polkadot/dev-ts": "npm:^0.79.3" "@rollup/plugin-alias": "npm:^5.1.0" "@rollup/plugin-commonjs": "npm:^25.0.7" "@rollup/plugin-dynamic-import-vars": "npm:^2.1.2" @@ -1922,8 +1925,8 @@ __metadata: "@rollup/plugin-json": "npm:^6.1.0" "@rollup/plugin-node-resolve": "npm:^15.2.3" "@tsconfig/strictest": "npm:^2.0.2" - "@typescript-eslint/eslint-plugin": "npm:^6.14.0" - "@typescript-eslint/parser": "npm:^6.14.0" + "@typescript-eslint/eslint-plugin": "npm:^6.19.1" + "@typescript-eslint/parser": "npm:^6.19.1" eslint: "npm:^8.56.0" eslint-config-standard: "npm:^17.1.0" eslint-import-resolver-node: "npm:^0.3.9" @@ -1932,20 +1935,20 @@ __metadata: eslint-plugin-header: "npm:^3.1.1" eslint-plugin-import: "npm:^2.29.1" eslint-plugin-import-newlines: "npm:^1.3.4" - eslint-plugin-jest: "npm:^27.6.0" - eslint-plugin-n: "npm:^16.4.0" + eslint-plugin-jest: "npm:^27.6.3" + eslint-plugin-n: "npm:^16.6.2" eslint-plugin-promise: "npm:^6.1.1" eslint-plugin-react: "npm:^7.33.2" eslint-plugin-react-hooks: "npm:^4.6.0" eslint-plugin-simple-import-sort: "npm:^10.0.0" eslint-plugin-sort-destructure-keys: "npm:^1.5.0" espree: "npm:^9.6.1" - gh-pages: "npm:^6.1.0" + gh-pages: "npm:^6.1.1" gh-release: "npm:^7.0.2" globals: "npm:^13.24.0" json5: "npm:^2.2.3" madge: "npm:^6.1.0" - rollup: "npm:^4.9.1" + rollup: "npm:^4.9.6" rollup-plugin-cleanup: "npm:^3.2.1" tslib: "npm:^2.6.2" typescript: "npm:^5.3.3" @@ -1979,32 +1982,32 @@ __metadata: polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs - checksum: 10/24bfb6022bfd2277234857a77429daecd842facfec3176890a4e159e09e508ec521574b2d10fe0910aac3d82d0f052702e9e5fda579513d114dc5176ed112f58 + checksum: 10/fa7b6834ce28e16f2287d26cad481e43ec047d015ba38ffb3b2953326e087191a7393d1d55cb5973dd3803bc07258312946dec98a2cf0956c657283a7c49341d languageName: node linkType: hard -"@polkadot/extension-compat-metamask@npm:^0.51.1": - version: 0.51.1 - resolution: "@polkadot/extension-compat-metamask@npm:0.51.1" +"@polkadot/extension-compat-metamask@npm:^0.52.3": + version: 0.52.3 + resolution: "@polkadot/extension-compat-metamask@npm:0.52.3" dependencies: "@metamask/detect-provider": "npm:^2.0.0" - "@polkadot/extension-inject": "npm:0.51.1" - "@polkadot/types": "npm:^12.3.1" + "@polkadot/extension-inject": "npm:0.52.3" + "@polkadot/types": "npm:^12.4.1" "@polkadot/util": "npm:^13.0.2" tslib: "npm:^2.6.2" web3: "npm:^4.7.0" peerDependencies: "@polkadot/api": "*" "@polkadot/util": "*" - checksum: 10/0ed9feb333af77b44d2f626e9cc73cbc0bde21ac40ffccb47fe9bf2b42dcc406a5cfb0aefa24de0bd55e8a2ef6e7119bb0cb899020ad890276d8e80573b8bea7 + checksum: 10/2147e74afe8b166e327bfa1f7bc5cb4bcde9c8a1636a2fca002c950c3407fe4e9af8c16357211ec0530ae3b203758afed820eebc8458763ea4697a20d76017f0 languageName: node linkType: hard -"@polkadot/extension-dapp@npm:^0.51.1": - version: 0.51.1 - resolution: "@polkadot/extension-dapp@npm:0.51.1" +"@polkadot/extension-dapp@npm:^0.52.3": + version: 0.52.3 + resolution: "@polkadot/extension-dapp@npm:0.52.3" dependencies: - "@polkadot/extension-inject": "npm:0.51.1" + "@polkadot/extension-inject": "npm:0.52.3" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" tslib: "npm:^2.6.2" @@ -2012,17 +2015,17 @@ __metadata: "@polkadot/api": "*" "@polkadot/util": "*" "@polkadot/util-crypto": "*" - checksum: 10/b2a7a65873a353e87571b22e0c0f07a3b000e29c36e26d4671023aead13854c3fbca248ef9c717a3eb6d41caebaf2f040d550985d82b79fc2e3d3ba5e2c3888e + checksum: 10/8b5488414239ba50511381e5c8301788b456bc042e0da530b634281f3104d185e7e13835fb4957a80e5609c13333f6463da05a3c240f7089232b651773d42126 languageName: node linkType: hard -"@polkadot/extension-inject@npm:0.51.1": - version: 0.51.1 - resolution: "@polkadot/extension-inject@npm:0.51.1" +"@polkadot/extension-inject@npm:0.52.3": + version: 0.52.3 + resolution: "@polkadot/extension-inject@npm:0.52.3" dependencies: - "@polkadot/api": "npm:^12.3.1" - "@polkadot/rpc-provider": "npm:^12.3.1" - "@polkadot/types": "npm:^12.3.1" + "@polkadot/api": "npm:^12.4.1" + "@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" @@ -2030,7 +2033,7 @@ __metadata: peerDependencies: "@polkadot/api": "*" "@polkadot/util": "*" - checksum: 10/1cb43125a29c0632af1291a239fc43d7bbe6de988e8dd8b6633403daa3a26fc1605d0bcaadd56036ddbbc109f066dee6335546e1bd78460cd5afd2fe975920ab + checksum: 10/6639d24ec6d424afdf1002def7f7d65b8f6c18ee355f917ba983e50d6be32785607f11623fa6ab84e899fb8a5caa3e4b27191c25bd56ed13c7e4b5b9b36e6ec0 languageName: node linkType: hard @@ -2088,15 +2091,15 @@ __metadata: languageName: node linkType: hard -"@polkadot/phishing@npm:^0.23.3": - version: 0.23.3 - resolution: "@polkadot/phishing@npm:0.23.3" +"@polkadot/phishing@npm:^0.23.4": + version: 0.23.4 + resolution: "@polkadot/phishing@npm:0.23.4" 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/a0ee8a40a2afa0e6fd42864489076927fe0d34d14331df134f3f14be9f8be806dd5e538ddefe59656ac718b27c4110ab04ae1c45b441535ca06512e3989c525d + checksum: 10/838b615b558300d7edc771de89745ac6033a569ee0a7a11489a2739a004a3bd80780ce8269377ee364a12655e2143fa0294a629c4bbf9a6bc66aed7bc4abe331 languageName: node linkType: hard @@ -2104,10 +2107,10 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/react-api@workspace:packages/react-api" dependencies: - "@polkadot/api": "npm:^12.2.1" - "@polkadot/extension-compat-metamask": "npm:^0.51.1" - "@polkadot/extension-dapp": "npm:^0.51.1" - "@polkadot/rpc-provider": "npm:^12.2.1" + "@polkadot/api": "npm:^12.4.1" + "@polkadot/extension-compat-metamask": "npm:^0.52.3" + "@polkadot/extension-dapp": "npm:^0.52.3" + "@polkadot/rpc-provider": "npm:^12.4.1" fflate: "npm:^0.8.1" rxjs: "npm:^7.8.1" peerDependencies: @@ -2255,7 +2258,7 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/react-signer@workspace:packages/react-signer" dependencies: - "@polkadot-api/merkleize-metadata": "npm:^1.1.0" + "@polkadot-api/merkleize-metadata": "npm:^1.1.2" "@polkadot/hw-ledger": "npm:^13.0.2" "@polkadot/react-components": "npm:^0.142.2-27-x" peerDependencies: @@ -2265,54 +2268,54 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/rpc-augment@npm:^12.3.1": - version: 12.3.1 - resolution: "@polkadot/rpc-augment@npm:12.3.1" +"@polkadot/rpc-augment@npm:^12.4.1": + version: 12.4.1 + resolution: "@polkadot/rpc-augment@npm:12.4.1" dependencies: - "@polkadot/rpc-core": "npm:12.3.1" - "@polkadot/types": "npm:12.3.1" - "@polkadot/types-codec": "npm:12.3.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" - tslib: "npm:^2.6.2" - checksum: 10/53ab8e33a0d5f52e59fbddb332a6e4b5d8cdc61a03a5c7b7fe92732a3b59e78d1912c049dd665be1992451190dac495deb6442508cad4107a9cff438a01b0214 + tslib: "npm:^2.6.3" + checksum: 10/e79ce2ae01bece0749c7006fe9ae55d157201e898b3faa837847ee48482ff86145074c2b48a294e930310137d695db40348cad51d80fad5e1a448d5167897f71 languageName: node linkType: hard -"@polkadot/rpc-core@npm:^12.3.1": - version: 12.3.1 - resolution: "@polkadot/rpc-core@npm:12.3.1" +"@polkadot/rpc-core@npm:^12.4.1": + version: 12.4.1 + resolution: "@polkadot/rpc-core@npm:12.4.1" dependencies: - "@polkadot/rpc-augment": "npm:12.3.1" - "@polkadot/rpc-provider": "npm:12.3.1" - "@polkadot/types": "npm:12.3.1" + "@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" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.2" - checksum: 10/6cb0bde8d30727c8be5163be070bad26133a09974d6a8075bc94560da04ff156adb458a8334234b44da90cab87950d8f6d928d77fc490a56ac4cd7aceec08bc3 + tslib: "npm:^2.6.3" + checksum: 10/1da05e19aac5ac69e8f5f6261adbfcf613130d9d4a7d487d3d12ebfb08c7aaca25fc4e725dd2b3e0c7f6c6563d6239a8b859620fe53f1dde704c7f297f9b4c51 languageName: node linkType: hard -"@polkadot/rpc-provider@npm:^12.3.1": - version: 12.3.1 - resolution: "@polkadot/rpc-provider@npm:12.3.1" +"@polkadot/rpc-provider@npm:^12.4.1": + version: 12.4.1 + resolution: "@polkadot/rpc-provider@npm:12.4.1" dependencies: "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/types": "npm:12.3.1" - "@polkadot/types-support": "npm:12.3.1" + "@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" - "@substrate/connect": "npm:0.8.10" + "@substrate/connect": "npm:0.8.11" eventemitter3: "npm:^5.0.1" mock-socket: "npm:^9.3.1" - nock: "npm:^13.5.0" - tslib: "npm:^2.6.2" + nock: "npm:^13.5.4" + tslib: "npm:^2.6.3" dependenciesMeta: "@substrate/connect": optional: true - checksum: 10/5d477abbf50b7488f882289dfc781fc82e3c0ababfb51de747e3a485761d6e7f3984d9e35c25b39a8d6cdccd374f1f27c9e9a85dc2266c3a26dfe19013b3662c + checksum: 10/42d57e150467f72660e63ec33f4e1dd021ad3493a6604d8a8a15b0b97ef469f62a762b4d9127372342679bd430deb078ed8b65fd175f6b14093bd6c8160a4f76 languageName: node linkType: hard @@ -2320,7 +2323,7 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/test-support@workspace:packages/test-support" dependencies: - "@polkadot/types-support": "npm:12.2.1" + "@polkadot/types-support": "npm:12.4.1" "@testing-library/jest-dom": "npm:^5.17.0" "@testing-library/react": "npm:^14.1.2" testcontainers: "npm:^10.4.0" @@ -2332,77 +2335,77 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@npm:^12.3.1": - version: 12.3.1 - resolution: "@polkadot/types-augment@npm:12.3.1" +"@polkadot/types-augment@npm:^12.4.1": + version: 12.4.1 + resolution: "@polkadot/types-augment@npm:12.4.1" dependencies: - "@polkadot/types": "npm:12.3.1" - "@polkadot/types-codec": "npm:12.3.1" + "@polkadot/types": "npm:12.4.1" + "@polkadot/types-codec": "npm:12.4.1" "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.2" - checksum: 10/aa67ce6dce1ccb6ef5e86cb2ecc01a1eb35e0eb476c9575401b25f36498962ed88783eec2e60f7bcab030378d8cb0c316c8ca8ed10b30083aa463d2c6ebadc81 + tslib: "npm:^2.6.3" + checksum: 10/6ab887335682adb83a7ea5cc41dbf3826f1df2361754b744d6bce6fb542d5f06dd1b2c70719439be33a23adfaf69ab3b235a14dec59104434c42530be4696380 languageName: node linkType: hard -"@polkadot/types-codec@npm:^12.3.1": - version: 12.3.1 - resolution: "@polkadot/types-codec@npm:12.3.1" +"@polkadot/types-codec@npm:^12.4.1": + version: 12.4.1 + resolution: "@polkadot/types-codec@npm:12.4.1" dependencies: "@polkadot/util": "npm:^13.0.2" "@polkadot/x-bigint": "npm:^13.0.2" - tslib: "npm:^2.6.2" - checksum: 10/9c9029b726f9655a4331df6566ddccd0aedded64f43907b73eb826ba9e75cf552e1b9206a45046b2ff78f795518fd795545e4490cbb5e2422636bca61dbdeaf0 + tslib: "npm:^2.6.3" + checksum: 10/af2ed7cdb30c2948022670948b86e3d4a5f025b01146e6c70314cdd68ef85d5bd769f0779005d6a08146051b265cbb47c88dcccdfdf14a34aa22fc9b9016bead languageName: node linkType: hard -"@polkadot/types-create@npm:^12.3.1": - version: 12.3.1 - resolution: "@polkadot/types-create@npm:12.3.1" +"@polkadot/types-create@npm:^12.4.1": + version: 12.4.1 + resolution: "@polkadot/types-create@npm:12.4.1" dependencies: - "@polkadot/types-codec": "npm:12.3.1" + "@polkadot/types-codec": "npm:12.4.1" "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.2" - checksum: 10/c4b1d8469337dfcbd2a6d67d9ff2f7c2173e04fd174f0cdce183719cb19d447ee3b4340eab84e29ef6ad767c5716ed72d9dff0631eb9e04b8fd7c4c534a33987 + tslib: "npm:^2.6.3" + checksum: 10/d79da98c9e14a7c85a6a05920c92270e57a5811b0e25837adc7e013df5e41cb7d1c5d9d210f1121d179a34e06752732af2c5b3c5b27f8cf0885a7ac358bd9ca0 languageName: node linkType: hard -"@polkadot/types-known@npm:^12.3.1": - version: 12.3.1 - resolution: "@polkadot/types-known@npm:12.3.1" +"@polkadot/types-known@npm:^12.4.1": + version: 12.4.1 + resolution: "@polkadot/types-known@npm:12.4.1" dependencies: "@polkadot/networks": "npm:^13.0.2" - "@polkadot/types": "npm:12.3.1" - "@polkadot/types-codec": "npm:12.3.1" - "@polkadot/types-create": "npm:12.3.1" + "@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.2" - checksum: 10/32f109746b31e6d462f6bd820580382a8785fa7c684b8c49bc9acd9e3a4834cea318aeae59442909c757ae7d7a44d3ebaad344d02ed08cf9858933b82bcc3990 + tslib: "npm:^2.6.3" + checksum: 10/08e14dfda7740d06d7f05481d65fde5d1598174e4d6165603876aa87c4aba210a52a1c8ad3e9492fc8a0220891ca69052470a29504f26dfed01742f1019ac68b languageName: node linkType: hard -"@polkadot/types-support@npm:^12.3.1": - version: 12.3.1 - resolution: "@polkadot/types-support@npm:12.3.1" +"@polkadot/types-support@npm:^12.4.1": + version: 12.4.1 + resolution: "@polkadot/types-support@npm:12.4.1" dependencies: "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.2" - checksum: 10/13069455b99c1aff216f67c57b3c7e97180b4188a07aefb922cbdcff6c52142010b65a4099fdd6ee2ddaace807704ac031ce6f6e2f5b5506ddf39cdbab692fc9 + tslib: "npm:^2.6.3" + checksum: 10/3d02c17c2d5c7f8f0e1889668da72ec774ca917e38f40722a7e823125c1b217656c6e11865be40d036dbd558395dc07f9ebb51dd4faf2c0be702d16fa4c3289e languageName: node linkType: hard -"@polkadot/types@npm:^12.3.1": - version: 12.3.1 - resolution: "@polkadot/types@npm:12.3.1" +"@polkadot/types@npm:^12.4.1": + version: 12.4.1 + resolution: "@polkadot/types@npm:12.4.1" dependencies: "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/types-augment": "npm:12.3.1" - "@polkadot/types-codec": "npm:12.3.1" - "@polkadot/types-create": "npm:12.3.1" + "@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" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.2" - checksum: 10/6ed76086baf63b7a8eb5bcba9d662e706b57e16cf3c31f7e1eb5214da1f702d590a6a9c36d8d47e937324b9e1bb900ee9f2cd2a8ef6093fa4e4e01678e4166d1 + tslib: "npm:^2.6.3" + checksum: 10/8081c4bec9ee8d88257b9ec6bd9177ec3b04d5e53a6fe770f98f6ec1fc00dd721c09159cf34d91cbbade85aa570d1693dbbf53bc5c39c0734e8e3e79d415a914 languageName: node linkType: hard @@ -2490,9 +2493,9 @@ __metadata: languageName: node linkType: hard -"@polkadot/vanitygen@npm:^0.57.3": - version: 0.57.3 - resolution: "@polkadot/vanitygen@npm:0.57.3" +"@polkadot/vanitygen@npm:^0.57.4": + version: 0.57.4 + resolution: "@polkadot/vanitygen@npm:0.57.4" dependencies: "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" @@ -2500,7 +2503,7 @@ __metadata: yargs: "npm:^17.7.2" bin: polkadot-js-vanitygen: runcli.mjs - checksum: 10/abf91ba65ba4e9a2d712f5fbed721362f848473421a77b34dbbf5a5c241fd3109106a183f63972e00c3c663ec95a75efc85aae67165ac0ad3d75b7063532c69d + checksum: 10/a331c6c0e1327b7b90940027abb3608ecea53ba9e14380c62726220b6f9c223bb82b6fb8b7ad266d95caf41ab881e3a994e19382e6cc606c63ff0f2e13101870 languageName: node linkType: hard @@ -2788,101 +2791,122 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.9.1": - version: 4.9.1 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.9.1" +"@rollup/rollup-android-arm-eabi@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.21.0" conditions: os=android & cpu=arm languageName: node linkType: hard -"@rollup/rollup-android-arm64@npm:4.9.1": - version: 4.9.1 - resolution: "@rollup/rollup-android-arm64@npm:4.9.1" +"@rollup/rollup-android-arm64@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-android-arm64@npm:4.21.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-arm64@npm:4.9.1": - version: 4.9.1 - resolution: "@rollup/rollup-darwin-arm64@npm:4.9.1" +"@rollup/rollup-darwin-arm64@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-darwin-arm64@npm:4.21.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-x64@npm:4.9.1": - version: 4.9.1 - resolution: "@rollup/rollup-darwin-x64@npm:4.9.1" +"@rollup/rollup-darwin-x64@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-darwin-x64@npm:4.21.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-linux-arm-gnueabihf@npm:4.9.1": - version: 4.9.1 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.9.1" - conditions: os=linux & cpu=arm +"@rollup/rollup-linux-arm-gnueabihf@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.21.0" + conditions: os=linux & cpu=arm & libc=glibc + languageName: node + linkType: hard + +"@rollup/rollup-linux-arm-musleabihf@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.21.0" + conditions: os=linux & cpu=arm & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.9.1": - version: 4.9.1 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.9.1" +"@rollup/rollup-linux-arm64-gnu@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.21.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.9.1": - version: 4.9.1 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.9.1" +"@rollup/rollup-linux-arm64-musl@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.21.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-gnu@npm:4.9.1": - version: 4.9.1 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.9.1" +"@rollup/rollup-linux-powerpc64le-gnu@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.21.0" + conditions: os=linux & cpu=ppc64 & libc=glibc + languageName: node + linkType: hard + +"@rollup/rollup-linux-riscv64-gnu@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.21.0" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.9.1": - version: 4.9.1 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.9.1" +"@rollup/rollup-linux-s390x-gnu@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.21.0" + conditions: os=linux & cpu=s390x & libc=glibc + languageName: node + linkType: hard + +"@rollup/rollup-linux-x64-gnu@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.21.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-musl@npm:4.9.1": - version: 4.9.1 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.9.1" +"@rollup/rollup-linux-x64-musl@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.21.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-win32-arm64-msvc@npm:4.9.1": - version: 4.9.1 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.9.1" +"@rollup/rollup-win32-arm64-msvc@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.21.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-win32-ia32-msvc@npm:4.9.1": - version: 4.9.1 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.9.1" +"@rollup/rollup-win32-ia32-msvc@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.21.0" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.9.1": - version: 4.9.1 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.9.1" +"@rollup/rollup-win32-x64-msvc@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.21.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@scure/base@npm:^1.1.1, @scure/base@npm:^1.1.5, @scure/base@npm:~1.1.0": - version: 1.1.5 - resolution: "@scure/base@npm:1.1.5" - checksum: 10/543fa9991c6378b6a0d5ab7f1e27b30bb9c1e860d3ac81119b4213cfdf0ad7b61be004e06506e89de7ce0cec9391c17f5c082bb34c3b617a2ee6a04129f52481 +"@scure/base@npm:^1.1.1, @scure/base@npm:^1.1.5, @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 languageName: node linkType: hard @@ -3005,39 +3029,39 @@ __metadata: languageName: node linkType: hard -"@substrate/connect-known-chains@npm:^1.1.4": - version: 1.1.4 - resolution: "@substrate/connect-known-chains@npm:1.1.4" - checksum: 10/17fdce09bf2ba042371910a5e1c701d7db7e40b7c021eb67f36ed2d28175b8846e01eb2438be03827e2cd2654d35be5a1a248c36e9588ccdbe4545da0bee5047 +"@substrate/connect-known-chains@npm:^1.1.5": + version: 1.3.0 + resolution: "@substrate/connect-known-chains@npm:1.3.0" + checksum: 10/8d3e08fd0fbd411989f13223ee679978de91c41b366541e7fbb0201307314cf776d8255eaf19bd8cb6c678ad06e3e7c488c4f7bc1789098452616aa8e8d67333 languageName: node linkType: hard -"@substrate/connect@npm:0.8.10": - version: 0.8.10 - resolution: "@substrate/connect@npm:0.8.10" +"@substrate/connect@npm:0.8.11": + version: 0.8.11 + resolution: "@substrate/connect@npm:0.8.11" dependencies: "@substrate/connect-extension-protocol": "npm:^2.0.0" - "@substrate/connect-known-chains": "npm:^1.1.4" - "@substrate/light-client-extension-helpers": "npm:^0.0.6" - smoldot: "npm:2.0.22" - checksum: 10/078c08d12eb12b55b2c8ee0e0c335284db07d13b48cc5329db68a6376173f1fb6b2357fb47f8ec4da7b66f4230d9bc2c3873beb66d755c475969d1cdbbec316f + "@substrate/connect-known-chains": "npm:^1.1.5" + "@substrate/light-client-extension-helpers": "npm:^1.0.0" + smoldot: "npm:2.0.26" + checksum: 10/380ba85aa3aec4439fae2ee42173376615ca60262d9c37e6e43d1d65d0d0f63f38c009bb476e9a612b0b9985c1b5808c4d9a75aff9e1828c77e75c8b7584d824 languageName: node linkType: hard -"@substrate/light-client-extension-helpers@npm:^0.0.6": - version: 0.0.6 - resolution: "@substrate/light-client-extension-helpers@npm:0.0.6" +"@substrate/light-client-extension-helpers@npm:^1.0.0": + version: 1.0.0 + resolution: "@substrate/light-client-extension-helpers@npm:1.0.0" dependencies: - "@polkadot-api/json-rpc-provider": "npm:0.0.1" - "@polkadot-api/json-rpc-provider-proxy": "npm:0.0.1" - "@polkadot-api/observable-client": "npm:0.1.0" - "@polkadot-api/substrate-client": "npm:0.0.1" + "@polkadot-api/json-rpc-provider": "npm:^0.0.1" + "@polkadot-api/json-rpc-provider-proxy": "npm:^0.1.0" + "@polkadot-api/observable-client": "npm:^0.3.0" + "@polkadot-api/substrate-client": "npm:^0.1.2" "@substrate/connect-extension-protocol": "npm:^2.0.0" - "@substrate/connect-known-chains": "npm:^1.1.4" + "@substrate/connect-known-chains": "npm:^1.1.5" rxjs: "npm:^7.8.1" peerDependencies: smoldot: 2.x - checksum: 10/1a3576019538c8150dd56ddae3ec6ed7b6272af72cd6d17cbb5de76d6ae554af2a0bf72bbb9ffd4b9c64c9eb9ee3f13caaad57e01c5173e35a0cb799fd27574a + checksum: 10/ca0726e8271aa9eb4f1edbb13e7f6986d45c9a4ae9a73a1a14aa9a41552821ca291a33459b7e8fc1ec1bde1ead9336a8bca4fb8781c060d5cbdd7e59ca96cb2d languageName: node linkType: hard @@ -3278,10 +3302,10 @@ __metadata: languageName: node linkType: hard -"@types/estree@npm:*, @types/estree@npm:^1.0.0": - version: 1.0.0 - resolution: "@types/estree@npm:1.0.0" - checksum: 10/9ec366ea3b94db26a45262d7161456c9ee25fd04f3a0da482f6e97dbf90c0c8603053c311391a877027cc4ee648340f988cd04f11287886cdf8bc23366291ef9 +"@types/estree@npm:*, @types/estree@npm:1.0.5, @types/estree@npm:^1.0.0": + version: 1.0.5 + resolution: "@types/estree@npm:1.0.5" + checksum: 10/7de6d928dd4010b0e20c6919e1a6c27b61f8d4567befa89252055fad503d587ecb9a1e3eab1b1901f923964d7019796db810b7fd6430acb26c32866d126fd408 languageName: node linkType: hard @@ -3806,15 +3830,15 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:^6.14.0": - version: 6.14.0 - resolution: "@typescript-eslint/eslint-plugin@npm:6.14.0" +"@typescript-eslint/eslint-plugin@npm:^6.19.1": + version: 6.21.0 + resolution: "@typescript-eslint/eslint-plugin@npm:6.21.0" dependencies: "@eslint-community/regexpp": "npm:^4.5.1" - "@typescript-eslint/scope-manager": "npm:6.14.0" - "@typescript-eslint/type-utils": "npm:6.14.0" - "@typescript-eslint/utils": "npm:6.14.0" - "@typescript-eslint/visitor-keys": "npm:6.14.0" + "@typescript-eslint/scope-manager": "npm:6.21.0" + "@typescript-eslint/type-utils": "npm:6.21.0" + "@typescript-eslint/utils": "npm:6.21.0" + "@typescript-eslint/visitor-keys": "npm:6.21.0" debug: "npm:^4.3.4" graphemer: "npm:^1.4.0" ignore: "npm:^5.2.4" @@ -3827,25 +3851,25 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10/d420277bed0104713fb4a3c2e0fed32b300919708db3f2e3d13bc83e80a9aec181bfc4e1e6012c65408c318f3ac113926fc77e6667d7657e34fa0d5a2c21ee32 + checksum: 10/a57de0f630789330204cc1531f86cfc68b391cafb1ba67c8992133f1baa2a09d629df66e71260b040de4c9a3ff1252952037093c4128b0d56c4dbb37720b4c1d languageName: node linkType: hard -"@typescript-eslint/parser@npm:^6.14.0": - version: 6.14.0 - resolution: "@typescript-eslint/parser@npm:6.14.0" +"@typescript-eslint/parser@npm:^6.19.1": + version: 6.21.0 + resolution: "@typescript-eslint/parser@npm:6.21.0" dependencies: - "@typescript-eslint/scope-manager": "npm:6.14.0" - "@typescript-eslint/types": "npm:6.14.0" - "@typescript-eslint/typescript-estree": "npm:6.14.0" - "@typescript-eslint/visitor-keys": "npm:6.14.0" + "@typescript-eslint/scope-manager": "npm:6.21.0" + "@typescript-eslint/types": "npm:6.21.0" + "@typescript-eslint/typescript-estree": "npm:6.21.0" + "@typescript-eslint/visitor-keys": "npm:6.21.0" debug: "npm:^4.3.4" peerDependencies: eslint: ^7.0.0 || ^8.0.0 peerDependenciesMeta: typescript: optional: true - checksum: 10/34f46aa8aaadb0d0ecb7d791a8436fcf44ec04af33ee9d198bcf6f7ca3927d8caa79d4756e0c4ef0d50979d895df0b8f1a2473fc83104423c96856e9d56047f3 + checksum: 10/4d51cdbc170e72275efc5ef5fce48a81ec431e4edde8374f4d0213d8d370a06823e1a61ae31d502a5f1b0d1f48fc4d29a1b1b5c2dcf809d66d3872ccf6e46ac7 languageName: node linkType: hard @@ -3859,22 +3883,22 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:6.14.0": - version: 6.14.0 - resolution: "@typescript-eslint/scope-manager@npm:6.14.0" +"@typescript-eslint/scope-manager@npm:6.21.0": + version: 6.21.0 + resolution: "@typescript-eslint/scope-manager@npm:6.21.0" dependencies: - "@typescript-eslint/types": "npm:6.14.0" - "@typescript-eslint/visitor-keys": "npm:6.14.0" - checksum: 10/fbe945169fe092df5953a54a552a9e8d9dc3dc158a39cd99de7f1843a169c82d3ba59e314b7d0f5b8110dbbe8c37c9e62dc2dda91a31536fe054221d5d8972c3 + "@typescript-eslint/types": "npm:6.21.0" + "@typescript-eslint/visitor-keys": "npm:6.21.0" + checksum: 10/fe91ac52ca8e09356a71dc1a2f2c326480f3cccfec6b2b6d9154c1a90651ab8ea270b07c67df5678956c3bbf0bbe7113ab68f68f21b20912ea528b1214197395 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:6.14.0": - version: 6.14.0 - resolution: "@typescript-eslint/type-utils@npm:6.14.0" +"@typescript-eslint/type-utils@npm:6.21.0": + version: 6.21.0 + resolution: "@typescript-eslint/type-utils@npm:6.21.0" dependencies: - "@typescript-eslint/typescript-estree": "npm:6.14.0" - "@typescript-eslint/utils": "npm:6.14.0" + "@typescript-eslint/typescript-estree": "npm:6.21.0" + "@typescript-eslint/utils": "npm:6.21.0" debug: "npm:^4.3.4" ts-api-utils: "npm:^1.0.1" peerDependencies: @@ -3882,7 +3906,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10/52c2a380d694f629ed2d37ce9decc5d8f6d276b030dcb8ee2d0a21b667d789e0d50c8a4d06fa60a053cbcc162b50c3708260f569ccd765609f17499d5294c19d + checksum: 10/d03fb3ee1caa71f3ce053505f1866268d7ed79ffb7fed18623f4a1253f5b8f2ffc92636d6fd08fcbaf5bd265a6de77bf192c53105131e4724643dfc910d705fc languageName: node linkType: hard @@ -3900,10 +3924,10 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:6.14.0": - version: 6.14.0 - resolution: "@typescript-eslint/types@npm:6.14.0" - checksum: 10/bcb32d69ac4a570634e37a3f149b7653a85334ac7b1d736961b627647ceff74797c4ac30b1405c508ede9462fad53b0b4442dbdf21877bf91263390c6e426e95 +"@typescript-eslint/types@npm:6.21.0": + version: 6.21.0 + resolution: "@typescript-eslint/types@npm:6.21.0" + checksum: 10/e26da86d6f36ca5b6ef6322619f8ec55aabcd7d43c840c977ae13ae2c964c3091fc92eb33730d8be08927c9de38466c5323e78bfb270a9ff1d3611fe821046c5 languageName: node linkType: hard @@ -3925,21 +3949,22 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:6.14.0": - version: 6.14.0 - resolution: "@typescript-eslint/typescript-estree@npm:6.14.0" +"@typescript-eslint/typescript-estree@npm:6.21.0": + version: 6.21.0 + resolution: "@typescript-eslint/typescript-estree@npm:6.21.0" dependencies: - "@typescript-eslint/types": "npm:6.14.0" - "@typescript-eslint/visitor-keys": "npm:6.14.0" + "@typescript-eslint/types": "npm:6.21.0" + "@typescript-eslint/visitor-keys": "npm:6.21.0" debug: "npm:^4.3.4" globby: "npm:^11.1.0" is-glob: "npm:^4.0.3" + minimatch: "npm:9.0.3" semver: "npm:^7.5.4" ts-api-utils: "npm:^1.0.1" peerDependenciesMeta: typescript: optional: true - checksum: 10/870f00e81de428c0afae3f753c04229170aeec76d62dcded0e22cff1c733fe60a350cf68571c889f87ea7a6008b73f7c62a079e91ab056d79aa2b9803a5b7150 + checksum: 10/b32fa35fca2a229e0f5f06793e5359ff9269f63e9705e858df95d55ca2cd7fdb5b3e75b284095a992c48c5fc46a1431a1a4b6747ede2dd08929dc1cbacc589b8 languageName: node linkType: hard @@ -3961,20 +3986,20 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:6.14.0, @typescript-eslint/utils@npm:^6.0.0": - version: 6.14.0 - resolution: "@typescript-eslint/utils@npm:6.14.0" +"@typescript-eslint/utils@npm:6.21.0, @typescript-eslint/utils@npm:^6.0.0": + version: 6.21.0 + resolution: "@typescript-eslint/utils@npm:6.21.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" "@types/json-schema": "npm:^7.0.12" "@types/semver": "npm:^7.5.0" - "@typescript-eslint/scope-manager": "npm:6.14.0" - "@typescript-eslint/types": "npm:6.14.0" - "@typescript-eslint/typescript-estree": "npm:6.14.0" + "@typescript-eslint/scope-manager": "npm:6.21.0" + "@typescript-eslint/types": "npm:6.21.0" + "@typescript-eslint/typescript-estree": "npm:6.21.0" semver: "npm:^7.5.4" peerDependencies: eslint: ^7.0.0 || ^8.0.0 - checksum: 10/fec7338edc31d89d5413ec49ce690e05741511ba1ba2a8c59ce14321f5026e73e0584dc9f35645ab4100561bcf8ecef8a08c042388743db53fe73f047132a150 + checksum: 10/b404a2c55a425a79d054346ae123087d30c7ecf7ed7abcf680c47bf70c1de4fabadc63434f3f460b2fa63df76bc9e4a0b9fa2383bb8a9fcd62733fb5c4e4f3e3 languageName: node linkType: hard @@ -4016,13 +4041,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:6.14.0": - version: 6.14.0 - resolution: "@typescript-eslint/visitor-keys@npm:6.14.0" +"@typescript-eslint/visitor-keys@npm:6.21.0": + version: 6.21.0 + resolution: "@typescript-eslint/visitor-keys@npm:6.21.0" dependencies: - "@typescript-eslint/types": "npm:6.14.0" + "@typescript-eslint/types": "npm:6.21.0" eslint-visitor-keys: "npm:^3.4.1" - checksum: 10/404f87a121b4375b13e59ffc11ac2fe3c8e40025d0ef5cd6738ab7b3648ce1d41378414b1130ee68e0b454d7e6ec1937540799cdaa4ea572e2447b04d737ee44 + checksum: 10/30422cdc1e2ffad203df40351a031254b272f9c6f2b7e02e9bfa39e3fc2c7b1c6130333b0057412968deda17a3a68a578a78929a8139c6acef44d9d841dc72e1 languageName: node linkType: hard @@ -6633,12 +6658,12 @@ __metadata: languageName: node linkType: hard -"cssstyle@npm:^3.0.0": - version: 3.0.0 - resolution: "cssstyle@npm:3.0.0" +"cssstyle@npm:^4.0.1": + version: 4.0.1 + resolution: "cssstyle@npm:4.0.1" dependencies: rrweb-cssom: "npm:^0.6.0" - checksum: 10/3774cf5fd0fe5d0fe2d7e2b726eea690e7e35a2f3ecdd83bcf2df12ad664bc6cc30727800b712c16b5df6a67e5129a643fe15c0bfb1fc221d0020c488b1f4ff3 + checksum: 10/180d4e6b406c30811e55a64add32a2111c9c5da4ed2dc67638ddb55c29b877ec1ed71e2e70a34f59c3523dbee35b0d35aa13b963db1ca8cb929d69c7ce81e3b0 languageName: node linkType: hard @@ -8080,13 +8105,13 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-jest@npm:^27.6.0": - version: 27.6.0 - resolution: "eslint-plugin-jest@npm:27.6.0" +"eslint-plugin-jest@npm:^27.6.3": + version: 27.9.0 + resolution: "eslint-plugin-jest@npm:27.9.0" dependencies: "@typescript-eslint/utils": "npm:^5.10.0" peerDependencies: - "@typescript-eslint/eslint-plugin": ^5.0.0 || ^6.0.0 + "@typescript-eslint/eslint-plugin": ^5.0.0 || ^6.0.0 || ^7.0.0 eslint: ^7.0.0 || ^8.0.0 jest: "*" peerDependenciesMeta: @@ -8094,18 +8119,19 @@ __metadata: optional: true jest: optional: true - checksum: 10/e01ff002d55fa09624c53a4b984e80175e75da671bc9b48cc2909b134fe6df25c8143798359bb5991e77e4ffb5b7d69c1c2340e8f661d080b7938a9e5e077122 + checksum: 10/bca54347280c06c56516faea76042134dd74355c2de6c23361ba0e8736ecc01c62b144eea7eda7570ea4f4ee511c583bb8dab00d7153a1bd1740eb77b0038fd4 languageName: node linkType: hard -"eslint-plugin-n@npm:^16.4.0": - version: 16.4.0 - resolution: "eslint-plugin-n@npm:16.4.0" +"eslint-plugin-n@npm:^16.6.2": + version: 16.6.2 + resolution: "eslint-plugin-n@npm:16.6.2" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" builtins: "npm:^5.0.1" eslint-plugin-es-x: "npm:^7.5.0" get-tsconfig: "npm:^4.7.0" + globals: "npm:^13.24.0" ignore: "npm:^5.2.4" is-builtin-module: "npm:^3.2.1" is-core-module: "npm:^2.12.1" @@ -8114,7 +8140,7 @@ __metadata: semver: "npm:^7.5.3" peerDependencies: eslint: ">=7.0.0" - checksum: 10/4339616442d27659903e83796810535a3be2a0a00aa69c60494f29a5dfdee4f9a39d645b8965f469153f3c87dae9c522f324a1e20c6d6b8bc92ad648b35a7803 + checksum: 10/e0f600d03d3a3df57e9a811648b1b534a6d67c90ea9406340ddf3763c2b87cf5ef910b390f787ca5cb27c8d8ff36aad42d70209b54e2a1cb4cc2507ca417229a languageName: node linkType: hard @@ -9237,9 +9263,9 @@ __metadata: languageName: node linkType: hard -"gh-pages@npm:^6.1.0": - version: 6.1.0 - resolution: "gh-pages@npm:6.1.0" +"gh-pages@npm:^6.1.1": + version: 6.1.1 + resolution: "gh-pages@npm:6.1.1" dependencies: async: "npm:^3.2.4" commander: "npm:^11.0.0" @@ -9251,7 +9277,7 @@ __metadata: bin: gh-pages: bin/gh-pages.js gh-pages-clean: bin/gh-pages-clean.js - checksum: 10/feed88a4ff759955420bdee2648baf37bd24e7b7d0819aa599fc6ebe4e94dab344daf8cce7fdad5508f03230b4948bf2ed5bb191a8aae5b728b6e390895db3e7 + checksum: 10/b821a1f24bfa7070e3a8fbc8e4956a137511bb17d8c3e3eaad27eefabb8ccdf61f41d891cac11c0f476f3c5b3078fdcbd3e61e8d960a7e9e6af16c02cd62f971 languageName: node linkType: hard @@ -10040,13 +10066,13 @@ __metadata: languageName: node linkType: hard -"http-proxy-agent@npm:^7.0.0": - version: 7.0.0 - resolution: "http-proxy-agent@npm:7.0.0" +"http-proxy-agent@npm:^7.0.2": + version: 7.0.2 + resolution: "http-proxy-agent@npm:7.0.2" dependencies: agent-base: "npm:^7.1.0" debug: "npm:^4.3.4" - checksum: 10/dbaaf3d9f3fc4df4a5d7ec45d456ec50f575240b557160fa63427b447d1f812dd7fe4a4f17d2e1ba003d231f07edf5a856ea6d91cb32d533062ff20a7803ccac + checksum: 10/d062acfa0cb82beeb558f1043c6ba770ea892b5fb7b28654dbc70ea2aeea55226dd34c02a294f6c1ca179a5aa483c4ea641846821b182edbd9cc5d89b54c6848 languageName: node linkType: hard @@ -10117,13 +10143,13 @@ __metadata: languageName: node linkType: hard -"https-proxy-agent@npm:^7.0.2": - version: 7.0.2 - resolution: "https-proxy-agent@npm:7.0.2" +"https-proxy-agent@npm:^7.0.5": + version: 7.0.5 + resolution: "https-proxy-agent@npm:7.0.5" dependencies: agent-base: "npm:^7.0.2" debug: "npm:4" - checksum: 10/9ec844f78fd643608239c9c3f6819918631df5cd3e17d104cc507226a39b5d4adda9d790fc9fd63ac0d2bb8a761b2f9f60faa80584a9bf9d7f2e8c5ed0acd330 + checksum: 10/6679d46159ab3f9a5509ee80c3a3fc83fba3a920a5e18d32176c3327852c3c00ad640c0c4210a8fd70ea3c4a6d3a1b375bf01942516e7df80e2646bdc77658ab languageName: node linkType: hard @@ -11197,37 +11223,37 @@ __metadata: languageName: node linkType: hard -"jsdom@npm:^23.0.1": - version: 23.0.1 - resolution: "jsdom@npm:23.0.1" +"jsdom@npm:^24.0.0": + version: 24.1.1 + resolution: "jsdom@npm:24.1.1" dependencies: - cssstyle: "npm:^3.0.0" + cssstyle: "npm:^4.0.1" data-urls: "npm:^5.0.0" decimal.js: "npm:^10.4.3" form-data: "npm:^4.0.0" html-encoding-sniffer: "npm:^4.0.0" - http-proxy-agent: "npm:^7.0.0" - https-proxy-agent: "npm:^7.0.2" + http-proxy-agent: "npm:^7.0.2" + https-proxy-agent: "npm:^7.0.5" is-potential-custom-element-name: "npm:^1.0.1" - nwsapi: "npm:^2.2.7" + nwsapi: "npm:^2.2.12" parse5: "npm:^7.1.2" - rrweb-cssom: "npm:^0.6.0" + rrweb-cssom: "npm:^0.7.1" saxes: "npm:^6.0.0" symbol-tree: "npm:^3.2.4" - tough-cookie: "npm:^4.1.3" + tough-cookie: "npm:^4.1.4" w3c-xmlserializer: "npm:^5.0.0" webidl-conversions: "npm:^7.0.0" whatwg-encoding: "npm:^3.1.1" whatwg-mimetype: "npm:^4.0.0" whatwg-url: "npm:^14.0.0" - ws: "npm:^8.14.2" + ws: "npm:^8.18.0" xml-name-validator: "npm:^5.0.0" peerDependencies: canvas: ^2.11.2 peerDependenciesMeta: canvas: optional: true - checksum: 10/b48fd785cfe5ea0c87e5fadb5fa7f4897bc64731a3930d9013cc0a0b16fbea323e7cced4dddf486b4edb305e7f511ccf78ef6b165b99e3a209069a394add6aa1 + checksum: 10/7b6e1ea1f02b75c388f4c833d4da710e252f8a3efc7093ae018b643a414e3f19d4c588e34feb1f484ae1ee70f2501bbcc8ccc9c6377e480706f9b69db22f0579 languageName: node linkType: hard @@ -12320,6 +12346,15 @@ __metadata: languageName: node linkType: hard +"minimatch@npm:9.0.3": + version: 9.0.3 + resolution: "minimatch@npm:9.0.3" + dependencies: + brace-expansion: "npm:^2.0.1" + checksum: 10/c81b47d28153e77521877649f4bab48348d10938df9e8147a58111fe00ef89559a2938de9f6632910c4f7bf7bb5cd81191a546167e58d357f0cfb1e18cecc1c5 + languageName: node + linkType: hard + "minimatch@npm:^5.0.1, minimatch@npm:^5.1.0, minimatch@npm:^5.1.1": version: 5.1.6 resolution: "minimatch@npm:5.1.6" @@ -12674,14 +12709,14 @@ __metadata: languageName: node linkType: hard -"nock@npm:^13.5.0": - version: 13.5.4 - resolution: "nock@npm:13.5.4" +"nock@npm:^13.5.4": + version: 13.5.5 + resolution: "nock@npm:13.5.5" dependencies: debug: "npm:^4.1.0" json-stringify-safe: "npm:^5.0.1" propagate: "npm:^2.0.0" - checksum: 10/75bad391bae4efb81b742734af5f2d87309cd93d3ca6b78372fd37946d78ccb254d79104676619866915e6734abfc1b00fee2aa42073a4843ca3c746aad35a4d + checksum: 10/c19d7bf9654db056357a22b00127bb5606c1bbdff188a5b6c469825e580e31cd0cb0701bce8dd8b4876dbbd36a145fdb681fd69fd59308d6db4923ce8ab2439e languageName: node linkType: hard @@ -12920,10 +12955,10 @@ __metadata: languageName: node linkType: hard -"nwsapi@npm:^2.2.7": - version: 2.2.7 - resolution: "nwsapi@npm:2.2.7" - checksum: 10/22c002080f0297121ad138aba5a6509e724774d6701fe2c4777627bd939064ecd9e1b6dc1c2c716bb7ca0b9f16247892ff2f664285202ac7eff6ec9543725320 +"nwsapi@npm:^2.2.12": + version: 2.2.12 + resolution: "nwsapi@npm:2.2.12" + checksum: 10/172119e9ef492467ebfb337f9b5fd12a94d2b519377cde3f6ec2f74a86f6d5c00ef3873539bed7142f908ffca4e35383179be2319d04a563071d146bfa3f1673 languageName: node linkType: hard @@ -13591,7 +13626,7 @@ __metadata: dependencies: "@crustio/crust-pin": "npm:^1.0.0" "@pinata/sdk": "npm:^1.2.1" - "@polkadot/dev": "npm:^0.78.4" + "@polkadot/dev": "npm:^0.79.3" "@types/chart.js": "npm:^2.9.41" "@types/file-saver": "npm:^2.0.7" "@types/react-beautiful-dnd": "npm:^13.1.7" @@ -14983,23 +15018,27 @@ __metadata: languageName: node linkType: hard -"rollup@npm:^4.9.1": - version: 4.9.1 - resolution: "rollup@npm:4.9.1" - dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.9.1" - "@rollup/rollup-android-arm64": "npm:4.9.1" - "@rollup/rollup-darwin-arm64": "npm:4.9.1" - "@rollup/rollup-darwin-x64": "npm:4.9.1" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.9.1" - "@rollup/rollup-linux-arm64-gnu": "npm:4.9.1" - "@rollup/rollup-linux-arm64-musl": "npm:4.9.1" - "@rollup/rollup-linux-riscv64-gnu": "npm:4.9.1" - "@rollup/rollup-linux-x64-gnu": "npm:4.9.1" - "@rollup/rollup-linux-x64-musl": "npm:4.9.1" - "@rollup/rollup-win32-arm64-msvc": "npm:4.9.1" - "@rollup/rollup-win32-ia32-msvc": "npm:4.9.1" - "@rollup/rollup-win32-x64-msvc": "npm:4.9.1" +"rollup@npm:^4.9.6": + version: 4.21.0 + resolution: "rollup@npm:4.21.0" + dependencies: + "@rollup/rollup-android-arm-eabi": "npm:4.21.0" + "@rollup/rollup-android-arm64": "npm:4.21.0" + "@rollup/rollup-darwin-arm64": "npm:4.21.0" + "@rollup/rollup-darwin-x64": "npm:4.21.0" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.21.0" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.21.0" + "@rollup/rollup-linux-arm64-gnu": "npm:4.21.0" + "@rollup/rollup-linux-arm64-musl": "npm:4.21.0" + "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.21.0" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.21.0" + "@rollup/rollup-linux-s390x-gnu": "npm:4.21.0" + "@rollup/rollup-linux-x64-gnu": "npm:4.21.0" + "@rollup/rollup-linux-x64-musl": "npm:4.21.0" + "@rollup/rollup-win32-arm64-msvc": "npm:4.21.0" + "@rollup/rollup-win32-ia32-msvc": "npm:4.21.0" + "@rollup/rollup-win32-x64-msvc": "npm:4.21.0" + "@types/estree": "npm:1.0.5" fsevents: "npm:~2.3.2" dependenciesMeta: "@rollup/rollup-android-arm-eabi": @@ -15012,12 +15051,18 @@ __metadata: optional: true "@rollup/rollup-linux-arm-gnueabihf": optional: true + "@rollup/rollup-linux-arm-musleabihf": + optional: true "@rollup/rollup-linux-arm64-gnu": optional: true "@rollup/rollup-linux-arm64-musl": optional: true + "@rollup/rollup-linux-powerpc64le-gnu": + optional: true "@rollup/rollup-linux-riscv64-gnu": optional: true + "@rollup/rollup-linux-s390x-gnu": + optional: true "@rollup/rollup-linux-x64-gnu": optional: true "@rollup/rollup-linux-x64-musl": @@ -15032,7 +15077,7 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: 10/956afe393c6cef29882312008603a9fc80db356fd838fe7bb879ad8d4a35cbe7294a3225f2d55601a17dafbeec27a9ec086ef7572cb89eb2df83634fd1bd1666 + checksum: 10/27ac47d5049719249d2a44982e31f01423158a3625cabff2f2362219aee64bdc14c32572b669169c22c324c3a965044ce8f06e27eee00fd8802861cd13697f87 languageName: node linkType: hard @@ -15043,6 +15088,13 @@ __metadata: languageName: node linkType: hard +"rrweb-cssom@npm:^0.7.1": + version: 0.7.1 + resolution: "rrweb-cssom@npm:0.7.1" + checksum: 10/e80cf25c223a823921d7ab57c0ce78f5b7ebceab857b400cce99dd4913420ce679834bc5707e8ada47d062e21ad368108a9534c314dc8d72c20aa4a4fa0ed16a + languageName: node + linkType: hard + "run-async@npm:^2.4.0": version: 2.4.1 resolution: "run-async@npm:2.4.1" @@ -15589,12 +15641,12 @@ __metadata: languageName: node linkType: hard -"smoldot@npm:2.0.22": - version: 2.0.22 - resolution: "smoldot@npm:2.0.22" +"smoldot@npm:2.0.26": + version: 2.0.26 + resolution: "smoldot@npm:2.0.26" dependencies: ws: "npm:^8.8.1" - checksum: 10/8d63720ff7aee9ff4cbfb3d6952c68781aaaecf49fcb20d8b76919e854975b029071778c4c3bd50a18a4c3e0c96857b2b6daa526bbad4a3bee20f2aad8dfe388 + checksum: 10/b975c8ef16e2286b2eddc8c19c18080bd528f27e9abc0e2731304823e67ebe1fc71b01bed2c070d00da1f7e2f69e25c159c976d27eb1796de4a978362dae701e languageName: node linkType: hard @@ -16621,15 +16673,15 @@ __metadata: languageName: node linkType: hard -"tough-cookie@npm:^4.1.3": - version: 4.1.3 - resolution: "tough-cookie@npm:4.1.3" +"tough-cookie@npm:^4.1.4": + version: 4.1.4 + resolution: "tough-cookie@npm:4.1.4" dependencies: psl: "npm:^1.1.33" punycode: "npm:^2.1.1" universalify: "npm:^0.2.0" url-parse: "npm:^1.5.3" - checksum: 10/cf148c359b638a7069fc3ba9a5257bdc9616a6948a98736b92c3570b3f8401cf9237a42bf716878b656f372a1fb65b74dd13a46ccff8eceba14ffd053d33f72a + checksum: 10/75663f4e2cd085f16af0b217e4218772adf0617fb3227171102618a54ce0187a164e505d61f773ed7d65988f8ff8a8f935d381f87da981752c1171b076b4afac languageName: node linkType: hard @@ -16776,10 +16828,10 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.1, tslib@npm:^2.4.0, tslib@npm:^2.5.0, tslib@npm:^2.6.2": - version: 2.6.2 - resolution: "tslib@npm:2.6.2" - checksum: 10/bd26c22d36736513980091a1e356378e8b662ded04204453d353a7f34a4c21ed0afc59b5f90719d4ba756e581a162ecbf93118dc9c6be5acf70aa309188166ca +"tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.1, tslib@npm:^2.4.0, tslib@npm:^2.5.0, tslib@npm:^2.6.2, tslib@npm:^2.6.3": + version: 2.6.3 + resolution: "tslib@npm:2.6.3" + checksum: 10/52109bb681f8133a2e58142f11a50e05476de4f075ca906d13b596ae5f7f12d30c482feb0bff167ae01cfc84c5803e575a307d47938999246f5a49d174fc558c languageName: node linkType: hard @@ -18118,7 +18170,7 @@ __metadata: languageName: node linkType: hard -"ws@npm:^8.13.0, ws@npm:^8.14.2, ws@npm:^8.16.0, ws@npm:^8.8.1": +"ws@npm:^8.13.0, ws@npm:^8.16.0, ws@npm:^8.18.0, ws@npm:^8.8.1": version: 8.18.0 resolution: "ws@npm:8.18.0" peerDependencies: