From c1bceab39f764638010c0556f461abe328b081ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:25:14 +0000 Subject: [PATCH] build(deps): bump @polkadot/api from 11.2.1 to 12.0.1 Bumps [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) from 11.2.1 to 12.0.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/v12.0.1/packages/api) --- updated-dependencies: - dependency-name: "@polkadot/api" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 506 +++++++++++++++++++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 477 insertions(+), 31 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76aa43cdc..06d6a49bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@aws-sdk/client-sns": "^3.600.0", "@bull-board/api": "^5.19.2", "@bull-board/express": "^5.20.1", - "@polkadot/api": "^11.2.1", + "@polkadot/api": "^12.0.1", "@polkadot/keyring": "^12.6.2", "@polkadot/types": "^11.2.1", "@polkadot/util": "^12.6.2", @@ -2591,22 +2591,22 @@ "optional": true }, "node_modules/@polkadot/api": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-11.2.1.tgz", - "integrity": "sha512-NwcWadMt+mrJ3T7RuwpnaIYtH4x0eix+GiKRtLMtIO32uAfhwVyMnqvLtxDxa4XDJ/es2rtSMYG+t0b1BTM+xQ==", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-12.0.1.tgz", + "integrity": "sha512-l4z2SYTJs9CWab3qKPrmDkNj8+CGRWHgvq50vIxgBBvFKhSBO0TGBoJM5Mf38Tl6kw/3mJzRkKaG23+Y8LW9Rw==", "dependencies": { - "@polkadot/api-augment": "11.2.1", - "@polkadot/api-base": "11.2.1", - "@polkadot/api-derive": "11.2.1", + "@polkadot/api-augment": "12.0.1", + "@polkadot/api-base": "12.0.1", + "@polkadot/api-derive": "12.0.1", "@polkadot/keyring": "^12.6.2", - "@polkadot/rpc-augment": "11.2.1", - "@polkadot/rpc-core": "11.2.1", - "@polkadot/rpc-provider": "11.2.1", - "@polkadot/types": "11.2.1", - "@polkadot/types-augment": "11.2.1", - "@polkadot/types-codec": "11.2.1", - "@polkadot/types-create": "11.2.1", - "@polkadot/types-known": "11.2.1", + "@polkadot/rpc-augment": "12.0.1", + "@polkadot/rpc-core": "12.0.1", + "@polkadot/rpc-provider": "12.0.1", + "@polkadot/types": "12.0.1", + "@polkadot/types-augment": "12.0.1", + "@polkadot/types-codec": "12.0.1", + "@polkadot/types-create": "12.0.1", + "@polkadot/types-known": "12.0.1", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "eventemitter3": "^5.0.1", @@ -2621,6 +2621,7 @@ "version": "11.2.1", "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-11.2.1.tgz", "integrity": "sha512-Huo457lCqeavbrf1O/2qQYGNFWURLXndW4vNkj8AP+I757WIqebhc6K3+mz+KoV1aTsX/qwaiEgeoTjrrIwcqA==", + "dev": true, "dependencies": { "@polkadot/api-base": "11.2.1", "@polkadot/rpc-augment": "11.2.1", @@ -2638,6 +2639,7 @@ "version": "11.2.1", "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-11.2.1.tgz", "integrity": "sha512-lVYTHQf8S4rpOJ9d1jvQjviHLE6zljl13vmgs+gXHGJwMAqhhNwKY3ZMQW/u/bRE2uKk0cAlahtsRtiFpjHAfw==", + "dev": true, "dependencies": { "@polkadot/rpc-core": "11.2.1", "@polkadot/types": "11.2.1", @@ -2650,16 +2652,122 @@ } }, "node_modules/@polkadot/api-derive": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-11.2.1.tgz", - "integrity": "sha512-ts6D6tXmvhBpHDT7E03TStXfG6+/bXCvJ7HZUVNDXi4P9cToClzJVOX5uKsPI5/MUYDEq13scxPyQK63m8SsHg==", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-12.0.1.tgz", + "integrity": "sha512-lENXzrCYzMQVxg8utGjGZQo/qW1iuJlHbmud1THnvUgYB36g41LR/YLSZEzyNkGT6q1W04Qe1z6+W59dWAYmkg==", + "dependencies": { + "@polkadot/api": "12.0.1", + "@polkadot/api-augment": "12.0.1", + "@polkadot/api-base": "12.0.1", + "@polkadot/rpc-core": "12.0.1", + "@polkadot/types": "12.0.1", + "@polkadot/types-codec": "12.0.1", + "@polkadot/util": "^12.6.2", + "@polkadot/util-crypto": "^12.6.2", + "rxjs": "^7.8.1", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/api-augment": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-12.0.1.tgz", + "integrity": "sha512-ZgjuqAnUnwoszccxljxY84LnUI1dR39xy7/fOmNtT4+WSHewB3uZneAWvIckXMANMZgzLaLagzQx+OmnSOuzlA==", "dependencies": { - "@polkadot/api": "11.2.1", - "@polkadot/api-augment": "11.2.1", - "@polkadot/api-base": "11.2.1", - "@polkadot/rpc-core": "11.2.1", - "@polkadot/types": "11.2.1", - "@polkadot/types-codec": "11.2.1", + "@polkadot/api-base": "12.0.1", + "@polkadot/rpc-augment": "12.0.1", + "@polkadot/types": "12.0.1", + "@polkadot/types-augment": "12.0.1", + "@polkadot/types-codec": "12.0.1", + "@polkadot/util": "^12.6.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/api-base": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-12.0.1.tgz", + "integrity": "sha512-DaUPvmd0Fbbvlkd8X0ThF6C6jtupgvPKS4+9jMET+W56nUAttKnSA8rG30K7h4bMf9qKvj/IMGrQ0ZIOY0rbIg==", + "dependencies": { + "@polkadot/rpc-core": "12.0.1", + "@polkadot/types": "12.0.1", + "@polkadot/util": "^12.6.2", + "rxjs": "^7.8.1", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/rpc-augment": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-12.0.1.tgz", + "integrity": "sha512-mSVjr1aHcNFWq3tPb8Tntp1oFvc42zjurR+VHk0WIdJLkq7hVFO4X8j+Z5qKMomSE0thuhbnZm4Qgya8M9LNKQ==", + "dependencies": { + "@polkadot/rpc-core": "12.0.1", + "@polkadot/types": "12.0.1", + "@polkadot/types-codec": "12.0.1", + "@polkadot/util": "^12.6.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/rpc-core": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-12.0.1.tgz", + "integrity": "sha512-mSAvcUA+skCODKW4tJNR5fzxCmCHFYkLgKE8J3h7poaG1MX4xeSDaquvYFncC2wrhuP2Xxke1UYmFGZlrBq9tQ==", + "dependencies": { + "@polkadot/rpc-augment": "12.0.1", + "@polkadot/rpc-provider": "12.0.1", + "@polkadot/types": "12.0.1", + "@polkadot/util": "^12.6.2", + "rxjs": "^7.8.1", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/rpc-provider": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-12.0.1.tgz", + "integrity": "sha512-3LyoGIl3lfDFVuajVZMvB+rVh5s2+PujdmHT4GFqH0XZm9tMBNzIT4kdC7VV5Ra728C6c6j1GTNJ0ARvxEPbww==", + "dependencies": { + "@polkadot/keyring": "^12.6.2", + "@polkadot/types": "12.0.1", + "@polkadot/types-support": "12.0.1", + "@polkadot/util": "^12.6.2", + "@polkadot/util-crypto": "^12.6.2", + "@polkadot/x-fetch": "^12.6.2", + "@polkadot/x-global": "^12.6.2", + "@polkadot/x-ws": "^12.6.2", + "eventemitter3": "^5.0.1", + "mock-socket": "^9.3.1", + "nock": "^13.5.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "@substrate/connect": "0.8.10" + } + }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/types": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-12.0.1.tgz", + "integrity": "sha512-4R3hwlMMThdF43DmbWnZTh2nQ1VwBJxKNx5mr7Pq8FereepW62W+1TkwcdekPtPZ+PmcbjmKxzt7JNmiXxjf+w==", + "dependencies": { + "@polkadot/keyring": "^12.6.2", + "@polkadot/types-augment": "12.0.1", + "@polkadot/types-codec": "12.0.1", + "@polkadot/types-create": "12.0.1", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "rxjs": "^7.8.1", @@ -2669,6 +2777,216 @@ "node": ">=18" } }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/types-augment": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-12.0.1.tgz", + "integrity": "sha512-VwzAUJCLwuVabRFlUQOTgovYHXQdrgHF4Aaqxb4gTQEsaDnpdcGBypy1dS861qROMOlSMySanO82o3N3Nvexfg==", + "dependencies": { + "@polkadot/types": "12.0.1", + "@polkadot/types-codec": "12.0.1", + "@polkadot/util": "^12.6.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/types-codec": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-12.0.1.tgz", + "integrity": "sha512-yF4ZOUlxzTMYwWw7CrXyehhQQhXnaojATTPbIDo3PRHKHAiZes1MXR6qHaBU7p/S6EaUPNOKBQmopSVYN+zUVg==", + "dependencies": { + "@polkadot/util": "^12.6.2", + "@polkadot/x-bigint": "^12.6.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/types-create": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-12.0.1.tgz", + "integrity": "sha512-zPzjRx+AjZk6F5VeAZnEx5ZF5cl0zngp3Ez0HbkM+5Jhh2d+j0dQkfNpf6h26prMTjYItsXMrr1xxWv1GgcFjg==", + "dependencies": { + "@polkadot/types-codec": "12.0.1", + "@polkadot/util": "^12.6.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/types-support": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-12.0.1.tgz", + "integrity": "sha512-5Y5rTmgG0XSPIQR32+fdtvhU+VzahCs+vGnU9yuvT570aLHVqu0nNHRQa/uOtpLcHwgjZPr3ljOgAo0ViaL1UA==", + "dependencies": { + "@polkadot/util": "^12.6.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/api-augment": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-12.0.1.tgz", + "integrity": "sha512-ZgjuqAnUnwoszccxljxY84LnUI1dR39xy7/fOmNtT4+WSHewB3uZneAWvIckXMANMZgzLaLagzQx+OmnSOuzlA==", + "dependencies": { + "@polkadot/api-base": "12.0.1", + "@polkadot/rpc-augment": "12.0.1", + "@polkadot/types": "12.0.1", + "@polkadot/types-augment": "12.0.1", + "@polkadot/types-codec": "12.0.1", + "@polkadot/util": "^12.6.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/api-base": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-12.0.1.tgz", + "integrity": "sha512-DaUPvmd0Fbbvlkd8X0ThF6C6jtupgvPKS4+9jMET+W56nUAttKnSA8rG30K7h4bMf9qKvj/IMGrQ0ZIOY0rbIg==", + "dependencies": { + "@polkadot/rpc-core": "12.0.1", + "@polkadot/types": "12.0.1", + "@polkadot/util": "^12.6.2", + "rxjs": "^7.8.1", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/rpc-augment": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-12.0.1.tgz", + "integrity": "sha512-mSVjr1aHcNFWq3tPb8Tntp1oFvc42zjurR+VHk0WIdJLkq7hVFO4X8j+Z5qKMomSE0thuhbnZm4Qgya8M9LNKQ==", + "dependencies": { + "@polkadot/rpc-core": "12.0.1", + "@polkadot/types": "12.0.1", + "@polkadot/types-codec": "12.0.1", + "@polkadot/util": "^12.6.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/rpc-core": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-12.0.1.tgz", + "integrity": "sha512-mSAvcUA+skCODKW4tJNR5fzxCmCHFYkLgKE8J3h7poaG1MX4xeSDaquvYFncC2wrhuP2Xxke1UYmFGZlrBq9tQ==", + "dependencies": { + "@polkadot/rpc-augment": "12.0.1", + "@polkadot/rpc-provider": "12.0.1", + "@polkadot/types": "12.0.1", + "@polkadot/util": "^12.6.2", + "rxjs": "^7.8.1", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/rpc-provider": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-12.0.1.tgz", + "integrity": "sha512-3LyoGIl3lfDFVuajVZMvB+rVh5s2+PujdmHT4GFqH0XZm9tMBNzIT4kdC7VV5Ra728C6c6j1GTNJ0ARvxEPbww==", + "dependencies": { + "@polkadot/keyring": "^12.6.2", + "@polkadot/types": "12.0.1", + "@polkadot/types-support": "12.0.1", + "@polkadot/util": "^12.6.2", + "@polkadot/util-crypto": "^12.6.2", + "@polkadot/x-fetch": "^12.6.2", + "@polkadot/x-global": "^12.6.2", + "@polkadot/x-ws": "^12.6.2", + "eventemitter3": "^5.0.1", + "mock-socket": "^9.3.1", + "nock": "^13.5.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "@substrate/connect": "0.8.10" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/types": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-12.0.1.tgz", + "integrity": "sha512-4R3hwlMMThdF43DmbWnZTh2nQ1VwBJxKNx5mr7Pq8FereepW62W+1TkwcdekPtPZ+PmcbjmKxzt7JNmiXxjf+w==", + "dependencies": { + "@polkadot/keyring": "^12.6.2", + "@polkadot/types-augment": "12.0.1", + "@polkadot/types-codec": "12.0.1", + "@polkadot/types-create": "12.0.1", + "@polkadot/util": "^12.6.2", + "@polkadot/util-crypto": "^12.6.2", + "rxjs": "^7.8.1", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/types-augment": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-12.0.1.tgz", + "integrity": "sha512-VwzAUJCLwuVabRFlUQOTgovYHXQdrgHF4Aaqxb4gTQEsaDnpdcGBypy1dS861qROMOlSMySanO82o3N3Nvexfg==", + "dependencies": { + "@polkadot/types": "12.0.1", + "@polkadot/types-codec": "12.0.1", + "@polkadot/util": "^12.6.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/types-codec": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-12.0.1.tgz", + "integrity": "sha512-yF4ZOUlxzTMYwWw7CrXyehhQQhXnaojATTPbIDo3PRHKHAiZes1MXR6qHaBU7p/S6EaUPNOKBQmopSVYN+zUVg==", + "dependencies": { + "@polkadot/util": "^12.6.2", + "@polkadot/x-bigint": "^12.6.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/types-create": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-12.0.1.tgz", + "integrity": "sha512-zPzjRx+AjZk6F5VeAZnEx5ZF5cl0zngp3Ez0HbkM+5Jhh2d+j0dQkfNpf6h26prMTjYItsXMrr1xxWv1GgcFjg==", + "dependencies": { + "@polkadot/types-codec": "12.0.1", + "@polkadot/util": "^12.6.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/types-support": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-12.0.1.tgz", + "integrity": "sha512-5Y5rTmgG0XSPIQR32+fdtvhU+VzahCs+vGnU9yuvT570aLHVqu0nNHRQa/uOtpLcHwgjZPr3ljOgAo0ViaL1UA==", + "dependencies": { + "@polkadot/util": "^12.6.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@polkadot/keyring": { "version": "12.6.2", "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-12.6.2.tgz", @@ -2703,6 +3021,7 @@ "version": "11.2.1", "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-11.2.1.tgz", "integrity": "sha512-AbkqWTnKCi71LdqFVbCyYelf5N/Wtj4jFnpRd8z7tIbbiAnNRW61dBgdF9jZ8jd9Z0JvfAmCmG17uCEdsqfNjA==", + "dev": true, "dependencies": { "@polkadot/rpc-core": "11.2.1", "@polkadot/types": "11.2.1", @@ -2718,6 +3037,7 @@ "version": "11.2.1", "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-11.2.1.tgz", "integrity": "sha512-GHNIHDvBts6HDvySfYksuLccaVnI+fc7ubY1uYcJMoyGv9pLhMtveH4Ft7NTxqkBqopbPXZHc8ca9CaIeBVr7w==", + "dev": true, "dependencies": { "@polkadot/rpc-augment": "11.2.1", "@polkadot/rpc-provider": "11.2.1", @@ -2734,6 +3054,7 @@ "version": "11.2.1", "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-11.2.1.tgz", "integrity": "sha512-TO9pdxNmTweK1vi9JYUAoLr/JYJUwPJTTdrSJrmGmiNPaM7txbQVgtT4suQYflVZTgXUYR7OYQ201fH+Qb9J9w==", + "dev": true, "dependencies": { "@polkadot/keyring": "^12.6.2", "@polkadot/types": "11.2.1", @@ -2788,6 +3109,72 @@ "node": ">=18" } }, + "node_modules/@polkadot/typegen/node_modules/@polkadot/api": { + "version": "11.2.1", + "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-11.2.1.tgz", + "integrity": "sha512-NwcWadMt+mrJ3T7RuwpnaIYtH4x0eix+GiKRtLMtIO32uAfhwVyMnqvLtxDxa4XDJ/es2rtSMYG+t0b1BTM+xQ==", + "dev": true, + "dependencies": { + "@polkadot/api-augment": "11.2.1", + "@polkadot/api-base": "11.2.1", + "@polkadot/api-derive": "11.2.1", + "@polkadot/keyring": "^12.6.2", + "@polkadot/rpc-augment": "11.2.1", + "@polkadot/rpc-core": "11.2.1", + "@polkadot/rpc-provider": "11.2.1", + "@polkadot/types": "11.2.1", + "@polkadot/types-augment": "11.2.1", + "@polkadot/types-codec": "11.2.1", + "@polkadot/types-create": "11.2.1", + "@polkadot/types-known": "11.2.1", + "@polkadot/util": "^12.6.2", + "@polkadot/util-crypto": "^12.6.2", + "eventemitter3": "^5.0.1", + "rxjs": "^7.8.1", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/typegen/node_modules/@polkadot/api-derive": { + "version": "11.2.1", + "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-11.2.1.tgz", + "integrity": "sha512-ts6D6tXmvhBpHDT7E03TStXfG6+/bXCvJ7HZUVNDXi4P9cToClzJVOX5uKsPI5/MUYDEq13scxPyQK63m8SsHg==", + "dev": true, + "dependencies": { + "@polkadot/api": "11.2.1", + "@polkadot/api-augment": "11.2.1", + "@polkadot/api-base": "11.2.1", + "@polkadot/rpc-core": "11.2.1", + "@polkadot/types": "11.2.1", + "@polkadot/types-codec": "11.2.1", + "@polkadot/util": "^12.6.2", + "@polkadot/util-crypto": "^12.6.2", + "rxjs": "^7.8.1", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/typegen/node_modules/@polkadot/types-known": { + "version": "11.2.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-11.2.1.tgz", + "integrity": "sha512-dnbmVKagVI6ARuZaGMGc67HPeHGrR7/lcwfS7jGzEmRcoQk7p/UQjWfOk/LG9NzvQkmRVbE0Gqskn4VorqnTbA==", + "dev": true, + "dependencies": { + "@polkadot/networks": "^12.6.2", + "@polkadot/types": "11.2.1", + "@polkadot/types-codec": "11.2.1", + "@polkadot/types-create": "11.2.1", + "@polkadot/util": "^12.6.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@polkadot/types": { "version": "11.2.1", "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-11.2.1.tgz", @@ -2847,14 +3234,72 @@ } }, "node_modules/@polkadot/types-known": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-11.2.1.tgz", - "integrity": "sha512-dnbmVKagVI6ARuZaGMGc67HPeHGrR7/lcwfS7jGzEmRcoQk7p/UQjWfOk/LG9NzvQkmRVbE0Gqskn4VorqnTbA==", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-12.0.1.tgz", + "integrity": "sha512-8VVSy9MthWNqzCQMPLR02GlJhYb4H7SlAk5/9OdAAuoA86svFItQTaKyfUGC26I3uaKtS3/8RgPo3SihJgPHEQ==", "dependencies": { "@polkadot/networks": "^12.6.2", - "@polkadot/types": "11.2.1", - "@polkadot/types-codec": "11.2.1", - "@polkadot/types-create": "11.2.1", + "@polkadot/types": "12.0.1", + "@polkadot/types-codec": "12.0.1", + "@polkadot/types-create": "12.0.1", + "@polkadot/util": "^12.6.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types-known/node_modules/@polkadot/types": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-12.0.1.tgz", + "integrity": "sha512-4R3hwlMMThdF43DmbWnZTh2nQ1VwBJxKNx5mr7Pq8FereepW62W+1TkwcdekPtPZ+PmcbjmKxzt7JNmiXxjf+w==", + "dependencies": { + "@polkadot/keyring": "^12.6.2", + "@polkadot/types-augment": "12.0.1", + "@polkadot/types-codec": "12.0.1", + "@polkadot/types-create": "12.0.1", + "@polkadot/util": "^12.6.2", + "@polkadot/util-crypto": "^12.6.2", + "rxjs": "^7.8.1", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types-known/node_modules/@polkadot/types-augment": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-12.0.1.tgz", + "integrity": "sha512-VwzAUJCLwuVabRFlUQOTgovYHXQdrgHF4Aaqxb4gTQEsaDnpdcGBypy1dS861qROMOlSMySanO82o3N3Nvexfg==", + "dependencies": { + "@polkadot/types": "12.0.1", + "@polkadot/types-codec": "12.0.1", + "@polkadot/util": "^12.6.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types-known/node_modules/@polkadot/types-codec": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-12.0.1.tgz", + "integrity": "sha512-yF4ZOUlxzTMYwWw7CrXyehhQQhXnaojATTPbIDo3PRHKHAiZes1MXR6qHaBU7p/S6EaUPNOKBQmopSVYN+zUVg==", + "dependencies": { + "@polkadot/util": "^12.6.2", + "@polkadot/x-bigint": "^12.6.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types-known/node_modules/@polkadot/types-create": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-12.0.1.tgz", + "integrity": "sha512-zPzjRx+AjZk6F5VeAZnEx5ZF5cl0zngp3Ez0HbkM+5Jhh2d+j0dQkfNpf6h26prMTjYItsXMrr1xxWv1GgcFjg==", + "dependencies": { + "@polkadot/types-codec": "12.0.1", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" }, @@ -2866,6 +3311,7 @@ "version": "11.2.1", "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-11.2.1.tgz", "integrity": "sha512-VGSUDUEQjt8K3Bv8gHYAE/nD98qPPuZ2DcikM9z9isw04qj2amxZaS26+iknJ9KSCzWgrNBHjcr5Q0o76//2yA==", + "dev": true, "dependencies": { "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" diff --git a/package.json b/package.json index 7c9fa0653..a72f089fc 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@aws-sdk/client-sns": "^3.600.0", "@bull-board/api": "^5.19.2", "@bull-board/express": "^5.20.1", - "@polkadot/api": "^11.2.1", + "@polkadot/api": "^12.0.1", "@polkadot/keyring": "^12.6.2", "@polkadot/types": "^11.2.1", "@polkadot/util": "^12.6.2",