diff --git a/package.json b/package.json index f127a6e702af..2e483772927c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@polkadot/dev": "^0.79.3", "@polkadot/typegen": "workspace:packages/typegen", - "@types/node": "^20.11.6" + "@types/node": "^20.15.0" }, "resolutions": { "typescript": "^5.3.3" diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 9e09bc257803..313221334411 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -27,6 +27,6 @@ "@polkadot/types-augment": "12.3.2-1-x", "@polkadot/types-codec": "12.3.2-1-x", "@polkadot/util": "^13.0.2", - "tslib": "^2.6.2" + "tslib": "^2.6.3" } } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 0ae6ee049e1a..8ab91c0c0e12 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -25,6 +25,6 @@ "@polkadot/types": "12.3.2-1-x", "@polkadot/util": "^13.0.2", "rxjs": "^7.8.1", - "tslib": "^2.6.2" + "tslib": "^2.6.3" } } diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index e6c38182ee7b..bb34177dc469 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -29,7 +29,7 @@ "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "rxjs": "^7.8.1", - "tslib": "^2.6.2" + "tslib": "^2.6.3" }, "devDependencies": { "@polkadot/api-augment": "12.3.2-1-x", diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index fd73754efd45..59e939114efe 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -30,7 +30,7 @@ "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "rxjs": "^7.8.1", - "tslib": "^2.6.2" + "tslib": "^2.6.3" }, "devDependencies": { "@polkadot/api": "12.3.2-1-x", diff --git a/packages/api/package.json b/packages/api/package.json index 1dc8b645acfb..018020ae7b75 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -37,7 +37,7 @@ "@polkadot/util-crypto": "^13.0.2", "eventemitter3": "^5.0.1", "rxjs": "^7.8.1", - "tslib": "^2.6.2" + "tslib": "^2.6.3" }, "devDependencies": { "@polkadot/api-augment": "12.3.2-1-x", diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 8671ba107ba4..d5d2fc7c18e7 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -25,6 +25,6 @@ "@polkadot/types": "12.3.2-1-x", "@polkadot/types-codec": "12.3.2-1-x", "@polkadot/util": "^13.0.2", - "tslib": "^2.6.2" + "tslib": "^2.6.3" } } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 422ba8e6afe6..b181e22fbe51 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -26,7 +26,7 @@ "@polkadot/types": "12.3.2-1-x", "@polkadot/util": "^13.0.2", "rxjs": "^7.8.1", - "tslib": "^2.6.2" + "tslib": "^2.6.3" }, "devDependencies": { "@polkadot/keyring": "^13.0.2", diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 34d0d4feb72b..1aa6db0a83bc 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -31,13 +31,13 @@ "@polkadot/x-ws": "^13.0.2", "eventemitter3": "^5.0.1", "mock-socket": "^9.3.1", - "nock": "^13.5.0", - "tslib": "^2.6.2" + "nock": "^13.5.4", + "tslib": "^2.6.3" }, "devDependencies": { - "@substrate/connect": "0.8.10" + "@substrate/connect": "0.8.11" }, "optionalDependencies": { - "@substrate/connect": "0.8.10" + "@substrate/connect": "0.8.11" } } diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 69c3996d7078..29a7037dcd14 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -41,10 +41,10 @@ "@polkadot/util-crypto": "^13.0.2", "@polkadot/x-ws": "^13.0.2", "handlebars": "^4.7.8", - "tslib": "^2.6.2", + "tslib": "^2.6.3", "yargs": "^17.7.2" }, "devDependencies": { - "@types/yargs": "^17.0.32" + "@types/yargs": "^17.0.33" } } diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 6d982dbd77fb..7290183ebf28 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -24,6 +24,6 @@ "@polkadot/types": "12.3.2-1-x", "@polkadot/types-codec": "12.3.2-1-x", "@polkadot/util": "^13.0.2", - "tslib": "^2.6.2" + "tslib": "^2.6.3" } } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 7ee5543114c4..f349a830d219 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -23,7 +23,7 @@ "dependencies": { "@polkadot/util": "^13.0.2", "@polkadot/x-bigint": "^13.0.2", - "tslib": "^2.6.2" + "tslib": "^2.6.3" }, "devDependencies": { "@polkadot/types": "12.3.2-1-x", diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 3999a367714a..3b0eada87e50 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -23,7 +23,7 @@ "dependencies": { "@polkadot/types-codec": "12.3.2-1-x", "@polkadot/util": "^13.0.2", - "tslib": "^2.6.2" + "tslib": "^2.6.3" }, "devDependencies": { "@polkadot/types": "12.3.2-1-x" diff --git a/packages/types-known/package.json b/packages/types-known/package.json index c2d848a0077e..6f12eee4b5c2 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -26,7 +26,7 @@ "@polkadot/types-codec": "12.3.2-1-x", "@polkadot/types-create": "12.3.2-1-x", "@polkadot/util": "^13.0.2", - "tslib": "^2.6.2" + "tslib": "^2.6.3" }, "devDependencies": { "@polkadot/api": "12.3.2-1-x" diff --git a/packages/types-support/package.json b/packages/types-support/package.json index af81624a4b29..31d8af883170 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -22,6 +22,6 @@ "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2", - "tslib": "^2.6.2" + "tslib": "^2.6.3" } } diff --git a/packages/types/package.json b/packages/types/package.json index 10f0c76ee49d..ade6e621e1ab 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -28,7 +28,7 @@ "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "rxjs": "^7.8.1", - "tslib": "^2.6.2" + "tslib": "^2.6.3" }, "devDependencies": { "@polkadot/keyring": "^13.0.2", diff --git a/yarn.lock b/yarn.lock index 29137563cfa0..9074e1ce51e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -380,67 +380,70 @@ __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/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 + checksum: 10/91b95a06e3ddd477c2489110d7cffdcfaf87a222054b437013c701dc43eac6a5d30438b1ac8fb130166ba039a67808e6199ccb3b2eaac7dcf8d2ef7a835f047b 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" +"@polkadot-api/substrate-bindings@npm:0.6.0": + version: 0.6.0 + resolution: "@polkadot-api/substrate-bindings@npm:0.6.0" dependencies: "@noble/hashes": "npm:^1.3.1" - "@polkadot-api/utils": "npm:0.0.1" + "@polkadot-api/utils": "npm:0.1.0" "@scure/base": "npm:^1.1.1" scale-ts: "npm:^1.6.0" - checksum: 10/9a1a70bd571f1cf262796b445c7a005b425e8e6f855b11757442c6bbe398d4a90575cd3973c9b1918202d3c7ff7162675c349c014677a31cc70cd84f7f973f90 + checksum: 10/01926a9083f608514a55c3d23563ebef139e2963d4adbebe7dcd99b65e1a08f1551fc0e147e787a31c749402767333c96eb1399f85a6c71654cfa1cc9d26e445 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-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 -"@polkadot-api/utils@npm:0.0.1": - version: 0.0.1 - resolution: "@polkadot-api/utils@npm:0.0.1" - checksum: 10/4bf89955ccf4dafb2ef34f007fc0a12bd6d983a10c4219464a6b1c07e7bfe80ff26f156fa201b3f11ad53adca0abb261fc7ee43b86dcdc10fa0f5325788359ae +"@polkadot-api/utils@npm:0.1.0": + version: 0.1.0 + resolution: "@polkadot-api/utils@npm:0.1.0" + checksum: 10/c557daea91ddb03e16b93c7c5a75533495c7b77cbbbdc2b4f5e97af0c1e1132a47e434c9c729a08241bd7b3624b6644ac0950f914aa8b29a0f419bf0fd224c7c languageName: node linkType: hard @@ -454,7 +457,7 @@ __metadata: "@polkadot/types-augment": "npm:12.3.2-1-x" "@polkadot/types-codec": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.2" + tslib: "npm:^2.6.3" languageName: unknown linkType: soft @@ -466,7 +469,7 @@ __metadata: "@polkadot/types": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.2" + tslib: "npm:^2.6.3" languageName: unknown linkType: soft @@ -484,7 +487,7 @@ __metadata: "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.2" + tslib: "npm:^2.6.3" languageName: unknown linkType: soft @@ -504,7 +507,7 @@ __metadata: "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.2" + tslib: "npm:^2.6.3" languageName: unknown linkType: soft @@ -529,7 +532,7 @@ __metadata: "@polkadot/util-crypto": "npm:^13.0.2" eventemitter3: "npm:^5.0.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.2" + tslib: "npm:^2.6.3" languageName: unknown linkType: soft @@ -662,7 +665,7 @@ __metadata: "@polkadot/types": "npm:12.3.2-1-x" "@polkadot/types-codec": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.2" + tslib: "npm:^2.6.3" languageName: unknown linkType: soft @@ -676,7 +679,7 @@ __metadata: "@polkadot/types": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.2" + tslib: "npm:^2.6.3" languageName: unknown linkType: soft @@ -692,11 +695,11 @@ __metadata: "@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 @@ -719,9 +722,9 @@ __metadata: "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" "@polkadot/x-ws": "npm:^13.0.2" - "@types/yargs": "npm:^17.0.32" + "@types/yargs": "npm:^17.0.33" handlebars: "npm:^4.7.8" - tslib: "npm:^2.6.2" + tslib: "npm:^2.6.3" yargs: "npm:^17.7.2" bin: polkadot-types-chain-info: ./scripts/polkadot-types-chain-info.mjs @@ -739,7 +742,7 @@ __metadata: "@polkadot/types": "npm:12.3.2-1-x" "@polkadot/types-codec": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.2" + tslib: "npm:^2.6.3" languageName: unknown linkType: soft @@ -753,7 +756,7 @@ __metadata: "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" "@polkadot/x-bigint": "npm:^13.0.2" - tslib: "npm:^2.6.2" + tslib: "npm:^2.6.3" languageName: unknown linkType: soft @@ -764,7 +767,7 @@ __metadata: "@polkadot/types": "npm:12.3.2-1-x" "@polkadot/types-codec": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.2" + tslib: "npm:^2.6.3" languageName: unknown linkType: soft @@ -778,7 +781,7 @@ __metadata: "@polkadot/types-codec": "npm:12.3.2-1-x" "@polkadot/types-create": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.2" + tslib: "npm:^2.6.3" languageName: unknown linkType: soft @@ -787,7 +790,7 @@ __metadata: resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.2" + tslib: "npm:^2.6.3" languageName: unknown linkType: soft @@ -803,7 +806,7 @@ __metadata: "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.2" + tslib: "npm:^2.6.3" languageName: unknown linkType: soft @@ -1224,39 +1227,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 @@ -1419,12 +1422,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:^20.11.6": - version: 20.11.6 - resolution: "@types/node@npm:20.11.6" +"@types/node@npm:*, @types/node@npm:^20.15.0": + version: 20.15.0 + resolution: "@types/node@npm:20.15.0" dependencies: - undici-types: "npm:~5.26.4" - checksum: 10/375dfc75f0aa8b7fb99382d84c317e5dab2969dcc3f54d8490b119151060923eae6483839552347bc78262bbcefb2951ee131e15372f4e80b755be2dda9afe80 + undici-types: "npm:~6.13.0" + checksum: 10/bec475ee6c54dc575ec4d322753df484af2b96e3afdd3f6f8e594353b3918ca5f420e7c30845225661a14a7522fa421d15294fbf68ed7ae16f4ae7942ca809bd languageName: node linkType: hard @@ -1516,12 +1519,12 @@ __metadata: languageName: node linkType: hard -"@types/yargs@npm:^17.0.32": - version: 17.0.32 - resolution: "@types/yargs@npm:17.0.32" +"@types/yargs@npm:^17.0.33": + version: 17.0.33 + resolution: "@types/yargs@npm:17.0.33" dependencies: "@types/yargs-parser": "npm:*" - checksum: 10/1e2b2673847011ce43607df690d392f137d95a2d6ea85aa319403eadda2ef4277365efd4982354d8843f2611ef3846c88599660aaeb537fa9ccddae83c2a89de + checksum: 10/16f6681bf4d99fb671bf56029141ed01db2862e3db9df7fc92d8bea494359ac96a1b4b1c35a836d1e95e665fb18ad753ab2015fc0db663454e8fd4e5d5e2ef91 languageName: node linkType: hard @@ -6676,14 +6679,14 @@ __metadata: languageName: node linkType: hard -"nock@npm:^13.5.0": - version: 13.5.0 - resolution: "nock@npm:13.5.0" +"nock@npm:^13.5.4": + version: 13.5.4 + resolution: "nock@npm:13.5.4" dependencies: debug: "npm:^4.1.0" json-stringify-safe: "npm:^5.0.1" propagate: "npm:^2.0.0" - checksum: 10/347e6804d3eadb2ec81e3a0808b4cf8d826e5a6b52aa91b31db9c78c9afb58f0af0d1c941dff13d78ff99968b025dea9593f341cc515463270cb69d8e293c9cf + checksum: 10/75bad391bae4efb81b742734af5f2d87309cd93d3ca6b78372fd37946d78ccb254d79104676619866915e6734abfc1b00fee2aa42073a4843ca3c746aad35a4d languageName: node linkType: hard @@ -7944,7 +7947,7 @@ __metadata: dependencies: "@polkadot/dev": "npm:^0.79.3" "@polkadot/typegen": "workspace:packages/typegen" - "@types/node": "npm:^20.11.6" + "@types/node": "npm:^20.15.0" languageName: unknown linkType: soft @@ -8329,12 +8332,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 @@ -8925,10 +8928,10 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^2.1.0, tslib@npm:^2.3.1, tslib@npm:^2.6.2": - version: 2.6.2 - resolution: "tslib@npm:2.6.2" - checksum: 10/bd26c22d36736513980091a1e356378e8b662ded04204453d353a7f34a4c21ed0afc59b5f90719d4ba756e581a162ecbf93118dc9c6be5acf70aa309188166ca +"tslib@npm:^2.1.0, tslib@npm:^2.3.1, 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 @@ -9112,10 +9115,10 @@ __metadata: languageName: node linkType: hard -"undici-types@npm:~5.26.4": - version: 5.26.5 - resolution: "undici-types@npm:5.26.5" - checksum: 10/0097779d94bc0fd26f0418b3a05472410408877279141ded2bd449167be1aed7ea5b76f756562cb3586a07f251b90799bab22d9019ceba49c037c76445f7cddd +"undici-types@npm:~6.13.0": + version: 6.13.0 + resolution: "undici-types@npm:6.13.0" + checksum: 10/da52e37cbc6da3a75da86fa08dd795ca8924430deb91005eb884b840e46e19013ccd4c1c289f70018e8cf0c338add24a500e7c3acfcd49b1ffb27ff9f91e38b9 languageName: node linkType: hard