From a32bb2366286b7141760164b97918c3731d231ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:45:29 +0000 Subject: [PATCH] chore(deps): bump the pjs group across 1 directory with 7 updates Bumps the pjs group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) | `14.3.1` | `15.3.1` | | [@polkadot/api-augment](https://github.com/polkadot-js/api/tree/HEAD/packages/api-augment) | `14.3.1` | `15.3.1` | | [@polkadot/api-contract](https://github.com/polkadot-js/api/tree/HEAD/packages/api-contract) | `14.3.1` | `15.3.1` | | [@polkadot/types](https://github.com/polkadot-js/api/tree/HEAD/packages/types) | `14.3.1` | `15.3.1` | | [@polkadot/types-codec](https://github.com/polkadot-js/api/tree/HEAD/packages/types-codec) | `14.3.1` | `15.3.1` | | [@polkadot/util](https://github.com/polkadot-js/common/tree/HEAD/packages/util) | `13.2.3` | `13.3.1` | | [@polkadot/util-crypto](https://github.com/polkadot-js/common/tree/HEAD/packages/util-crypto) | `13.2.3` | `13.3.1` | Updates `@polkadot/api` from 14.3.1 to 15.3.1 - [Release notes](https://github.com/polkadot-js/api/releases) - [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md) - [Commits](https://github.com/polkadot-js/api/commits/v15.3.1/packages/api) Updates `@polkadot/api-augment` from 14.3.1 to 15.3.1 - [Release notes](https://github.com/polkadot-js/api/releases) - [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md) - [Commits](https://github.com/polkadot-js/api/commits/v15.3.1/packages/api-augment) Updates `@polkadot/api-contract` from 14.3.1 to 15.3.1 - [Release notes](https://github.com/polkadot-js/api/releases) - [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md) - [Commits](https://github.com/polkadot-js/api/commits/v15.3.1/packages/api-contract) Updates `@polkadot/types` from 14.3.1 to 15.3.1 - [Release notes](https://github.com/polkadot-js/api/releases) - [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md) - [Commits](https://github.com/polkadot-js/api/commits/v15.3.1/packages/types) Updates `@polkadot/types-codec` from 14.3.1 to 15.3.1 - [Release notes](https://github.com/polkadot-js/api/releases) - [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md) - [Commits](https://github.com/polkadot-js/api/commits/v15.3.1/packages/types-codec) Updates `@polkadot/util` from 13.2.3 to 13.3.1 - [Release notes](https://github.com/polkadot-js/common/releases) - [Changelog](https://github.com/polkadot-js/common/blob/master/CHANGELOG.md) - [Commits](https://github.com/polkadot-js/common/commits/v13.3.1/packages/util) Updates `@polkadot/util-crypto` from 13.2.3 to 13.3.1 - [Release notes](https://github.com/polkadot-js/common/releases) - [Changelog](https://github.com/polkadot-js/common/blob/master/CHANGELOG.md) - [Commits](https://github.com/polkadot-js/common/commits/v13.3.1/packages/util-crypto) --- updated-dependencies: - dependency-name: "@polkadot/api" dependency-type: direct:production update-type: version-update:semver-major dependency-group: pjs - dependency-name: "@polkadot/api-augment" dependency-type: direct:production update-type: version-update:semver-major dependency-group: pjs - dependency-name: "@polkadot/api-contract" dependency-type: direct:production update-type: version-update:semver-major dependency-group: pjs - dependency-name: "@polkadot/types" dependency-type: direct:production update-type: version-update:semver-major dependency-group: pjs - dependency-name: "@polkadot/types-codec" dependency-type: direct:production update-type: version-update:semver-major dependency-group: pjs - dependency-name: "@polkadot/util" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pjs - dependency-name: "@polkadot/util-crypto" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pjs ... Signed-off-by: dependabot[bot] --- package.json | 14 +- yarn.lock | 447 ++++++++++++++++++++++++++------------------------- 2 files changed, 234 insertions(+), 227 deletions(-) diff --git a/package.json b/package.json index 8c9d27fcd..314bc6084 100644 --- a/package.json +++ b/package.json @@ -50,13 +50,13 @@ "test:test-release": "yarn build:scripts && node scripts/build/runYarnPack.js" }, "dependencies": { - "@polkadot/api": "^14.3.1", - "@polkadot/api-augment": "^14.3.1", - "@polkadot/api-contract": "^14.3.1", - "@polkadot/types": "^14.3.1", - "@polkadot/types-codec": "^14.3.1", - "@polkadot/util": "^13.2.3", - "@polkadot/util-crypto": "^13.2.3", + "@polkadot/api": "^15.3.1", + "@polkadot/api-augment": "^15.3.1", + "@polkadot/api-contract": "^15.3.1", + "@polkadot/types": "^15.3.1", + "@polkadot/types-codec": "^15.3.1", + "@polkadot/util": "^13.3.1", + "@polkadot/util-crypto": "^13.3.1", "@substrate/calc": "^0.3.1", "argparse": "^2.0.1", "confmgr": "^1.1.0", diff --git a/yarn.lock b/yarn.lock index 6bb53948a..e2a583dbf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1044,276 +1044,276 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:14.3.1, @polkadot/api-augment@npm:^14.3.1": - version: 14.3.1 - resolution: "@polkadot/api-augment@npm:14.3.1" - dependencies: - "@polkadot/api-base": "npm:14.3.1" - "@polkadot/rpc-augment": "npm:14.3.1" - "@polkadot/types": "npm:14.3.1" - "@polkadot/types-augment": "npm:14.3.1" - "@polkadot/types-codec": "npm:14.3.1" - "@polkadot/util": "npm:^13.2.3" - tslib: "npm:^2.8.0" - checksum: 10/3f5c00c4ef44f24c02f5c7ef5a19fa28d7539a9e5eef1f9f9b4ca7b815bd7927d6d194ad657d82325110ae886293b64ccfa681938681cf034cf2132ae411ce7b +"@polkadot/api-augment@npm:15.3.1, @polkadot/api-augment@npm:^15.3.1": + version: 15.3.1 + resolution: "@polkadot/api-augment@npm:15.3.1" + dependencies: + "@polkadot/api-base": "npm:15.3.1" + "@polkadot/rpc-augment": "npm:15.3.1" + "@polkadot/types": "npm:15.3.1" + "@polkadot/types-augment": "npm:15.3.1" + "@polkadot/types-codec": "npm:15.3.1" + "@polkadot/util": "npm:^13.3.1" + tslib: "npm:^2.8.1" + checksum: 10/7c35abe4422769b204a479d2fd7770658b6cf331d3278f0cf7548145e711a9bcf481dfc29339a24e9e2204c39bf1d0e9d89c345834be27ae2375167610ea2e8f languageName: node linkType: hard -"@polkadot/api-base@npm:14.3.1": - version: 14.3.1 - resolution: "@polkadot/api-base@npm:14.3.1" +"@polkadot/api-base@npm:15.3.1": + version: 15.3.1 + resolution: "@polkadot/api-base@npm:15.3.1" dependencies: - "@polkadot/rpc-core": "npm:14.3.1" - "@polkadot/types": "npm:14.3.1" - "@polkadot/util": "npm:^13.2.3" + "@polkadot/rpc-core": "npm:15.3.1" + "@polkadot/types": "npm:15.3.1" + "@polkadot/util": "npm:^13.3.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.8.0" - checksum: 10/ce626a7e624e1906cc7c922f5261e9bf52dd8b2a1b0964b83c176354cda1aebae1898d8b5a7e4306cdccf734e9a5eee6a13ca1c9d940d77513bce270f423effa + tslib: "npm:^2.8.1" + checksum: 10/d14bc0643685d346cac7510f09214e140ec75111e3cdc29f37d617d83be82756ba7d440bd39c11a16d5fe2d815843ef7d84e4ba3fb6542d53ab57da8024537c7 languageName: node linkType: hard -"@polkadot/api-contract@npm:^14.3.1": - version: 14.3.1 - resolution: "@polkadot/api-contract@npm:14.3.1" +"@polkadot/api-contract@npm:^15.3.1": + version: 15.3.1 + resolution: "@polkadot/api-contract@npm:15.3.1" dependencies: - "@polkadot/api": "npm:14.3.1" - "@polkadot/api-augment": "npm:14.3.1" - "@polkadot/types": "npm:14.3.1" - "@polkadot/types-codec": "npm:14.3.1" - "@polkadot/types-create": "npm:14.3.1" - "@polkadot/util": "npm:^13.2.3" - "@polkadot/util-crypto": "npm:^13.2.3" + "@polkadot/api": "npm:15.3.1" + "@polkadot/api-augment": "npm:15.3.1" + "@polkadot/types": "npm:15.3.1" + "@polkadot/types-codec": "npm:15.3.1" + "@polkadot/types-create": "npm:15.3.1" + "@polkadot/util": "npm:^13.3.1" + "@polkadot/util-crypto": "npm:^13.3.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.8.0" - checksum: 10/511ab325b3834dca2b2f56330a91d0bdc2df55c8947b8d44ba4ace394a110f260df280e4beeb76b682e669629694523251b3f658a50aa1649e73938584566d04 + tslib: "npm:^2.8.1" + checksum: 10/2503d18eded8b70185c2ddae1530f075d46e82eff3d90f037e10fb2e570329b4e1606e64235ab19151b2b4034cafbf6caca4616982f34d32a84edf5359686a61 languageName: node linkType: hard -"@polkadot/api-derive@npm:14.3.1": - version: 14.3.1 - resolution: "@polkadot/api-derive@npm:14.3.1" +"@polkadot/api-derive@npm:15.3.1": + version: 15.3.1 + resolution: "@polkadot/api-derive@npm:15.3.1" dependencies: - "@polkadot/api": "npm:14.3.1" - "@polkadot/api-augment": "npm:14.3.1" - "@polkadot/api-base": "npm:14.3.1" - "@polkadot/rpc-core": "npm:14.3.1" - "@polkadot/types": "npm:14.3.1" - "@polkadot/types-codec": "npm:14.3.1" - "@polkadot/util": "npm:^13.2.3" - "@polkadot/util-crypto": "npm:^13.2.3" + "@polkadot/api": "npm:15.3.1" + "@polkadot/api-augment": "npm:15.3.1" + "@polkadot/api-base": "npm:15.3.1" + "@polkadot/rpc-core": "npm:15.3.1" + "@polkadot/types": "npm:15.3.1" + "@polkadot/types-codec": "npm:15.3.1" + "@polkadot/util": "npm:^13.3.1" + "@polkadot/util-crypto": "npm:^13.3.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.8.0" - checksum: 10/18201342ff4f7b42994a2d2d796ae8d7b0cdf4d6f022ed9359d3c95f299ff7f2175eaf31c358ce411eb51d0ad090977d131974f6094ec49e8e145fc5771f1f76 - languageName: node - linkType: hard - -"@polkadot/api@npm:14.3.1, @polkadot/api@npm:^14.3.1": - version: 14.3.1 - resolution: "@polkadot/api@npm:14.3.1" - dependencies: - "@polkadot/api-augment": "npm:14.3.1" - "@polkadot/api-base": "npm:14.3.1" - "@polkadot/api-derive": "npm:14.3.1" - "@polkadot/keyring": "npm:^13.2.3" - "@polkadot/rpc-augment": "npm:14.3.1" - "@polkadot/rpc-core": "npm:14.3.1" - "@polkadot/rpc-provider": "npm:14.3.1" - "@polkadot/types": "npm:14.3.1" - "@polkadot/types-augment": "npm:14.3.1" - "@polkadot/types-codec": "npm:14.3.1" - "@polkadot/types-create": "npm:14.3.1" - "@polkadot/types-known": "npm:14.3.1" - "@polkadot/util": "npm:^13.2.3" - "@polkadot/util-crypto": "npm:^13.2.3" + tslib: "npm:^2.8.1" + checksum: 10/03d9c5005cf4614ff0d0bfb5daacbb15ec78c9ab1f0bcac0a8bd40ae8035e911817a64935cdcc8d07a7c3a5251111e6c58d19962a9dbc885fb082f10a2b18e49 + languageName: node + linkType: hard + +"@polkadot/api@npm:15.3.1, @polkadot/api@npm:^15.3.1": + version: 15.3.1 + resolution: "@polkadot/api@npm:15.3.1" + dependencies: + "@polkadot/api-augment": "npm:15.3.1" + "@polkadot/api-base": "npm:15.3.1" + "@polkadot/api-derive": "npm:15.3.1" + "@polkadot/keyring": "npm:^13.3.1" + "@polkadot/rpc-augment": "npm:15.3.1" + "@polkadot/rpc-core": "npm:15.3.1" + "@polkadot/rpc-provider": "npm:15.3.1" + "@polkadot/types": "npm:15.3.1" + "@polkadot/types-augment": "npm:15.3.1" + "@polkadot/types-codec": "npm:15.3.1" + "@polkadot/types-create": "npm:15.3.1" + "@polkadot/types-known": "npm:15.3.1" + "@polkadot/util": "npm:^13.3.1" + "@polkadot/util-crypto": "npm:^13.3.1" eventemitter3: "npm:^5.0.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.8.0" - checksum: 10/560a9a5735820474542010c0102e3f43910d797918e37101dbb601c4363efba715d90cb29d609a9703b69559e8b0542d7103493b07c8090d67cc036da6ce6f40 + tslib: "npm:^2.8.1" + checksum: 10/6b76255180e8128c4f8f72da83ecb8090ed9321cbb24529fd49390391b073aaad098c9ee92c5d3e6f9dac35931dfae46c22588a09b7ea24e712b49ff5b204b32 languageName: node linkType: hard -"@polkadot/keyring@npm:^13.2.3": - version: 13.2.3 - resolution: "@polkadot/keyring@npm:13.2.3" +"@polkadot/keyring@npm:^13.3.1": + version: 13.3.1 + resolution: "@polkadot/keyring@npm:13.3.1" dependencies: - "@polkadot/util": "npm:13.2.3" - "@polkadot/util-crypto": "npm:13.2.3" + "@polkadot/util": "npm:13.3.1" + "@polkadot/util-crypto": "npm:13.3.1" tslib: "npm:^2.8.0" peerDependencies: - "@polkadot/util": 13.2.3 - "@polkadot/util-crypto": 13.2.3 - checksum: 10/c89cbdd3830f54cabcfde01527b7597a215b39dd7f26a374b1f0f43051fb0443385607548528c0b11eb42ca05d90569f38b13aeeed25858ccfa7ecf1d7345a21 + "@polkadot/util": 13.3.1 + "@polkadot/util-crypto": 13.3.1 + checksum: 10/9f2068f4804618c5a35075e187d75f7d020b95bbed835a26d99e8fa6c4653698e5b0af1745e99fa7437403f130e513db27012ffcb7d413818c6663ea225f02af languageName: node linkType: hard -"@polkadot/networks@npm:13.2.3, @polkadot/networks@npm:^13.2.3": - version: 13.2.3 - resolution: "@polkadot/networks@npm:13.2.3" +"@polkadot/networks@npm:13.3.1, @polkadot/networks@npm:^13.3.1": + version: 13.3.1 + resolution: "@polkadot/networks@npm:13.3.1" dependencies: - "@polkadot/util": "npm:13.2.3" + "@polkadot/util": "npm:13.3.1" "@substrate/ss58-registry": "npm:^1.51.0" tslib: "npm:^2.8.0" - checksum: 10/83c4d6321b67c8a5eaf55189dba2180e49600d12ebd55fe861780241fbe8969c972a8b184c91b64a03880c74502889f35ec2eef124f7288e27f2e77ecc4f5e39 + checksum: 10/bdf806ba36d4989791c8a2b3cc49161dd9541f431c8a03a97da080a29db47ffa33dbf277b45105cb930f2a6fd3bd26c3be1404366816c35db341d013136ea0fb languageName: node linkType: hard -"@polkadot/rpc-augment@npm:14.3.1": - version: 14.3.1 - resolution: "@polkadot/rpc-augment@npm:14.3.1" +"@polkadot/rpc-augment@npm:15.3.1": + version: 15.3.1 + resolution: "@polkadot/rpc-augment@npm:15.3.1" dependencies: - "@polkadot/rpc-core": "npm:14.3.1" - "@polkadot/types": "npm:14.3.1" - "@polkadot/types-codec": "npm:14.3.1" - "@polkadot/util": "npm:^13.2.3" - tslib: "npm:^2.8.0" - checksum: 10/71743f3aa3f7ed57d17149e7bc2d4892bd0df7b2e9b8f4922d0edb8e5944774c142b478158b16c2a1dad2d3f34db5eff0c042a53a3ce16498d25d892456b59e2 + "@polkadot/rpc-core": "npm:15.3.1" + "@polkadot/types": "npm:15.3.1" + "@polkadot/types-codec": "npm:15.3.1" + "@polkadot/util": "npm:^13.3.1" + tslib: "npm:^2.8.1" + checksum: 10/0a1974d21ebaf158811914f1c0ba6dbe4a976b08366a71a2d694638de61b6a4273042b581aab9e5a51e6ed8f08b6f0e4497c9134ee0279d436dc68e0a2221221 languageName: node linkType: hard -"@polkadot/rpc-core@npm:14.3.1": - version: 14.3.1 - resolution: "@polkadot/rpc-core@npm:14.3.1" +"@polkadot/rpc-core@npm:15.3.1": + version: 15.3.1 + resolution: "@polkadot/rpc-core@npm:15.3.1" dependencies: - "@polkadot/rpc-augment": "npm:14.3.1" - "@polkadot/rpc-provider": "npm:14.3.1" - "@polkadot/types": "npm:14.3.1" - "@polkadot/util": "npm:^13.2.3" + "@polkadot/rpc-augment": "npm:15.3.1" + "@polkadot/rpc-provider": "npm:15.3.1" + "@polkadot/types": "npm:15.3.1" + "@polkadot/util": "npm:^13.3.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.8.0" - checksum: 10/1f3d2ac384d26a7c5f24bc276082b852b301889e41acddc8f6c1ad3a7c5b553e06df66603e336d1e8b94fe5b322245d49ad9282eab19b1f7af024edb2f0d4ba1 + tslib: "npm:^2.8.1" + checksum: 10/5618a8cbfbb61c8c23c05a2d4d59fcc568244e246735d6064ddddcf63555c7a9e037b5747adbe94d1225ecad9e56337f5456f49e8bc986530a9d426afe650ca6 languageName: node linkType: hard -"@polkadot/rpc-provider@npm:14.3.1": - version: 14.3.1 - resolution: "@polkadot/rpc-provider@npm:14.3.1" +"@polkadot/rpc-provider@npm:15.3.1": + version: 15.3.1 + resolution: "@polkadot/rpc-provider@npm:15.3.1" dependencies: - "@polkadot/keyring": "npm:^13.2.3" - "@polkadot/types": "npm:14.3.1" - "@polkadot/types-support": "npm:14.3.1" - "@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" + "@polkadot/keyring": "npm:^13.3.1" + "@polkadot/types": "npm:15.3.1" + "@polkadot/types-support": "npm:15.3.1" + "@polkadot/util": "npm:^13.3.1" + "@polkadot/util-crypto": "npm:^13.3.1" + "@polkadot/x-fetch": "npm:^13.3.1" + "@polkadot/x-global": "npm:^13.3.1" + "@polkadot/x-ws": "npm:^13.3.1" "@substrate/connect": "npm:0.8.11" eventemitter3: "npm:^5.0.1" mock-socket: "npm:^9.3.1" nock: "npm:^13.5.5" - tslib: "npm:^2.8.0" + tslib: "npm:^2.8.1" dependenciesMeta: "@substrate/connect": optional: true - checksum: 10/3a9b3040cd15f58efeb65bd0789199e0b169e1babf9625ef0516b8fd9fbf37d3dc8cc61619be83019e27986278ecc3b8fc4084fbb8249e6643d5eadf42705dd7 + checksum: 10/841312b5c815d6b10a40506505ba9f5c61ce09dd7897879adc18b26fed9b34e3c1394ebe41e6d246cfafac10ccd0d8f56fb9b7cd4173274648311870935eec11 languageName: node linkType: hard -"@polkadot/types-augment@npm:14.3.1": - version: 14.3.1 - resolution: "@polkadot/types-augment@npm:14.3.1" +"@polkadot/types-augment@npm:15.3.1": + version: 15.3.1 + resolution: "@polkadot/types-augment@npm:15.3.1" dependencies: - "@polkadot/types": "npm:14.3.1" - "@polkadot/types-codec": "npm:14.3.1" - "@polkadot/util": "npm:^13.2.3" - tslib: "npm:^2.8.0" - checksum: 10/a8636b993732da426f992f6383d803ce31a2a92244dce3fdc033d1fb2e2d29259f0690a5a5e3d5b92ffe21aaae39343280b5c9d7153659f3b92672669140d644 + "@polkadot/types": "npm:15.3.1" + "@polkadot/types-codec": "npm:15.3.1" + "@polkadot/util": "npm:^13.3.1" + tslib: "npm:^2.8.1" + checksum: 10/7b6b04cd666868d24b99efebf3976a48b0591131b7c88c660edf763c577341d10ef37e9dd5eba747bee12e0951d24a60059cd5c7904d757bd1f323ed49cc09a4 languageName: node linkType: hard -"@polkadot/types-codec@npm:14.3.1, @polkadot/types-codec@npm:^14.3.1": - version: 14.3.1 - resolution: "@polkadot/types-codec@npm:14.3.1" +"@polkadot/types-codec@npm:15.3.1, @polkadot/types-codec@npm:^15.3.1": + version: 15.3.1 + resolution: "@polkadot/types-codec@npm:15.3.1" dependencies: - "@polkadot/util": "npm:^13.2.3" - "@polkadot/x-bigint": "npm:^13.2.3" - tslib: "npm:^2.8.0" - checksum: 10/2b3131fa5e4c5ecc8d06dc2cd7bf061aed20e093ac2426629b7f7872fbb9579fb0277260c12192b856d59dae3e1733efde7e9cbbd4fc89548d9fdcc35bca9e85 + "@polkadot/util": "npm:^13.3.1" + "@polkadot/x-bigint": "npm:^13.3.1" + tslib: "npm:^2.8.1" + checksum: 10/efa2105ee6618d31e5d697f933288c9c0306bfa094373600b311b4442c8086ec43e8a915fb1f4339d80fc3eb2f6a40d8089b6eef32ee28e52802c9a6da78ac72 languageName: node linkType: hard -"@polkadot/types-create@npm:14.3.1": - version: 14.3.1 - resolution: "@polkadot/types-create@npm:14.3.1" +"@polkadot/types-create@npm:15.3.1": + version: 15.3.1 + resolution: "@polkadot/types-create@npm:15.3.1" dependencies: - "@polkadot/types-codec": "npm:14.3.1" - "@polkadot/util": "npm:^13.2.3" - tslib: "npm:^2.8.0" - checksum: 10/bdf89b24382f90722f853c636023c9963f8c22ddf2e4c0dcc98ec4876a6c0094d666d283a900aeed67ec5ea1006e81168ef28d8e5c630171f4c4b60b6e1f2faf + "@polkadot/types-codec": "npm:15.3.1" + "@polkadot/util": "npm:^13.3.1" + tslib: "npm:^2.8.1" + checksum: 10/acaba68535fa926ad0eb2d0de91a2a85c05799282e89f3d87bef8f5dcae52bbb8a11bd2607ccb7c588e59da3f2e2c71f8e0be11e6e1723852e1c82c4301c5376 languageName: node linkType: hard -"@polkadot/types-known@npm:14.3.1": - version: 14.3.1 - resolution: "@polkadot/types-known@npm:14.3.1" +"@polkadot/types-known@npm:15.3.1": + version: 15.3.1 + resolution: "@polkadot/types-known@npm:15.3.1" dependencies: - "@polkadot/networks": "npm:^13.2.3" - "@polkadot/types": "npm:14.3.1" - "@polkadot/types-codec": "npm:14.3.1" - "@polkadot/types-create": "npm:14.3.1" - "@polkadot/util": "npm:^13.2.3" - tslib: "npm:^2.8.0" - checksum: 10/7923bcc5e9d2c412edfe68360e19b7d83b50015d87b7db19664cee24afe998ffb968573ba1698b975b9f1e5e46f7cfac0c83b09f8b77c2b3cf88637f1858f0ba + "@polkadot/networks": "npm:^13.3.1" + "@polkadot/types": "npm:15.3.1" + "@polkadot/types-codec": "npm:15.3.1" + "@polkadot/types-create": "npm:15.3.1" + "@polkadot/util": "npm:^13.3.1" + tslib: "npm:^2.8.1" + checksum: 10/af4d0597c8dfdc082829f141e0205756724f55b2df17013269f020327191cd6f0590aa37afbd4207265ad6416ed5f4b158af15004c43f0896e12ee903d848d67 languageName: node linkType: hard -"@polkadot/types-support@npm:14.3.1": - version: 14.3.1 - resolution: "@polkadot/types-support@npm:14.3.1" +"@polkadot/types-support@npm:15.3.1": + version: 15.3.1 + resolution: "@polkadot/types-support@npm:15.3.1" dependencies: - "@polkadot/util": "npm:^13.2.3" - tslib: "npm:^2.8.0" - checksum: 10/a8dbb853f275b5ff2df08faba7f5bb858f0e9d2ebbe90daa0ca8e8e161b0a23c26e36c32ce0efbe62b26ce0627dd117d612da8c259f1c3ee089c499d1acef054 + "@polkadot/util": "npm:^13.3.1" + tslib: "npm:^2.8.1" + checksum: 10/05ab04b02216255e3e332cfb8cd0fad2de6b61b1d31df6971235958f95d4a1664b8f65bc4b0a49d45eeeaf10a97b57237377d46beae1e8e93b66818caa48e8d0 languageName: node linkType: hard -"@polkadot/types@npm:14.3.1, @polkadot/types@npm:^14.3.1": - version: 14.3.1 - resolution: "@polkadot/types@npm:14.3.1" +"@polkadot/types@npm:15.3.1, @polkadot/types@npm:^15.3.1": + version: 15.3.1 + resolution: "@polkadot/types@npm:15.3.1" dependencies: - "@polkadot/keyring": "npm:^13.2.3" - "@polkadot/types-augment": "npm:14.3.1" - "@polkadot/types-codec": "npm:14.3.1" - "@polkadot/types-create": "npm:14.3.1" - "@polkadot/util": "npm:^13.2.3" - "@polkadot/util-crypto": "npm:^13.2.3" + "@polkadot/keyring": "npm:^13.3.1" + "@polkadot/types-augment": "npm:15.3.1" + "@polkadot/types-codec": "npm:15.3.1" + "@polkadot/types-create": "npm:15.3.1" + "@polkadot/util": "npm:^13.3.1" + "@polkadot/util-crypto": "npm:^13.3.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.8.0" - checksum: 10/6c3822a7d07576f2bd215eade91d8470fd2ce61b17902ac7d18d1c6ae4a8874a184b897af4788f3ee8ef7e224ddd1c51d08b6c4bf604a224d9ca556b44130f06 + tslib: "npm:^2.8.1" + checksum: 10/3f4fdb7bbefe347aeb60d8e2709d2552af5123a20af28e82a003bc082fd925272a569a0f899f686f9d3b552a5cd2712b310b248679f4c034dc5ff246ada1498f languageName: node linkType: hard -"@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" +"@polkadot/util-crypto@npm:13.3.1, @polkadot/util-crypto@npm:^13.3.1": + version: 13.3.1 + resolution: "@polkadot/util-crypto@npm:13.3.1" dependencies: "@noble/curves": "npm:^1.3.0" "@noble/hashes": "npm:^1.3.3" - "@polkadot/networks": "npm:13.2.3" - "@polkadot/util": "npm:13.2.3" + "@polkadot/networks": "npm:13.3.1" + "@polkadot/util": "npm:13.3.1" "@polkadot/wasm-crypto": "npm:^7.4.1" "@polkadot/wasm-util": "npm:^7.4.1" - "@polkadot/x-bigint": "npm:13.2.3" - "@polkadot/x-randomvalues": "npm:13.2.3" + "@polkadot/x-bigint": "npm:13.3.1" + "@polkadot/x-randomvalues": "npm:13.3.1" "@scure/base": "npm:^1.1.7" tslib: "npm:^2.8.0" peerDependencies: - "@polkadot/util": 13.2.3 - checksum: 10/47baf5cab1bd2ca20633ef324a35d7b8a4ecb6bff41eb9e0dac8229495d3a7e74f7bc685d652dd465c9339598fa4e885abce8f539329e77b32a1aa0920169825 + "@polkadot/util": 13.3.1 + checksum: 10/f2991b6e5436b5fa382da107b50476068d931f071161834a82aeb633e8dda6c5662d2c846c2913866af6ff4b3c46cca06843c8bfa69bfb2f141f2c08abb6aca5 languageName: node linkType: hard -"@polkadot/util@npm:13.2.3, @polkadot/util@npm:^13.2.3": - version: 13.2.3 - resolution: "@polkadot/util@npm:13.2.3" +"@polkadot/util@npm:13.3.1, @polkadot/util@npm:^13.3.1": + version: 13.3.1 + resolution: "@polkadot/util@npm:13.3.1" dependencies: - "@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" + "@polkadot/x-bigint": "npm:13.3.1" + "@polkadot/x-global": "npm:13.3.1" + "@polkadot/x-textdecoder": "npm:13.3.1" + "@polkadot/x-textencoder": "npm:13.3.1" "@types/bn.js": "npm:^5.1.6" bn.js: "npm:^5.2.1" tslib: "npm:^2.8.0" - checksum: 10/45c493224599a003cb52c98d0be502088e3e05dc74e1c505d579aae77341bf1769fbe1ca6c13df8b581235690f78c3b36f8525d378af9df5663a1c21becc4766 + checksum: 10/ac42fecd3f3ae04e56196b86e78a34cf26df782e1cce44f0668007bafa07427b6a4eeef2afdb4d49fa418526a3aa5859c1bbb2b9050b0b4ecb376d0450b07499 languageName: node linkType: hard @@ -1397,77 +1397,77 @@ __metadata: languageName: node linkType: hard -"@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" +"@polkadot/x-bigint@npm:13.3.1, @polkadot/x-bigint@npm:^13.3.1": + version: 13.3.1 + resolution: "@polkadot/x-bigint@npm:13.3.1" dependencies: - "@polkadot/x-global": "npm:13.2.3" + "@polkadot/x-global": "npm:13.3.1" tslib: "npm:^2.8.0" - checksum: 10/1ede67d15b2e66eb8546e6f7ea9bd3599969eda2a75339a5e7077d1db67e1cebd61b5b4522c344ee3210e3117e9c8c36fe623fc691e0d4a8c0f9b0dc39b768a5 + checksum: 10/e0279eba940757a4de4ca046d9e2dec64913451516e78783d75724e4343bd86ee520d3f69972dda76395fa113524b40414f515688e01a31424a94a8d5909ca11 languageName: node linkType: hard -"@polkadot/x-fetch@npm:^13.2.3": - version: 13.2.3 - resolution: "@polkadot/x-fetch@npm:13.2.3" +"@polkadot/x-fetch@npm:^13.3.1": + version: 13.3.1 + resolution: "@polkadot/x-fetch@npm:13.3.1" dependencies: - "@polkadot/x-global": "npm:13.2.3" + "@polkadot/x-global": "npm:13.3.1" node-fetch: "npm:^3.3.2" tslib: "npm:^2.8.0" - checksum: 10/55104a2f6ca60acc25e15becf67988f19e702afa985283451436ca42a417e04d87f91332a1afba78537691c370f7a053ec6e07ba111464d25ccbecc99864eac7 + checksum: 10/b7f0dacfc3d2d8f4706de0081e8586f04d34a7cf12cce7f87d974eccb6512178ed2f1585ad0d91f5ee65ddb5c1ab4a631c2910cc271379b18ff1a0a287473f34 languageName: node linkType: hard -"@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" +"@polkadot/x-global@npm:13.3.1, @polkadot/x-global@npm:^13.3.1": + version: 13.3.1 + resolution: "@polkadot/x-global@npm:13.3.1" dependencies: tslib: "npm:^2.8.0" - checksum: 10/163b11c938c4496a94fd476b909b8358007c17e9a251d627c4114d14419c8cd462d8246a580a28e859c91d71c384fc3acfeb27d2e0559c4a443226cbb25df560 + checksum: 10/e8185a7529c3d3228c46c859d357e8fecb1d970aa52d4528a0c5eb8d0718d59038b7fa4e37c5239f6c017b1ade9bd9e41a0e005c963c24ab54967013c8356e5c languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:13.2.3": - version: 13.2.3 - resolution: "@polkadot/x-randomvalues@npm:13.2.3" +"@polkadot/x-randomvalues@npm:13.3.1": + version: 13.3.1 + resolution: "@polkadot/x-randomvalues@npm:13.3.1" dependencies: - "@polkadot/x-global": "npm:13.2.3" + "@polkadot/x-global": "npm:13.3.1" tslib: "npm:^2.8.0" peerDependencies: - "@polkadot/util": 13.2.3 + "@polkadot/util": 13.3.1 "@polkadot/wasm-util": "*" - checksum: 10/864b94a2f031582095afc4e0b2ecbb315cb76122b35f359f236704d8e753b0225c7a6f78a68c990bfbb7b2ea8287d05f0fcb9c27a3c2bd785408de3074fa9636 + checksum: 10/c5b2a17790a2e72c3fdba50d23bafda4a5641866ff53b5bae56ee07aaff25353231be58277c5b312d891457fc80d0ded7130868304e9926f525b263ca1e463aa languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:13.2.3": - version: 13.2.3 - resolution: "@polkadot/x-textdecoder@npm:13.2.3" +"@polkadot/x-textdecoder@npm:13.3.1": + version: 13.3.1 + resolution: "@polkadot/x-textdecoder@npm:13.3.1" dependencies: - "@polkadot/x-global": "npm:13.2.3" + "@polkadot/x-global": "npm:13.3.1" tslib: "npm:^2.8.0" - checksum: 10/e67cfb4677cd8a43ed7678421562280947bf22b13d8d4b0ac49e20a34939bbd7de02b8e51a1f5f138c0884847d7c782fb6bbb13d2d7556d1bb7a4e39508c949d + checksum: 10/9ca9481be1c396ddf496f6dbfbff8030619b51dc6ac6b1e84c1be18fded7011d60317d108cbd3c433426cd6720d436b206e8161f562778be4f43b26a25892b39 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:13.2.3": - version: 13.2.3 - resolution: "@polkadot/x-textencoder@npm:13.2.3" +"@polkadot/x-textencoder@npm:13.3.1": + version: 13.3.1 + resolution: "@polkadot/x-textencoder@npm:13.3.1" dependencies: - "@polkadot/x-global": "npm:13.2.3" + "@polkadot/x-global": "npm:13.3.1" tslib: "npm:^2.8.0" - checksum: 10/54630e2ca156cda7d5f8eb3d5283f43d2729c579d032d9d2b088c2a599d3be905c237d9ebcca3fd432e1fca9d1d0349585e4bf8e27000946a2d6f3c8fef1009d + checksum: 10/2de22bc4e17b58ddb9de351fc1e4665a39e8a1baed847d11f23a0d2318f0c3201bd3f2e7bcbd71a76c61e8982b224e0ec442290b7f6a6f077e8bcd579267b292 languageName: node linkType: hard -"@polkadot/x-ws@npm:^13.2.3": - version: 13.2.3 - resolution: "@polkadot/x-ws@npm:13.2.3" +"@polkadot/x-ws@npm:^13.3.1": + version: 13.3.1 + resolution: "@polkadot/x-ws@npm:13.3.1" dependencies: - "@polkadot/x-global": "npm:13.2.3" + "@polkadot/x-global": "npm:13.3.1" tslib: "npm:^2.8.0" ws: "npm:^8.18.0" - checksum: 10/35c66899e1bdfeaf2956d663124fc4c33fb1f0b47f3e14f9f9aa8f1e291a7a14cae264aa15baadf7ba85f5c314fbfce61b1fc4bfad3b1d3fc51c1f1dfa60659d + checksum: 10/b1e54016b7625b4c8c9f82bd5db2007a21ead89254dc0023cbe28a371778f4c8e442e26cd457e6eb8cef4c031e6c8be91c16847ca45a1ae031277c27bb33d69d languageName: node linkType: hard @@ -1580,13 +1580,13 @@ __metadata: version: 0.0.0-use.local resolution: "@substrate/api-sidecar@workspace:." dependencies: - "@polkadot/api": "npm:^14.3.1" - "@polkadot/api-augment": "npm:^14.3.1" - "@polkadot/api-contract": "npm:^14.3.1" - "@polkadot/types": "npm:^14.3.1" - "@polkadot/types-codec": "npm:^14.3.1" - "@polkadot/util": "npm:^13.2.3" - "@polkadot/util-crypto": "npm:^13.2.3" + "@polkadot/api": "npm:^15.3.1" + "@polkadot/api-augment": "npm:^15.3.1" + "@polkadot/api-contract": "npm:^15.3.1" + "@polkadot/types": "npm:^15.3.1" + "@polkadot/types-codec": "npm:^15.3.1" + "@polkadot/util": "npm:^13.3.1" + "@polkadot/util-crypto": "npm:^13.3.1" "@substrate/calc": "npm:^0.3.1" "@substrate/dev": "npm:^0.9.0" "@types/argparse": "npm:2.0.17" @@ -6579,6 +6579,13 @@ __metadata: languageName: node linkType: hard +"tslib@npm:^2.8.1": + version: 2.8.1 + resolution: "tslib@npm:2.8.1" + checksum: 10/3e2e043d5c2316461cb54e5c7fe02c30ef6dccb3384717ca22ae5c6b5bc95232a6241df19c622d9c73b809bea33b187f6dbc73030963e29950c2141bc32a79f7 + languageName: node + linkType: hard + "type-check@npm:^0.4.0, type-check@npm:~0.4.0": version: 0.4.0 resolution: "type-check@npm:0.4.0"