diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 8707e2e3aea..45b469c69e4 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -26,7 +26,7 @@ "@polkadot/types": "14.2.4-3-x", "@polkadot/types-augment": "14.2.4-3-x", "@polkadot/types-codec": "14.2.4-3-x", - "@polkadot/util": "^13.2.2", + "@polkadot/util": "^13.2.3", "tslib": "^2.8.0" } } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 2ad9830c4de..1b209ba8d32 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -23,7 +23,7 @@ "dependencies": { "@polkadot/rpc-core": "14.2.4-3-x", "@polkadot/types": "14.2.4-3-x", - "@polkadot/util": "^13.2.2", + "@polkadot/util": "^13.2.3", "rxjs": "^7.8.1", "tslib": "^2.8.0" } diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 3663194180b..b8a3f2359e3 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -26,14 +26,14 @@ "@polkadot/types": "14.2.4-3-x", "@polkadot/types-codec": "14.2.4-3-x", "@polkadot/types-create": "14.2.4-3-x", - "@polkadot/util": "^13.2.2", - "@polkadot/util-crypto": "^13.2.2", + "@polkadot/util": "^13.2.3", + "@polkadot/util-crypto": "^13.2.3", "rxjs": "^7.8.1", "tslib": "^2.8.0" }, "devDependencies": { "@polkadot/api-augment": "14.2.4-3-x", - "@polkadot/keyring": "^13.2.2", + "@polkadot/keyring": "^13.2.3", "@polkadot/types-support": "14.2.4-3-x" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index fa0a31cb520..a58f94d1be8 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -27,8 +27,8 @@ "@polkadot/rpc-core": "14.2.4-3-x", "@polkadot/types": "14.2.4-3-x", "@polkadot/types-codec": "14.2.4-3-x", - "@polkadot/util": "^13.2.2", - "@polkadot/util-crypto": "^13.2.2", + "@polkadot/util": "^13.2.3", + "@polkadot/util-crypto": "^13.2.3", "rxjs": "^7.8.1", "tslib": "^2.8.0" }, diff --git a/packages/api/package.json b/packages/api/package.json index 950fd637ef1..081d3fdc4ac 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -24,7 +24,7 @@ "@polkadot/api-augment": "14.2.4-3-x", "@polkadot/api-base": "14.2.4-3-x", "@polkadot/api-derive": "14.2.4-3-x", - "@polkadot/keyring": "^13.2.2", + "@polkadot/keyring": "^13.2.3", "@polkadot/rpc-augment": "14.2.4-3-x", "@polkadot/rpc-core": "14.2.4-3-x", "@polkadot/rpc-provider": "14.2.4-3-x", @@ -33,8 +33,8 @@ "@polkadot/types-codec": "14.2.4-3-x", "@polkadot/types-create": "14.2.4-3-x", "@polkadot/types-known": "14.2.4-3-x", - "@polkadot/util": "^13.2.2", - "@polkadot/util-crypto": "^13.2.2", + "@polkadot/util": "^13.2.3", + "@polkadot/util-crypto": "^13.2.3", "eventemitter3": "^5.0.1", "rxjs": "^7.8.1", "tslib": "^2.8.0" diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index d5817fc9977..e28186dbd5e 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -24,7 +24,7 @@ "@polkadot/rpc-core": "14.2.4-3-x", "@polkadot/types": "14.2.4-3-x", "@polkadot/types-codec": "14.2.4-3-x", - "@polkadot/util": "^13.2.2", + "@polkadot/util": "^13.2.3", "tslib": "^2.8.0" } } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index ff42f5b5d4b..aa755f2832d 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -24,12 +24,12 @@ "@polkadot/rpc-augment": "14.2.4-3-x", "@polkadot/rpc-provider": "14.2.4-3-x", "@polkadot/types": "14.2.4-3-x", - "@polkadot/util": "^13.2.2", + "@polkadot/util": "^13.2.3", "rxjs": "^7.8.1", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/keyring": "^13.2.2", + "@polkadot/keyring": "^13.2.3", "@polkadot/rpc-augment": "14.2.4-3-x" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index ffb5afc41f5..4a3a52e1138 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -21,14 +21,14 @@ "version": "14.2.4-3-x", "main": "index.js", "dependencies": { - "@polkadot/keyring": "^13.2.2", + "@polkadot/keyring": "^13.2.3", "@polkadot/types": "14.2.4-3-x", "@polkadot/types-support": "14.2.4-3-x", - "@polkadot/util": "^13.2.2", - "@polkadot/util-crypto": "^13.2.2", - "@polkadot/x-fetch": "^13.2.2", - "@polkadot/x-global": "^13.2.2", - "@polkadot/x-ws": "^13.2.2", + "@polkadot/util": "^13.2.3", + "@polkadot/util-crypto": "^13.2.3", + "@polkadot/x-fetch": "^13.2.3", + "@polkadot/x-global": "^13.2.3", + "@polkadot/x-ws": "^13.2.3", "eventemitter3": "^5.0.1", "mock-socket": "^9.3.1", "nock": "^13.5.5", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 65f3518fb1b..d7bab2726e8 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -37,9 +37,9 @@ "@polkadot/types-codec": "14.2.4-3-x", "@polkadot/types-create": "14.2.4-3-x", "@polkadot/types-support": "14.2.4-3-x", - "@polkadot/util": "^13.2.2", - "@polkadot/util-crypto": "^13.2.2", - "@polkadot/x-ws": "^13.2.2", + "@polkadot/util": "^13.2.3", + "@polkadot/util-crypto": "^13.2.3", + "@polkadot/x-ws": "^13.2.3", "handlebars": "^4.7.8", "tslib": "^2.8.0", "yargs": "^17.7.2" diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 198429efded..35a59a70394 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -23,7 +23,7 @@ "dependencies": { "@polkadot/types": "14.2.4-3-x", "@polkadot/types-codec": "14.2.4-3-x", - "@polkadot/util": "^13.2.2", + "@polkadot/util": "^13.2.3", "tslib": "^2.8.0" } } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 32df89e2d6f..a6722a82cf3 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -21,14 +21,14 @@ "version": "14.2.4-3-x", "main": "index.js", "dependencies": { - "@polkadot/util": "^13.2.2", - "@polkadot/x-bigint": "^13.2.2", + "@polkadot/util": "^13.2.3", + "@polkadot/x-bigint": "^13.2.3", "tslib": "^2.8.0" }, "devDependencies": { "@polkadot/types": "14.2.4-3-x", "@polkadot/types-augment": "14.2.4-3-x", "@polkadot/types-support": "14.2.4-3-x", - "@polkadot/util-crypto": "^13.2.2" + "@polkadot/util-crypto": "^13.2.3" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 4cb702cf30f..d8fd4d171f7 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -22,7 +22,7 @@ "main": "index.js", "dependencies": { "@polkadot/types-codec": "14.2.4-3-x", - "@polkadot/util": "^13.2.2", + "@polkadot/util": "^13.2.3", "tslib": "^2.8.0" }, "devDependencies": { diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 2a32882c6fe..12c91ae6566 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -21,11 +21,11 @@ "version": "14.2.4-3-x", "main": "index.js", "dependencies": { - "@polkadot/networks": "^13.2.2", + "@polkadot/networks": "^13.2.3", "@polkadot/types": "14.2.4-3-x", "@polkadot/types-codec": "14.2.4-3-x", "@polkadot/types-create": "14.2.4-3-x", - "@polkadot/util": "^13.2.2", + "@polkadot/util": "^13.2.3", "tslib": "^2.8.0" }, "devDependencies": { diff --git a/packages/types-support/package.json b/packages/types-support/package.json index 41de43b8778..6d8631a533d 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -21,7 +21,7 @@ "version": "14.2.4-3-x", "main": "index.js", "dependencies": { - "@polkadot/util": "^13.2.2", + "@polkadot/util": "^13.2.3", "tslib": "^2.8.0" } } diff --git a/packages/types/package.json b/packages/types/package.json index e3bd6e44562..596d07d2afc 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -21,17 +21,17 @@ "version": "14.2.4-3-x", "main": "index.js", "dependencies": { - "@polkadot/keyring": "^13.2.2", + "@polkadot/keyring": "^13.2.3", "@polkadot/types-augment": "14.2.4-3-x", "@polkadot/types-codec": "14.2.4-3-x", "@polkadot/types-create": "14.2.4-3-x", - "@polkadot/util": "^13.2.2", - "@polkadot/util-crypto": "^13.2.2", + "@polkadot/util": "^13.2.3", + "@polkadot/util-crypto": "^13.2.3", "rxjs": "^7.8.1", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/keyring": "^13.2.2", + "@polkadot/keyring": "^13.2.3", "@polkadot/types-support": "14.2.4-3-x" } } diff --git a/yarn.lock b/yarn.lock index f85718648e1..9fcb1c4f380 100644 --- a/yarn.lock +++ b/yarn.lock @@ -456,7 +456,7 @@ __metadata: "@polkadot/types": "npm:14.2.4-3-x" "@polkadot/types-augment": "npm:14.2.4-3-x" "@polkadot/types-codec": "npm:14.2.4-3-x" - "@polkadot/util": "npm:^13.2.2" + "@polkadot/util": "npm:^13.2.3" tslib: "npm:^2.8.0" languageName: unknown linkType: soft @@ -467,7 +467,7 @@ __metadata: dependencies: "@polkadot/rpc-core": "npm:14.2.4-3-x" "@polkadot/types": "npm:14.2.4-3-x" - "@polkadot/util": "npm:^13.2.2" + "@polkadot/util": "npm:^13.2.3" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.0" languageName: unknown @@ -479,13 +479,13 @@ __metadata: dependencies: "@polkadot/api": "npm:14.2.4-3-x" "@polkadot/api-augment": "npm:14.2.4-3-x" - "@polkadot/keyring": "npm:^13.2.2" + "@polkadot/keyring": "npm:^13.2.3" "@polkadot/types": "npm:14.2.4-3-x" "@polkadot/types-codec": "npm:14.2.4-3-x" "@polkadot/types-create": "npm:14.2.4-3-x" "@polkadot/types-support": "npm:14.2.4-3-x" - "@polkadot/util": "npm:^13.2.2" - "@polkadot/util-crypto": "npm:^13.2.2" + "@polkadot/util": "npm:^13.2.3" + "@polkadot/util-crypto": "npm:^13.2.3" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.0" languageName: unknown @@ -504,8 +504,8 @@ __metadata: "@polkadot/types": "npm:14.2.4-3-x" "@polkadot/types-codec": "npm:14.2.4-3-x" "@polkadot/types-support": "npm:14.2.4-3-x" - "@polkadot/util": "npm:^13.2.2" - "@polkadot/util-crypto": "npm:^13.2.2" + "@polkadot/util": "npm:^13.2.3" + "@polkadot/util-crypto": "npm:^13.2.3" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.0" languageName: unknown @@ -518,7 +518,7 @@ __metadata: "@polkadot/api-augment": "npm:14.2.4-3-x" "@polkadot/api-base": "npm:14.2.4-3-x" "@polkadot/api-derive": "npm:14.2.4-3-x" - "@polkadot/keyring": "npm:^13.2.2" + "@polkadot/keyring": "npm:^13.2.3" "@polkadot/rpc-augment": "npm:14.2.4-3-x" "@polkadot/rpc-core": "npm:14.2.4-3-x" "@polkadot/rpc-provider": "npm:14.2.4-3-x" @@ -528,8 +528,8 @@ __metadata: "@polkadot/types-create": "npm:14.2.4-3-x" "@polkadot/types-known": "npm:14.2.4-3-x" "@polkadot/types-support": "npm:14.2.4-3-x" - "@polkadot/util": "npm:^13.2.2" - "@polkadot/util-crypto": "npm:^13.2.2" + "@polkadot/util": "npm:^13.2.3" + "@polkadot/util-crypto": "npm:^13.2.3" eventemitter3: "npm:^5.0.1" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.0" @@ -632,28 +632,28 @@ __metadata: languageName: node linkType: hard -"@polkadot/keyring@npm:^13.2.2": - version: 13.2.2 - resolution: "@polkadot/keyring@npm:13.2.2" +"@polkadot/keyring@npm:^13.2.3": + version: 13.2.3 + resolution: "@polkadot/keyring@npm:13.2.3" dependencies: - "@polkadot/util": "npm:13.2.2" - "@polkadot/util-crypto": "npm:13.2.2" + "@polkadot/util": "npm:13.2.3" + "@polkadot/util-crypto": "npm:13.2.3" tslib: "npm:^2.8.0" peerDependencies: - "@polkadot/util": 13.2.2 - "@polkadot/util-crypto": 13.2.2 - checksum: 10/552972c5e4c26f8a95dbb18552cbcfb04c87e085022153a705025987bb77655dc6c32709ea4b8300ebe74945a32b7f8a88ab50460d1962b847335daeae19bda1 + "@polkadot/util": 13.2.3 + "@polkadot/util-crypto": 13.2.3 + checksum: 10/c89cbdd3830f54cabcfde01527b7597a215b39dd7f26a374b1f0f43051fb0443385607548528c0b11eb42ca05d90569f38b13aeeed25858ccfa7ecf1d7345a21 languageName: node linkType: hard -"@polkadot/networks@npm:13.2.2, @polkadot/networks@npm:^13.2.2": - version: 13.2.2 - resolution: "@polkadot/networks@npm:13.2.2" +"@polkadot/networks@npm:13.2.3, @polkadot/networks@npm:^13.2.3": + version: 13.2.3 + resolution: "@polkadot/networks@npm:13.2.3" dependencies: - "@polkadot/util": "npm:13.2.2" + "@polkadot/util": "npm:13.2.3" "@substrate/ss58-registry": "npm:^1.51.0" tslib: "npm:^2.8.0" - checksum: 10/a1282e7104ed0c3ca0c8b42db115fa95ae99e03ea878e1837db92b04fada55c0ed7a55a63c2d36d248ec467e471e72c49026f75233eddd7dbd7037e3a1c81bb2 + checksum: 10/83c4d6321b67c8a5eaf55189dba2180e49600d12ebd55fe861780241fbe8969c972a8b184c91b64a03880c74502889f35ec2eef124f7288e27f2e77ecc4f5e39 languageName: node linkType: hard @@ -664,7 +664,7 @@ __metadata: "@polkadot/rpc-core": "npm:14.2.4-3-x" "@polkadot/types": "npm:14.2.4-3-x" "@polkadot/types-codec": "npm:14.2.4-3-x" - "@polkadot/util": "npm:^13.2.2" + "@polkadot/util": "npm:^13.2.3" tslib: "npm:^2.8.0" languageName: unknown linkType: soft @@ -673,11 +673,11 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/rpc-core@workspace:packages/rpc-core" dependencies: - "@polkadot/keyring": "npm:^13.2.2" + "@polkadot/keyring": "npm:^13.2.3" "@polkadot/rpc-augment": "npm:14.2.4-3-x" "@polkadot/rpc-provider": "npm:14.2.4-3-x" "@polkadot/types": "npm:14.2.4-3-x" - "@polkadot/util": "npm:^13.2.2" + "@polkadot/util": "npm:^13.2.3" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.0" languageName: unknown @@ -687,14 +687,14 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider" dependencies: - "@polkadot/keyring": "npm:^13.2.2" + "@polkadot/keyring": "npm:^13.2.3" "@polkadot/types": "npm:14.2.4-3-x" "@polkadot/types-support": "npm:14.2.4-3-x" - "@polkadot/util": "npm:^13.2.2" - "@polkadot/util-crypto": "npm:^13.2.2" - "@polkadot/x-fetch": "npm:^13.2.2" - "@polkadot/x-global": "npm:^13.2.2" - "@polkadot/x-ws": "npm:^13.2.2" + "@polkadot/util": "npm:^13.2.3" + "@polkadot/util-crypto": "npm:^13.2.3" + "@polkadot/x-fetch": "npm:^13.2.3" + "@polkadot/x-global": "npm:^13.2.3" + "@polkadot/x-ws": "npm:^13.2.3" "@substrate/connect": "npm:0.8.11" eventemitter3: "npm:^5.0.1" mock-socket: "npm:^9.3.1" @@ -719,9 +719,9 @@ __metadata: "@polkadot/types-codec": "npm:14.2.4-3-x" "@polkadot/types-create": "npm:14.2.4-3-x" "@polkadot/types-support": "npm:14.2.4-3-x" - "@polkadot/util": "npm:^13.2.2" - "@polkadot/util-crypto": "npm:^13.2.2" - "@polkadot/x-ws": "npm:^13.2.2" + "@polkadot/util": "npm:^13.2.3" + "@polkadot/util-crypto": "npm:^13.2.3" + "@polkadot/x-ws": "npm:^13.2.3" "@types/yargs": "npm:^17.0.33" handlebars: "npm:^4.7.8" tslib: "npm:^2.8.0" @@ -741,7 +741,7 @@ __metadata: dependencies: "@polkadot/types": "npm:14.2.4-3-x" "@polkadot/types-codec": "npm:14.2.4-3-x" - "@polkadot/util": "npm:^13.2.2" + "@polkadot/util": "npm:^13.2.3" tslib: "npm:^2.8.0" languageName: unknown linkType: soft @@ -753,9 +753,9 @@ __metadata: "@polkadot/types": "npm:14.2.4-3-x" "@polkadot/types-augment": "npm:14.2.4-3-x" "@polkadot/types-support": "npm:14.2.4-3-x" - "@polkadot/util": "npm:^13.2.2" - "@polkadot/util-crypto": "npm:^13.2.2" - "@polkadot/x-bigint": "npm:^13.2.2" + "@polkadot/util": "npm:^13.2.3" + "@polkadot/util-crypto": "npm:^13.2.3" + "@polkadot/x-bigint": "npm:^13.2.3" tslib: "npm:^2.8.0" languageName: unknown linkType: soft @@ -766,7 +766,7 @@ __metadata: dependencies: "@polkadot/types": "npm:14.2.4-3-x" "@polkadot/types-codec": "npm:14.2.4-3-x" - "@polkadot/util": "npm:^13.2.2" + "@polkadot/util": "npm:^13.2.3" tslib: "npm:^2.8.0" languageName: unknown linkType: soft @@ -776,11 +776,11 @@ __metadata: resolution: "@polkadot/types-known@workspace:packages/types-known" dependencies: "@polkadot/api": "npm:14.2.4-3-x" - "@polkadot/networks": "npm:^13.2.2" + "@polkadot/networks": "npm:^13.2.3" "@polkadot/types": "npm:14.2.4-3-x" "@polkadot/types-codec": "npm:14.2.4-3-x" "@polkadot/types-create": "npm:14.2.4-3-x" - "@polkadot/util": "npm:^13.2.2" + "@polkadot/util": "npm:^13.2.3" tslib: "npm:^2.8.0" languageName: unknown linkType: soft @@ -789,7 +789,7 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: - "@polkadot/util": "npm:^13.2.2" + "@polkadot/util": "npm:^13.2.3" tslib: "npm:^2.8.0" languageName: unknown linkType: soft @@ -798,50 +798,50 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: - "@polkadot/keyring": "npm:^13.2.2" + "@polkadot/keyring": "npm:^13.2.3" "@polkadot/types-augment": "npm:14.2.4-3-x" "@polkadot/types-codec": "npm:14.2.4-3-x" "@polkadot/types-create": "npm:14.2.4-3-x" "@polkadot/types-support": "npm:14.2.4-3-x" - "@polkadot/util": "npm:^13.2.2" - "@polkadot/util-crypto": "npm:^13.2.2" + "@polkadot/util": "npm:^13.2.3" + "@polkadot/util-crypto": "npm:^13.2.3" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:13.2.2, @polkadot/util-crypto@npm:^13.2.2": - version: 13.2.2 - resolution: "@polkadot/util-crypto@npm:13.2.2" +"@polkadot/util-crypto@npm:13.2.3, @polkadot/util-crypto@npm:^13.2.3": + version: 13.2.3 + resolution: "@polkadot/util-crypto@npm:13.2.3" dependencies: "@noble/curves": "npm:^1.3.0" "@noble/hashes": "npm:^1.3.3" - "@polkadot/networks": "npm:13.2.2" - "@polkadot/util": "npm:13.2.2" + "@polkadot/networks": "npm:13.2.3" + "@polkadot/util": "npm:13.2.3" "@polkadot/wasm-crypto": "npm:^7.4.1" "@polkadot/wasm-util": "npm:^7.4.1" - "@polkadot/x-bigint": "npm:13.2.2" - "@polkadot/x-randomvalues": "npm:13.2.2" + "@polkadot/x-bigint": "npm:13.2.3" + "@polkadot/x-randomvalues": "npm:13.2.3" "@scure/base": "npm:^1.1.7" tslib: "npm:^2.8.0" peerDependencies: - "@polkadot/util": 13.2.2 - checksum: 10/7f00b4a89be841cfa67c2a25717c21ead158ed52b3f166b5140dae6b2b20e011823b2c06b7df7df95216d964265db151d8785e3db8823ab62ffcc8986d769cd7 + "@polkadot/util": 13.2.3 + checksum: 10/47baf5cab1bd2ca20633ef324a35d7b8a4ecb6bff41eb9e0dac8229495d3a7e74f7bc685d652dd465c9339598fa4e885abce8f539329e77b32a1aa0920169825 languageName: node linkType: hard -"@polkadot/util@npm:13.2.2, @polkadot/util@npm:^13.2.2": - version: 13.2.2 - resolution: "@polkadot/util@npm:13.2.2" +"@polkadot/util@npm:13.2.3, @polkadot/util@npm:^13.2.3": + version: 13.2.3 + resolution: "@polkadot/util@npm:13.2.3" dependencies: - "@polkadot/x-bigint": "npm:13.2.2" - "@polkadot/x-global": "npm:13.2.2" - "@polkadot/x-textdecoder": "npm:13.2.2" - "@polkadot/x-textencoder": "npm:13.2.2" + "@polkadot/x-bigint": "npm:13.2.3" + "@polkadot/x-global": "npm:13.2.3" + "@polkadot/x-textdecoder": "npm:13.2.3" + "@polkadot/x-textencoder": "npm:13.2.3" "@types/bn.js": "npm:^5.1.6" bn.js: "npm:^5.2.1" tslib: "npm:^2.8.0" - checksum: 10/acf145fdf49ad7e39a8df2c24eba510956281196902684fa42ce3b4f2152863478a5410b9f64b9a73ab689f37b64f8e01af15027a29812417b1333f143d14c21 + checksum: 10/45c493224599a003cb52c98d0be502088e3e05dc74e1c505d579aae77341bf1769fbe1ca6c13df8b581235690f78c3b36f8525d378af9df5663a1c21becc4766 languageName: node linkType: hard @@ -925,77 +925,77 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bigint@npm:13.2.2, @polkadot/x-bigint@npm:^13.2.2": - version: 13.2.2 - resolution: "@polkadot/x-bigint@npm:13.2.2" +"@polkadot/x-bigint@npm:13.2.3, @polkadot/x-bigint@npm:^13.2.3": + version: 13.2.3 + resolution: "@polkadot/x-bigint@npm:13.2.3" dependencies: - "@polkadot/x-global": "npm:13.2.2" + "@polkadot/x-global": "npm:13.2.3" tslib: "npm:^2.8.0" - checksum: 10/00cdd6298a82971c700b1cb9d9dda26423a46fe86044fe74c5c14cb15d70ca912f044a1c935416fb363b58f84544e7f7a5a79eedefccdfbc56e5185637781c90 + checksum: 10/1ede67d15b2e66eb8546e6f7ea9bd3599969eda2a75339a5e7077d1db67e1cebd61b5b4522c344ee3210e3117e9c8c36fe623fc691e0d4a8c0f9b0dc39b768a5 languageName: node linkType: hard -"@polkadot/x-fetch@npm:^13.2.2": - version: 13.2.2 - resolution: "@polkadot/x-fetch@npm:13.2.2" +"@polkadot/x-fetch@npm:^13.2.3": + version: 13.2.3 + resolution: "@polkadot/x-fetch@npm:13.2.3" dependencies: - "@polkadot/x-global": "npm:13.2.2" + "@polkadot/x-global": "npm:13.2.3" node-fetch: "npm:^3.3.2" tslib: "npm:^2.8.0" - checksum: 10/19110cbe80ec105eb4f86f162f6f86a930e18bd189d422dbb724a5a0cf7ad83167ed86671835fd43948f5f92295b570ec7bb997f308359bf9ddb6cea335b4438 + checksum: 10/55104a2f6ca60acc25e15becf67988f19e702afa985283451436ca42a417e04d87f91332a1afba78537691c370f7a053ec6e07ba111464d25ccbecc99864eac7 languageName: node linkType: hard -"@polkadot/x-global@npm:13.2.2, @polkadot/x-global@npm:^13.2.2": - version: 13.2.2 - resolution: "@polkadot/x-global@npm:13.2.2" +"@polkadot/x-global@npm:13.2.3, @polkadot/x-global@npm:^13.2.3": + version: 13.2.3 + resolution: "@polkadot/x-global@npm:13.2.3" dependencies: tslib: "npm:^2.8.0" - checksum: 10/9b2747c6b581943c82d6228e886fd491ea41068e07d1da3654c9acc27ace5e1b8682c6e9f8ceaffe68aa88fb386758ebe70f595fde8a5a2544361999e39e74f1 + checksum: 10/163b11c938c4496a94fd476b909b8358007c17e9a251d627c4114d14419c8cd462d8246a580a28e859c91d71c384fc3acfeb27d2e0559c4a443226cbb25df560 languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:13.2.2": - version: 13.2.2 - resolution: "@polkadot/x-randomvalues@npm:13.2.2" +"@polkadot/x-randomvalues@npm:13.2.3": + version: 13.2.3 + resolution: "@polkadot/x-randomvalues@npm:13.2.3" dependencies: - "@polkadot/x-global": "npm:13.2.2" + "@polkadot/x-global": "npm:13.2.3" tslib: "npm:^2.8.0" peerDependencies: - "@polkadot/util": 13.2.2 + "@polkadot/util": 13.2.3 "@polkadot/wasm-util": "*" - checksum: 10/d30e37bc659f4fe045b421e80fc37849e92351ff64244c90651f35ef1fb8722ad1d8d421fc459d039a5f53b9072635f4f531a5a0fd029269025a86178b44b327 + checksum: 10/864b94a2f031582095afc4e0b2ecbb315cb76122b35f359f236704d8e753b0225c7a6f78a68c990bfbb7b2ea8287d05f0fcb9c27a3c2bd785408de3074fa9636 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:13.2.2": - version: 13.2.2 - resolution: "@polkadot/x-textdecoder@npm:13.2.2" +"@polkadot/x-textdecoder@npm:13.2.3": + version: 13.2.3 + resolution: "@polkadot/x-textdecoder@npm:13.2.3" dependencies: - "@polkadot/x-global": "npm:13.2.2" + "@polkadot/x-global": "npm:13.2.3" tslib: "npm:^2.8.0" - checksum: 10/8fcf79d362141f011123230f7f82f9145cd7c0c7f2ac8caa89f0b8a59e457aad6ffb6e05dee98bd7e254dbd87cce6660dea50e7a41b09830f81e1e350f49a276 + checksum: 10/e67cfb4677cd8a43ed7678421562280947bf22b13d8d4b0ac49e20a34939bbd7de02b8e51a1f5f138c0884847d7c782fb6bbb13d2d7556d1bb7a4e39508c949d languageName: node linkType: hard -"@polkadot/x-textencoder@npm:13.2.2": - version: 13.2.2 - resolution: "@polkadot/x-textencoder@npm:13.2.2" +"@polkadot/x-textencoder@npm:13.2.3": + version: 13.2.3 + resolution: "@polkadot/x-textencoder@npm:13.2.3" dependencies: - "@polkadot/x-global": "npm:13.2.2" + "@polkadot/x-global": "npm:13.2.3" tslib: "npm:^2.8.0" - checksum: 10/e382f7b1601b11b91fa17242af0357ecd7db4bd7f6db2cea88eef9a5bb3f64271089569b34e28685d62f8e89e870876f2872ec2f34a8aee44515f47e79cd4f0f + checksum: 10/54630e2ca156cda7d5f8eb3d5283f43d2729c579d032d9d2b088c2a599d3be905c237d9ebcca3fd432e1fca9d1d0349585e4bf8e27000946a2d6f3c8fef1009d languageName: node linkType: hard -"@polkadot/x-ws@npm:^13.2.2": - version: 13.2.2 - resolution: "@polkadot/x-ws@npm:13.2.2" +"@polkadot/x-ws@npm:^13.2.3": + version: 13.2.3 + resolution: "@polkadot/x-ws@npm:13.2.3" dependencies: - "@polkadot/x-global": "npm:13.2.2" + "@polkadot/x-global": "npm:13.2.3" tslib: "npm:^2.8.0" ws: "npm:^8.18.0" - checksum: 10/f98fcf8350c691c78e2a06487dd57071e13d64014c8192fae2b4fd75435edd946bc4847142933f58046c93709160c912d7d8fa990b8f02b4db929f610b34c77b + checksum: 10/35c66899e1bdfeaf2956d663124fc4c33fb1f0b47f3e14f9f9aa8f1e291a7a14cae264aa15baadf7ba85f5c314fbfce61b1fc4bfad3b1d3fc51c1f1dfa60659d languageName: node linkType: hard