From 7769011fa329b8b7c591ee8fc86a8d8adc802e3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 13:00:06 +0000 Subject: [PATCH] Bump @polkadot/api from 8.11.2 to 9.2.3 Bumps [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) from 8.11.2 to 9.2.3. - [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/v9.2.3/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 | 3147 ++++++++++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 2649 insertions(+), 500 deletions(-) diff --git a/package-lock.json b/package-lock.json index af503b588..0d131a687 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.57", "license": "GPL-3.0-or-later", "dependencies": { - "@polkadot/api": "^8.9.1", + "@polkadot/api": "^9.2.3", "@polkadot/keyring": "^9.5.1", "@polkadot/util-crypto": "^9.5.1", "axios": "^0.24.0", @@ -73,9 +73,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.6.tgz", - "integrity": "sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz", + "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", "dependencies": { "regenerator-runtime": "^0.13.4" }, @@ -165,249 +165,1385 @@ } }, "node_modules/@polkadot/api": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-8.11.2.tgz", - "integrity": "sha512-7rU3xhfpy1yaoRWH7LftFGhBnb8zANfFqX9Fo0QdimnJjqly12fxkRexSh4DSw+nkb+jHvEXjJwtTlBe5vA8TQ==", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.2.3.tgz", + "integrity": "sha512-vdrtRaTQnnzgrxvEfDsIJwXEbZ1O+q2me6wwAAtZlsezrGVYuamNSUiecE1mPuLu+CoBnExmuSVmPNrzcmgCUg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/api-augment": "9.2.3", + "@polkadot/api-base": "9.2.3", + "@polkadot/api-derive": "9.2.3", + "@polkadot/keyring": "^10.1.5", + "@polkadot/rpc-augment": "9.2.3", + "@polkadot/rpc-core": "9.2.3", + "@polkadot/rpc-provider": "9.2.3", + "@polkadot/types": "9.2.3", + "@polkadot/types-augment": "9.2.3", + "@polkadot/types-codec": "9.2.3", + "@polkadot/types-create": "9.2.3", + "@polkadot/types-known": "9.2.3", + "@polkadot/util": "^10.1.5", + "@polkadot/util-crypto": "^10.1.5", + "eventemitter3": "^4.0.7", + "rxjs": "^7.5.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-augment": { + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.2.3.tgz", + "integrity": "sha512-+CdY7/sivS9aNkfS1TWQAbWb3cVj+ywLJ5b107J/Ipnl3bSGv4lxSk9JU3AzRY4GgCgoZEAvUOpuYz/bOU5qLw==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/api-base": "9.2.3", + "@polkadot/rpc-augment": "9.2.3", + "@polkadot/types": "9.2.3", + "@polkadot/types-augment": "9.2.3", + "@polkadot/types-codec": "9.2.3", + "@polkadot/util": "^10.1.5" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-augment/node_modules/@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-augment/node_modules/@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-augment/node_modules/@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "dependencies": { + "@babel/runtime": "^7.18.9" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-augment/node_modules/@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-augment/node_modules/@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-base": { + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.2.3.tgz", + "integrity": "sha512-e3sGwdJYkyIjZ1r9hWR1lQ7gtmd9PcaPy50H3kVWWk5JC16ge4Xh8FdGPa/nAZRXy7coQ1CSPy/5FSQqzGhZ8w==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/rpc-core": "9.2.3", + "@polkadot/types": "9.2.3", + "@polkadot/util": "^10.1.5", + "rxjs": "^7.5.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-base/node_modules/@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-base/node_modules/@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-base/node_modules/@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "dependencies": { + "@babel/runtime": "^7.18.9" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-base/node_modules/@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-base/node_modules/@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-derive": { + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.2.3.tgz", + "integrity": "sha512-mCZFfzJZxSHes3GTbHNNQpYSB6yRNO3Jg4naa0ngYh7jbuP6Aeuv/ywQw8VM+nEos4JcUCegUUNOY+QhCWgYrg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/api": "9.2.3", + "@polkadot/api-augment": "9.2.3", + "@polkadot/api-base": "9.2.3", + "@polkadot/rpc-core": "9.2.3", + "@polkadot/types": "9.2.3", + "@polkadot/types-codec": "9.2.3", + "@polkadot/util": "^10.1.5", + "@polkadot/util-crypto": "^10.1.5", + "rxjs": "^7.5.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-derive/node_modules/@noble/secp256k1": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.6.3.tgz", + "integrity": "sha512-T04e4iTurVy7I8Sw4+c5OSN9/RkPlo1uKxAomtxQNLq8j1uPAqnsqG1bqvY3Jv7c13gyr6dui0zmh/I3+f/JaQ==", + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ] + }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/networks": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.6.tgz", + "integrity": "sha512-NINGTVkvAnrBDXbIdcSJ7gCmtXUB6ybI4TLHY2Tf/57hak+hlyQUoHZdaTzpRYrxZ9xoUUS1K83Lr3wfwMblHA==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/util": "10.1.6", + "@substrate/ss58-registry": "^1.28.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/util-crypto": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.6.tgz", + "integrity": "sha512-r3XWcCERomcGyB5PT7Qa1LYtCHfspVbehPGvraRlX5xhZBihpU4zMRWTSBNMPNaeIjUJmmSQHeG0ZnQVvnwzkg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@noble/hashes": "1.1.2", + "@noble/secp256k1": "1.6.3", + "@polkadot/networks": "10.1.6", + "@polkadot/util": "10.1.6", + "@polkadot/wasm-crypto": "^6.3.1", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-randomvalues": "10.1.6", + "@scure/base": "1.1.1", + "ed2curve": "^0.3.0", + "tweetnacl": "^1.0.3" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "@polkadot/util": "10.1.6" + } + }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "dependencies": { + "@babel/runtime": "^7.18.9" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/x-randomvalues": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.6.tgz", + "integrity": "sha512-NDOr7Zvv3lN0Z3+gt/RfmZbeOXg21402ggiBdL8ni9rf0ZMUzFLqRNsbm0334L0lApfhfvxm98MGfK+gq6uVZg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api/node_modules/@noble/secp256k1": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.6.3.tgz", + "integrity": "sha512-T04e4iTurVy7I8Sw4+c5OSN9/RkPlo1uKxAomtxQNLq8j1uPAqnsqG1bqvY3Jv7c13gyr6dui0zmh/I3+f/JaQ==", + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ] + }, + "node_modules/@polkadot/api/node_modules/@polkadot/keyring": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.6.tgz", + "integrity": "sha512-l4kF8SRJwkAfQaPKu15/0cxnSu5kPBj/RM0oJpSxkiqZXMhflU7i1tGX2DNhXST+btyEe0AYDzLg2YSyxYOPQA==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/util": "10.1.6", + "@polkadot/util-crypto": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "@polkadot/util": "10.1.6", + "@polkadot/util-crypto": "10.1.6" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/networks": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.6.tgz", + "integrity": "sha512-NINGTVkvAnrBDXbIdcSJ7gCmtXUB6ybI4TLHY2Tf/57hak+hlyQUoHZdaTzpRYrxZ9xoUUS1K83Lr3wfwMblHA==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/util": "10.1.6", + "@substrate/ss58-registry": "^1.28.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/util-crypto": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.6.tgz", + "integrity": "sha512-r3XWcCERomcGyB5PT7Qa1LYtCHfspVbehPGvraRlX5xhZBihpU4zMRWTSBNMPNaeIjUJmmSQHeG0ZnQVvnwzkg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@noble/hashes": "1.1.2", + "@noble/secp256k1": "1.6.3", + "@polkadot/networks": "10.1.6", + "@polkadot/util": "10.1.6", + "@polkadot/wasm-crypto": "^6.3.1", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-randomvalues": "10.1.6", + "@scure/base": "1.1.1", + "ed2curve": "^0.3.0", + "tweetnacl": "^1.0.3" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "@polkadot/util": "10.1.6" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "dependencies": { + "@babel/runtime": "^7.18.9" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/x-randomvalues": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.6.tgz", + "integrity": "sha512-NDOr7Zvv3lN0Z3+gt/RfmZbeOXg21402ggiBdL8ni9rf0ZMUzFLqRNsbm0334L0lApfhfvxm98MGfK+gq6uVZg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/keyring": { + "version": "9.7.2", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-9.7.2.tgz", + "integrity": "sha512-qY5baU1qduwTE04Cyrqtf2pCpsIk7Z5vi45CD9U3cbkKXaJoNUqIpfKoL8Vh/yVJBwhclMdxV9E2rEJs8Iv4bg==", + "dependencies": { + "@babel/runtime": "^7.18.6", + "@polkadot/util": "9.7.2", + "@polkadot/util-crypto": "9.7.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "@polkadot/util": "9.7.2", + "@polkadot/util-crypto": "9.7.2" + } + }, + "node_modules/@polkadot/networks": { + "version": "9.7.2", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-9.7.2.tgz", + "integrity": "sha512-oMAdF8Y9CLBI0EUZBcycHcvbQQdbkJHevPJ/lwnZXJTaueXuav/Xm2yiFj5J3V8meIjLocURlMawgsAVItXOBQ==", + "dependencies": { + "@babel/runtime": "^7.18.6", + "@polkadot/util": "9.7.2", + "@substrate/ss58-registry": "^1.23.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-augment": { + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.2.3.tgz", + "integrity": "sha512-VHhstb5PDpzDXHp9WAWrNWqn1UTqyOHmWExNL3BfPcwcaw0dCAax+aGb6upYqKCfEugZwJXalmEuwwkA4alz+g==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/rpc-core": "9.2.3", + "@polkadot/types": "9.2.3", + "@polkadot/types-codec": "9.2.3", + "@polkadot/util": "^10.1.5" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-augment/node_modules/@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-augment/node_modules/@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "dependencies": { + "@babel/runtime": "^7.18.9" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-augment/node_modules/@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-augment/node_modules/@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-core": { + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.2.3.tgz", + "integrity": "sha512-x7NdgvJQ/oqSUbZqPlT+/bx0EQ2Qlz0kLYolQcCNuKsQ4Kew+IRxoi26bMOoE+jF05F3LRV7D3wNyFqt0292ag==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/rpc-augment": "9.2.3", + "@polkadot/rpc-provider": "9.2.3", + "@polkadot/types": "9.2.3", + "@polkadot/util": "^10.1.5", + "rxjs": "^7.5.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-core/node_modules/@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-core/node_modules/@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-core/node_modules/@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "dependencies": { + "@babel/runtime": "^7.18.9" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-core/node_modules/@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-core/node_modules/@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-provider": { + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.2.3.tgz", + "integrity": "sha512-SMtHxL8S1K64TX2076SmTZZd5gHmXfrZvPBZNmv8q5e0jfc7KYau6dq3ffC/2i0PwhyHFJAgFq6MOCV/zc1h4g==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/keyring": "^10.1.5", + "@polkadot/types": "9.2.3", + "@polkadot/types-support": "9.2.3", + "@polkadot/util": "^10.1.5", + "@polkadot/util-crypto": "^10.1.5", + "@polkadot/x-fetch": "^10.1.5", + "@polkadot/x-global": "^10.1.5", + "@polkadot/x-ws": "^10.1.5", + "@substrate/connect": "0.7.11", + "eventemitter3": "^4.0.7", + "mock-socket": "^9.1.5", + "nock": "^13.2.9" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-provider/node_modules/@noble/secp256k1": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.6.3.tgz", + "integrity": "sha512-T04e4iTurVy7I8Sw4+c5OSN9/RkPlo1uKxAomtxQNLq8j1uPAqnsqG1bqvY3Jv7c13gyr6dui0zmh/I3+f/JaQ==", + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ] + }, + "node_modules/@polkadot/rpc-provider/node_modules/@polkadot/keyring": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.6.tgz", + "integrity": "sha512-l4kF8SRJwkAfQaPKu15/0cxnSu5kPBj/RM0oJpSxkiqZXMhflU7i1tGX2DNhXST+btyEe0AYDzLg2YSyxYOPQA==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/util": "10.1.6", + "@polkadot/util-crypto": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "@polkadot/util": "10.1.6", + "@polkadot/util-crypto": "10.1.6" + } + }, + "node_modules/@polkadot/rpc-provider/node_modules/@polkadot/networks": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.6.tgz", + "integrity": "sha512-NINGTVkvAnrBDXbIdcSJ7gCmtXUB6ybI4TLHY2Tf/57hak+hlyQUoHZdaTzpRYrxZ9xoUUS1K83Lr3wfwMblHA==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/util": "10.1.6", + "@substrate/ss58-registry": "^1.28.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util-crypto": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.6.tgz", + "integrity": "sha512-r3XWcCERomcGyB5PT7Qa1LYtCHfspVbehPGvraRlX5xhZBihpU4zMRWTSBNMPNaeIjUJmmSQHeG0ZnQVvnwzkg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@noble/hashes": "1.1.2", + "@noble/secp256k1": "1.6.3", + "@polkadot/networks": "10.1.6", + "@polkadot/util": "10.1.6", + "@polkadot/wasm-crypto": "^6.3.1", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-randomvalues": "10.1.6", + "@scure/base": "1.1.1", + "ed2curve": "^0.3.0", + "tweetnacl": "^1.0.3" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "@polkadot/util": "10.1.6" + } + }, + "node_modules/@polkadot/rpc-provider/node_modules/@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-provider/node_modules/@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "dependencies": { + "@babel/runtime": "^7.18.9" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-provider/node_modules/@polkadot/x-randomvalues": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.6.tgz", + "integrity": "sha512-NDOr7Zvv3lN0Z3+gt/RfmZbeOXg21402ggiBdL8ni9rf0ZMUzFLqRNsbm0334L0lApfhfvxm98MGfK+gq6uVZg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-provider/node_modules/@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/rpc-provider/node_modules/@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types": { + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.2.3.tgz", + "integrity": "sha512-EUFMc3pnruQE6ZPln2RTii7Wd3A868HazBL5l6glsXGwxS77O3JoYGprth9iyMuy5JKEBVL6mKqX6ns+JAx+Xg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/keyring": "^10.1.5", + "@polkadot/types-augment": "9.2.3", + "@polkadot/types-codec": "9.2.3", + "@polkadot/types-create": "9.2.3", + "@polkadot/util": "^10.1.5", + "@polkadot/util-crypto": "^10.1.5", + "rxjs": "^7.5.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-augment": { + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.2.3.tgz", + "integrity": "sha512-xbzlP8xoaj/ILLtxkxHm8ldS3ziuY3qGkDAEbRS13KcsEUg+tUmG3IxMlvbHZVg8iYR3RMcQAJ1WF29wFvVOrA==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/types": "9.2.3", + "@polkadot/types-codec": "9.2.3", + "@polkadot/util": "^10.1.5" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-augment/node_modules/@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-augment/node_modules/@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-augment/node_modules/@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "dependencies": { + "@babel/runtime": "^7.18.9" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-augment/node_modules/@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-augment/node_modules/@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-codec": { + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.2.3.tgz", + "integrity": "sha512-CaxDpV5AK5RfgMP0+ExMeirp3OaKjWx5ieR9O8kb6vet4axFEX5soD7yM4A2D4X8rBSJTXjCbLPUFyjswoTJow==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/util": "^10.1.5", + "@polkadot/x-bigint": "^10.1.5" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-codec/node_modules/@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-codec/node_modules/@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-codec/node_modules/@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "dependencies": { + "@babel/runtime": "^7.18.9" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-codec/node_modules/@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-codec/node_modules/@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-create": { + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.2.3.tgz", + "integrity": "sha512-hR+eM8DLDAvYh99cLOfyV/Xcff+kie9pe7VTIhampuUwOvRovQ1ItTiajxYKMHbeX6SyVn5vvOtSzyJacNiU+w==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/types-codec": "9.2.3", + "@polkadot/util": "^10.1.5" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-create/node_modules/@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-create/node_modules/@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-create/node_modules/@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "dependencies": { + "@babel/runtime": "^7.18.9" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-create/node_modules/@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-create/node_modules/@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-known": { + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.2.3.tgz", + "integrity": "sha512-popdkZTegUxEolsA1AUJ425M0ENRw+g8c719m7ZO7KZvBEH31lLTS4SqU8NtJvqM0TCYJIHLex9RL8TIUBIreQ==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/networks": "^10.1.5", + "@polkadot/types": "9.2.3", + "@polkadot/types-codec": "9.2.3", + "@polkadot/types-create": "9.2.3", + "@polkadot/util": "^10.1.5" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-known/node_modules/@polkadot/networks": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.6.tgz", + "integrity": "sha512-NINGTVkvAnrBDXbIdcSJ7gCmtXUB6ybI4TLHY2Tf/57hak+hlyQUoHZdaTzpRYrxZ9xoUUS1K83Lr3wfwMblHA==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/util": "10.1.6", + "@substrate/ss58-registry": "^1.28.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-known/node_modules/@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-known/node_modules/@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-known/node_modules/@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "dependencies": { + "@babel/runtime": "^7.18.9" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-known/node_modules/@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-known/node_modules/@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/types-support": { + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.2.3.tgz", + "integrity": "sha512-kIm0mdsyR5+88Q49EvFqKzHmFFB66/qXpXIDQLSKvn+B1glku0QiEPoypLoptOW1WV4Pfe6QKlalH9PUqQjD8Q==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/api-augment": "8.11.2", - "@polkadot/api-base": "8.11.2", - "@polkadot/api-derive": "8.11.2", - "@polkadot/keyring": "^9.7.2", - "@polkadot/rpc-augment": "8.11.2", - "@polkadot/rpc-core": "8.11.2", - "@polkadot/rpc-provider": "8.11.2", - "@polkadot/types": "8.11.2", - "@polkadot/types-augment": "8.11.2", - "@polkadot/types-codec": "8.11.2", - "@polkadot/types-create": "8.11.2", - "@polkadot/types-known": "8.11.2", - "@polkadot/util": "^9.7.2", - "@polkadot/util-crypto": "^9.7.2", - "eventemitter3": "^4.0.7", - "rxjs": "^7.5.5" + "@babel/runtime": "^7.18.9", + "@polkadot/util": "^10.1.5" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-augment": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-8.11.2.tgz", - "integrity": "sha512-nVEZYRjum+pwjUfaegFHUHtOOWOO3lPsoIxl1LRGeTaRRwigMAAd82GkH0mSrEeuuxMy7tHf1WZSyDz3lTmVxw==", + "node_modules/@polkadot/types-support/node_modules/@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/api-base": "8.11.2", - "@polkadot/rpc-augment": "8.11.2", - "@polkadot/types": "8.11.2", - "@polkadot/types-augment": "8.11.2", - "@polkadot/types-codec": "8.11.2", - "@polkadot/util": "^9.7.2" + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-base": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-8.11.2.tgz", - "integrity": "sha512-Sjss48vAt1vLa9SsdIgqDpGSn6eY1fk/INCFYuyVQM6N7Q2meQTx9+HZGJVFsmEOoVXuUEL1l4wtptmVgNXPVQ==", + "node_modules/@polkadot/types-support/node_modules/@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/rpc-core": "8.11.2", - "@polkadot/types": "8.11.2", - "@polkadot/util": "^9.7.2", - "rxjs": "^7.5.5" + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-derive": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-8.11.2.tgz", - "integrity": "sha512-t0UzaItIl6K85509pFkhk1gniB2xb51q3FkHAf7tfhAqVO/6vaewWxfemkp/QOKDral6nY2LwMHxwgIfFScpGQ==", + "node_modules/@polkadot/types-support/node_modules/@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/api": "8.11.2", - "@polkadot/api-augment": "8.11.2", - "@polkadot/api-base": "8.11.2", - "@polkadot/rpc-core": "8.11.2", - "@polkadot/types": "8.11.2", - "@polkadot/types-codec": "8.11.2", - "@polkadot/util": "^9.7.2", - "@polkadot/util-crypto": "^9.7.2", - "rxjs": "^7.5.5" + "@babel/runtime": "^7.18.9" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/keyring": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-9.7.2.tgz", - "integrity": "sha512-qY5baU1qduwTE04Cyrqtf2pCpsIk7Z5vi45CD9U3cbkKXaJoNUqIpfKoL8Vh/yVJBwhclMdxV9E2rEJs8Iv4bg==", + "node_modules/@polkadot/types-support/node_modules/@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/util": "9.7.2", - "@polkadot/util-crypto": "9.7.2" + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" }, "engines": { "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "9.7.2", - "@polkadot/util-crypto": "9.7.2" } }, - "node_modules/@polkadot/networks": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-9.7.2.tgz", - "integrity": "sha512-oMAdF8Y9CLBI0EUZBcycHcvbQQdbkJHevPJ/lwnZXJTaueXuav/Xm2yiFj5J3V8meIjLocURlMawgsAVItXOBQ==", + "node_modules/@polkadot/types-support/node_modules/@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/util": "9.7.2", - "@substrate/ss58-registry": "^1.23.0" + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/rpc-augment": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-8.11.2.tgz", - "integrity": "sha512-6j3ENdu0F1Iwc/Q2QqVyJsfWelRJOaC4JrNH1jczSsA9z64KBJI/84S6RNeYn+CvTAmbo6zIlMs9UuHV2sDZEA==", + "node_modules/@polkadot/types/node_modules/@noble/secp256k1": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.6.3.tgz", + "integrity": "sha512-T04e4iTurVy7I8Sw4+c5OSN9/RkPlo1uKxAomtxQNLq8j1uPAqnsqG1bqvY3Jv7c13gyr6dui0zmh/I3+f/JaQ==", + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ] + }, + "node_modules/@polkadot/types/node_modules/@polkadot/keyring": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.6.tgz", + "integrity": "sha512-l4kF8SRJwkAfQaPKu15/0cxnSu5kPBj/RM0oJpSxkiqZXMhflU7i1tGX2DNhXST+btyEe0AYDzLg2YSyxYOPQA==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/rpc-core": "8.11.2", - "@polkadot/types": "8.11.2", - "@polkadot/types-codec": "8.11.2", - "@polkadot/util": "^9.7.2" + "@babel/runtime": "^7.18.9", + "@polkadot/util": "10.1.6", + "@polkadot/util-crypto": "10.1.6" }, "engines": { "node": ">=14.0.0" + }, + "peerDependencies": { + "@polkadot/util": "10.1.6", + "@polkadot/util-crypto": "10.1.6" } }, - "node_modules/@polkadot/rpc-core": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-8.11.2.tgz", - "integrity": "sha512-FQRTHps9aI826zlZQqTX8Pz5pY3GyXcry9VR/HMhszC7GkwVMEHWwQMWidRBz/La8gKMPe3z9KK4jMVbLhDKjQ==", + "node_modules/@polkadot/types/node_modules/@polkadot/networks": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.6.tgz", + "integrity": "sha512-NINGTVkvAnrBDXbIdcSJ7gCmtXUB6ybI4TLHY2Tf/57hak+hlyQUoHZdaTzpRYrxZ9xoUUS1K83Lr3wfwMblHA==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/rpc-augment": "8.11.2", - "@polkadot/rpc-provider": "8.11.2", - "@polkadot/types": "8.11.2", - "@polkadot/util": "^9.7.2", - "rxjs": "^7.5.5" + "@babel/runtime": "^7.18.9", + "@polkadot/util": "10.1.6", + "@substrate/ss58-registry": "^1.28.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/rpc-provider": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-8.11.2.tgz", - "integrity": "sha512-KWG1+OfHC22SCrlVAfbe23Bc7WDfYosDaoqurRiVmmlN3StHHNPdzyCZADybdgRJpUTczRM8s2dLGrWJGxoWCg==", + "node_modules/@polkadot/types/node_modules/@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/keyring": "^9.7.2", - "@polkadot/types": "8.11.2", - "@polkadot/types-support": "8.11.2", - "@polkadot/util": "^9.7.2", - "@polkadot/util-crypto": "^9.7.2", - "@polkadot/x-fetch": "^9.7.2", - "@polkadot/x-global": "^9.7.2", - "@polkadot/x-ws": "^9.7.2", - "@substrate/connect": "0.7.7", - "eventemitter3": "^4.0.7", - "mock-socket": "^9.1.5", - "nock": "^13.2.8" + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/types": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-8.11.2.tgz", - "integrity": "sha512-xuJznHNRMGXtQeJVn49Bakx/bMFZ4lQ96cR+drI4d3CwDlC20MY8MqXKZvxPpzaItyUw5ZjAAChQQCkpmzFLjA==", + "node_modules/@polkadot/types/node_modules/@polkadot/util-crypto": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.6.tgz", + "integrity": "sha512-r3XWcCERomcGyB5PT7Qa1LYtCHfspVbehPGvraRlX5xhZBihpU4zMRWTSBNMPNaeIjUJmmSQHeG0ZnQVvnwzkg==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/keyring": "^9.7.2", - "@polkadot/types-augment": "8.11.2", - "@polkadot/types-codec": "8.11.2", - "@polkadot/types-create": "8.11.2", - "@polkadot/util": "^9.7.2", - "@polkadot/util-crypto": "^9.7.2", - "rxjs": "^7.5.5" + "@babel/runtime": "^7.18.9", + "@noble/hashes": "1.1.2", + "@noble/secp256k1": "1.6.3", + "@polkadot/networks": "10.1.6", + "@polkadot/util": "10.1.6", + "@polkadot/wasm-crypto": "^6.3.1", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-randomvalues": "10.1.6", + "@scure/base": "1.1.1", + "ed2curve": "^0.3.0", + "tweetnacl": "^1.0.3" }, "engines": { "node": ">=14.0.0" + }, + "peerDependencies": { + "@polkadot/util": "10.1.6" } }, - "node_modules/@polkadot/types-augment": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-8.11.2.tgz", - "integrity": "sha512-tLL47RrBbriHO2PdJiNyb2ELIXB89kNMCb8YePL5u/DsynAn7rimnOUMKWHjtsbWmn6qWh1UH8Q/0ODEs+Jq1Q==", + "node_modules/@polkadot/types/node_modules/@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/types": "8.11.2", - "@polkadot/types-codec": "8.11.2", - "@polkadot/util": "^9.7.2" + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/types-codec": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-8.11.2.tgz", - "integrity": "sha512-26LpjaAHF1JgwLbcMKENEFcmMVgfLD/ke7zZaRZcpvsNT6ZIDVcPP3U9hQArcDfeQCUijIWprlO43g6TgYIhBA==", + "node_modules/@polkadot/types/node_modules/@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/util": "^9.7.2", - "@polkadot/x-bigint": "^9.7.2" + "@babel/runtime": "^7.18.9" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/types-create": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-8.11.2.tgz", - "integrity": "sha512-3M/uZzm584zZVdDx4IKcBQUrtVI7HkVyp3W/f4YLxFhAz+/giikeC0hFbHYEI+qKYueHLMTiJk0kflNvTu+tcw==", + "node_modules/@polkadot/types/node_modules/@polkadot/x-randomvalues": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.6.tgz", + "integrity": "sha512-NDOr7Zvv3lN0Z3+gt/RfmZbeOXg21402ggiBdL8ni9rf0ZMUzFLqRNsbm0334L0lApfhfvxm98MGfK+gq6uVZg==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/types-codec": "8.11.2", - "@polkadot/util": "^9.7.2" + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/types-known": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-8.11.2.tgz", - "integrity": "sha512-xeL85aAG4rLYKHA2IpERdZlpRN18z0Sp3gmztcGLaguIjjrQwn/Fa2QioScOMVLmq4Tle/KKVngsFtfnr/D3BQ==", + "node_modules/@polkadot/types/node_modules/@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/networks": "^9.7.2", - "@polkadot/types": "8.11.2", - "@polkadot/types-codec": "8.11.2", - "@polkadot/types-create": "8.11.2", - "@polkadot/util": "^9.7.2" + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/types-support": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-8.11.2.tgz", - "integrity": "sha512-LTXKYLhdWJ1a7zZBwmFgukssMsNKE/ImNEArr/5PRgSRKnfheNJwr+ke4ViF45MNAonxJXRLzAQfaIMhuKg3CQ==", + "node_modules/@polkadot/types/node_modules/@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/util": "^9.7.2" + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" }, "engines": { "node": ">=14.0.0" @@ -455,17 +1591,12 @@ "@polkadot/util": "9.7.2" } }, - "node_modules/@polkadot/util/node_modules/bn.js": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", - "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" - }, "node_modules/@polkadot/wasm-bridge": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-bridge/-/wasm-bridge-6.2.2.tgz", - "integrity": "sha512-VZ53gtlSTGqGV/jPe1vEa8LxRP7gv6sx4mcIwTicLejunBMo8zcmKD75Y7As3tEH3ZNLXFfJYezQT4gzw5Vb2Q==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-bridge/-/wasm-bridge-6.3.1.tgz", + "integrity": "sha512-1TYkHsb9AEFhU9uZj3biEnN2yKQNzdrwSjiTvfCYnt97pnEkKsZI6cku+YPZQv5w/x9CQa5Yua9e2DVVZSivGA==", "dependencies": { - "@babel/runtime": "^7.18.6" + "@babel/runtime": "^7.18.9" }, "engines": { "node": ">=14.0.0" @@ -476,16 +1607,16 @@ } }, "node_modules/@polkadot/wasm-crypto": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto/-/wasm-crypto-6.2.2.tgz", - "integrity": "sha512-EdsZqlvSM5lUmAC3QiJnHLgtDN6qmYH/c8t/mXpzm/e6tG8gjoDk1U3V/mvooRNnwjUHR45mR4gn6JwsiWXoqA==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto/-/wasm-crypto-6.3.1.tgz", + "integrity": "sha512-OO8h0qeVkqp4xYZaRVl4iuWOEtq282pNBHDKb6SOJuI2g59eWGcKh4EQU9Me2VP6qzojIqptrkrVt7KQXC68gA==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/wasm-bridge": "6.2.2", - "@polkadot/wasm-crypto-asmjs": "6.2.2", - "@polkadot/wasm-crypto-init": "6.2.2", - "@polkadot/wasm-crypto-wasm": "6.2.2", - "@polkadot/wasm-util": "6.2.2" + "@babel/runtime": "^7.18.9", + "@polkadot/wasm-bridge": "6.3.1", + "@polkadot/wasm-crypto-asmjs": "6.3.1", + "@polkadot/wasm-crypto-init": "6.3.1", + "@polkadot/wasm-crypto-wasm": "6.3.1", + "@polkadot/wasm-util": "6.3.1" }, "engines": { "node": ">=14.0.0" @@ -496,11 +1627,11 @@ } }, "node_modules/@polkadot/wasm-crypto-asmjs": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-6.2.2.tgz", - "integrity": "sha512-zHvokBW7xIbPCHyNFJoqClsJwi3ecEZwKFhfLGJIU1Gcag6+Wx0GIyemby2z4PkYqQiUm9LQ/SS9dGIF2M5KiA==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-6.3.1.tgz", + "integrity": "sha512-zbombRfA5v/mUWQQhgg2YwaxhRmxRIrvskw65x+lruax3b6xPBFDs7yplopiJU3r8h2pTgQvX/DUksvqz2TCRQ==", "dependencies": { - "@babel/runtime": "^7.18.6" + "@babel/runtime": "^7.18.9" }, "engines": { "node": ">=14.0.0" @@ -510,14 +1641,14 @@ } }, "node_modules/@polkadot/wasm-crypto-init": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-init/-/wasm-crypto-init-6.2.2.tgz", - "integrity": "sha512-qSt/QXEMf+0ZRReTb8XG6Ith4W3pGY9dIJVHZ/0euqsNsA5x26K+s50uH5/gillZ2aj0zQtCScW98VUfIQAb5w==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-init/-/wasm-crypto-init-6.3.1.tgz", + "integrity": "sha512-9yaUBcu+snwjJLmPPGl3cyGRQ1afyFGm16qzTM0sgG/ZCfUlK4uk8KWZe+sBUKgoxb2oXY7Y4WklKgQI1YBdfw==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/wasm-bridge": "6.2.2", - "@polkadot/wasm-crypto-asmjs": "6.2.2", - "@polkadot/wasm-crypto-wasm": "6.2.2" + "@babel/runtime": "^7.18.9", + "@polkadot/wasm-bridge": "6.3.1", + "@polkadot/wasm-crypto-asmjs": "6.3.1", + "@polkadot/wasm-crypto-wasm": "6.3.1" }, "engines": { "node": ">=14.0.0" @@ -528,12 +1659,12 @@ } }, "node_modules/@polkadot/wasm-crypto-wasm": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-6.2.2.tgz", - "integrity": "sha512-YDrFJXU1v4SYhIfmwmUDe+EEpnlpMRxQIlOzAPlkw1VA6FKFGNYkug5K3vElVPxySk9dE8YvleXe8BGNg0dcAg==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-6.3.1.tgz", + "integrity": "sha512-idSlzKGVzCfeCMRHsacRvqwojSaTadFxL/Dbls4z1thvfa3U9Ku0d2qVtlwg7Hj+tYWDiuP8Kygs+6bQwfs0XA==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/wasm-util": "6.2.2" + "@babel/runtime": "^7.18.9", + "@polkadot/wasm-util": "6.3.1" }, "engines": { "node": ">=14.0.0" @@ -543,11 +1674,11 @@ } }, "node_modules/@polkadot/wasm-util": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-util/-/wasm-util-6.2.2.tgz", - "integrity": "sha512-umhxKzaEdU3HI5e1PjrTdlDEDm4im2QwfIot/SLXeMc1z6ZINEpSjK1nTcxuTgZXwmBlNNbCV0Tgt+LLRv6ALQ==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-util/-/wasm-util-6.3.1.tgz", + "integrity": "sha512-12oAv5J7Yoc9m6jixrSaQCxpOkWOyzHx3DMC8qmLjRiwdBWxqLmImOVRVnFsbaxqSbhBIHRuJphVxWE+GZETDg==", "dependencies": { - "@babel/runtime": "^7.18.6" + "@babel/runtime": "^7.18.9" }, "engines": { "node": ">=14.0.0" @@ -569,19 +1700,47 @@ } }, "node_modules/@polkadot/x-fetch": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-9.7.2.tgz", - "integrity": "sha512-ysXpPNq2S+L98hKow3d59prU4QFRg5N86pMkJdONc4VxtKITVY2MfdLVCqfEOOFuuwCzE7Sfmx53I4XpDgbP7A==", + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.6.tgz", + "integrity": "sha512-LxsMtrQCgEC+ySRjS94voxY34OsL5qi4HBo6p8QWuXJB9pCuyGmnuFa8hJ0eMJ1Ne0SRo4gbasKWux6E5b00eg==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2", + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6", "@types/node-fetch": "^2.6.2", - "node-fetch": "^2.6.7" + "node-fetch": "^3.2.10" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/x-fetch/node_modules/@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "dependencies": { + "@babel/runtime": "^7.18.9" }, "engines": { "node": ">=14.0.0" } }, + "node_modules/@polkadot/x-fetch/node_modules/node-fetch": { + "version": "3.2.10", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.10.tgz", + "integrity": "sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==", + "dependencies": { + "data-uri-to-buffer": "^4.0.0", + "fetch-blob": "^3.1.4", + "formdata-polyfill": "^4.0.10" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/node-fetch" + } + }, "node_modules/@polkadot/x-global": { "version": "9.7.2", "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", @@ -630,12 +1789,12 @@ } }, "node_modules/@polkadot/x-ws": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-9.7.2.tgz", - "integrity": "sha512-yF2qKL00SGivbima22jxoBNYCZFI8Ph7dmnVm7fDztVtO8Fc2x30Lj3a8+qsSOrynLyJHAh2bjjQxpPmDCB9tw==", + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.6.tgz", + "integrity": "sha512-PNDM4/fPECz2rTsE3lS+KiF87QN7mrN79yp2CsTHUVYKDg511Hp85wvtGkVgUoA98JWYETpVO7kUR1wSRDf46A==", "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2", + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6", "@types/websocket": "^1.0.5", "websocket": "^1.0.34" }, @@ -643,6 +1802,17 @@ "node": ">=14.0.0" } }, + "node_modules/@polkadot/x-ws/node_modules/@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "dependencies": { + "@babel/runtime": "^7.18.9" + }, + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/@protobufjs/aspromise": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", @@ -709,57 +1879,33 @@ ] }, "node_modules/@substrate/connect": { - "version": "0.7.7", - "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.7.tgz", - "integrity": "sha512-uFRF06lC42ZZixxwkzRB61K1uYvR1cTZ7rI98RW7T+eWbCFrafyVk0pk6J+4oN05gZkhou+VK3hrRCU6Doy2xQ==", + "version": "0.7.11", + "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.11.tgz", + "integrity": "sha512-/xiOlkmJfl2XPYQTmyWKEh2AXryEAPSMAxZXs6D/aqYDy0TKZDAp1dfQiHyPt1vMwOlnM4WJv9lPks3ZMwCP+w==", "dependencies": { - "@substrate/connect-extension-protocol": "^1.0.0", - "@substrate/smoldot-light": "0.6.19", + "@substrate/connect-extension-protocol": "^1.0.1", + "@substrate/smoldot-light": "0.6.30", "eventemitter3": "^4.0.7" } }, "node_modules/@substrate/connect-extension-protocol": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@substrate/connect-extension-protocol/-/connect-extension-protocol-1.0.0.tgz", - "integrity": "sha512-nFVuKdp71hMd/MGlllAOh+a2hAqt8m6J2G0aSsS/RcALZexxF9jodbFc62ni8RDtJboeOfXAHhenYOANvJKPIg==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@substrate/connect-extension-protocol/-/connect-extension-protocol-1.0.1.tgz", + "integrity": "sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg==" }, "node_modules/@substrate/smoldot-light": { - "version": "0.6.19", - "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.19.tgz", - "integrity": "sha512-Xi+v1cdURhTwx7NH+9fa1U9m7VGP61GvB6qwev9HrZXlGbQiUIvySxPlH/LMsq3mwgiRYkokPhcaZEHufY7Urg==", + "version": "0.6.30", + "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.30.tgz", + "integrity": "sha512-U/F75XzxuNG+KGSujxsMAm8zUBpBON+l0oX19EnSWjvqD+smYjvcj1SeqQhFYxJjtoCQyZLedKBsZGyNbG3FbQ==", "dependencies": { - "buffer": "^6.0.1", "pako": "^2.0.4", - "websocket": "^1.0.32" - } - }, - "node_modules/@substrate/smoldot-light/node_modules/buffer": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", - "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.2.1" + "ws": "^8.8.1" } }, "node_modules/@substrate/ss58-registry": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.23.0.tgz", - "integrity": "sha512-LuQje7n48GXSsp1aGI6UEmNVtlh7OzQ6CN1Hd9VGUrshADwMB0lRZ5bxnffmqDR4vVugI7h0NN0AONhIW1eHGg==" + "version": "1.28.0", + "resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.28.0.tgz", + "integrity": "sha512-XPSwSq4CThLyg+OnZ5/LHh3SPDQjRdGS3Ux5ClgWhRCQamlU86FCT1LBwQ/i+ximbdBfqKRRzVhm1ql3AJ9FKQ==" }, "node_modules/@tootallnate/once": { "version": "2.0.0", @@ -1066,6 +2212,7 @@ "version": "1.5.1", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true, "funding": [ { "type": "github", @@ -1100,6 +2247,11 @@ "readable-stream": "^3.4.0" } }, + "node_modules/bn.js": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", + "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" + }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -1419,6 +2571,14 @@ "type": "^1.0.1" } }, + "node_modules/data-uri-to-buffer": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz", + "integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==", + "engines": { + "node": ">= 12" + } + }, "node_modules/data-urls": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.1.tgz", @@ -1625,9 +2785,9 @@ "integrity": "sha512-GiaH0KJUewYok+eeY05IIgjtAe4Yltygk9Wqp1V5yVWLdhf0hYZchRjNIT9bb0mSwRcIusT3cx7PJUf3zEIfUA==" }, "node_modules/es5-ext": { - "version": "0.10.61", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.61.tgz", - "integrity": "sha512-yFhIqQAzu2Ca2I4SE2Au3rxVfmohU9Y7wqGR+s7+H7krk26NXhIRAZDgqd6xqjCEFUomDEA3/Bo/7fKmIkW1kA==", + "version": "0.10.62", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz", + "integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==", "hasInstallScript": true, "dependencies": { "es6-iterator": "^2.0.3", @@ -1778,9 +2938,9 @@ } }, "node_modules/ext/node_modules/type": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/type/-/type-2.6.0.tgz", - "integrity": "sha512-eiDBDOmkih5pMbo9OqsqPRGMljLodLcwd5XD5JbtNB0o89xZAwynY9EdCDsJU7LtcVCClu9DvM7/0Ep1hYX3EQ==" + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz", + "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==" }, "node_modules/fast-glob": { "version": "3.2.7", @@ -1812,6 +2972,28 @@ "reusify": "^1.0.4" } }, + "node_modules/fetch-blob": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", + "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/jimmywarting" + }, + { + "type": "paypal", + "url": "https://paypal.me/jimmywarting" + } + ], + "dependencies": { + "node-domexception": "^1.0.0", + "web-streams-polyfill": "^3.0.3" + }, + "engines": { + "node": "^12.20 || >= 14.13" + } + }, "node_modules/fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -1878,6 +3060,17 @@ "node": ">= 6" } }, + "node_modules/formdata-polyfill": { + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", + "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", + "dependencies": { + "fetch-blob": "^3.1.2" + }, + "engines": { + "node": ">=12.20.0" + } + }, "node_modules/from2": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", @@ -2143,6 +3336,7 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, "funding": [ { "type": "github", @@ -2833,9 +4027,9 @@ "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" }, "node_modules/nock": { - "version": "13.2.8", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.8.tgz", - "integrity": "sha512-JT42FrXfQRpfyL4cnbBEJdf4nmBpVP0yoCcSBr+xkT8Q1y3pgtaCKHGAAOIFcEJ3O3t0QbVAmid0S0f2bj3Wpg==", + "version": "13.2.9", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.9.tgz", + "integrity": "sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA==", "dependencies": { "debug": "^4.1.0", "json-stringify-safe": "^5.0.1", @@ -2855,10 +4049,29 @@ "semver": "^5.4.1" } }, + "node_modules/node-domexception": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", + "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/jimmywarting" + }, + { + "type": "github", + "url": "https://paypal.me/jimmywarting" + } + ], + "engines": { + "node": ">=10.5.0" + } + }, "node_modules/node-fetch": { "version": "2.6.7", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dev": true, "dependencies": { "whatwg-url": "^5.0.0" }, @@ -3501,9 +4714,9 @@ } }, "node_modules/rxjs": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz", - "integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==", + "version": "7.5.6", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.6.tgz", + "integrity": "sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==", "dependencies": { "tslib": "^2.1.0" } @@ -3817,7 +5030,8 @@ "node_modules/tr46": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=", + "dev": true }, "node_modules/tslib": { "version": "2.3.1", @@ -3938,10 +5152,19 @@ "node": ">=12" } }, + "node_modules/web-streams-polyfill": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz", + "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==", + "engines": { + "node": ">= 8" + } + }, "node_modules/webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=", + "dev": true }, "node_modules/websocket": { "version": "1.0.34", @@ -3995,6 +5218,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "dev": true, "dependencies": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" @@ -4098,9 +5322,9 @@ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, "node_modules/ws": { - "version": "8.4.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.4.2.tgz", - "integrity": "sha512-Kbk4Nxyq7/ZWqr/tarI9yIt/+iNNFOjBXEWgTb4ydaNHBNGgvf2QHbS9fdfsndfjFlFwEd4Al+mw83YkaD10ZA==", + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz", + "integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==", "engines": { "node": ">=10.0.0" }, @@ -4279,9 +5503,9 @@ "dev": true }, "@babel/runtime": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.6.tgz", - "integrity": "sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz", + "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -4338,70 +5562,368 @@ } }, "@polkadot/api": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-8.11.2.tgz", - "integrity": "sha512-7rU3xhfpy1yaoRWH7LftFGhBnb8zANfFqX9Fo0QdimnJjqly12fxkRexSh4DSw+nkb+jHvEXjJwtTlBe5vA8TQ==", - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/api-augment": "8.11.2", - "@polkadot/api-base": "8.11.2", - "@polkadot/api-derive": "8.11.2", - "@polkadot/keyring": "^9.7.2", - "@polkadot/rpc-augment": "8.11.2", - "@polkadot/rpc-core": "8.11.2", - "@polkadot/rpc-provider": "8.11.2", - "@polkadot/types": "8.11.2", - "@polkadot/types-augment": "8.11.2", - "@polkadot/types-codec": "8.11.2", - "@polkadot/types-create": "8.11.2", - "@polkadot/types-known": "8.11.2", - "@polkadot/util": "^9.7.2", - "@polkadot/util-crypto": "^9.7.2", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.2.3.tgz", + "integrity": "sha512-vdrtRaTQnnzgrxvEfDsIJwXEbZ1O+q2me6wwAAtZlsezrGVYuamNSUiecE1mPuLu+CoBnExmuSVmPNrzcmgCUg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/api-augment": "9.2.3", + "@polkadot/api-base": "9.2.3", + "@polkadot/api-derive": "9.2.3", + "@polkadot/keyring": "^10.1.5", + "@polkadot/rpc-augment": "9.2.3", + "@polkadot/rpc-core": "9.2.3", + "@polkadot/rpc-provider": "9.2.3", + "@polkadot/types": "9.2.3", + "@polkadot/types-augment": "9.2.3", + "@polkadot/types-codec": "9.2.3", + "@polkadot/types-create": "9.2.3", + "@polkadot/types-known": "9.2.3", + "@polkadot/util": "^10.1.5", + "@polkadot/util-crypto": "^10.1.5", "eventemitter3": "^4.0.7", - "rxjs": "^7.5.5" + "rxjs": "^7.5.6" + }, + "dependencies": { + "@noble/secp256k1": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.6.3.tgz", + "integrity": "sha512-T04e4iTurVy7I8Sw4+c5OSN9/RkPlo1uKxAomtxQNLq8j1uPAqnsqG1bqvY3Jv7c13gyr6dui0zmh/I3+f/JaQ==" + }, + "@polkadot/keyring": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.6.tgz", + "integrity": "sha512-l4kF8SRJwkAfQaPKu15/0cxnSu5kPBj/RM0oJpSxkiqZXMhflU7i1tGX2DNhXST+btyEe0AYDzLg2YSyxYOPQA==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/util": "10.1.6", + "@polkadot/util-crypto": "10.1.6" + } + }, + "@polkadot/networks": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.6.tgz", + "integrity": "sha512-NINGTVkvAnrBDXbIdcSJ7gCmtXUB6ybI4TLHY2Tf/57hak+hlyQUoHZdaTzpRYrxZ9xoUUS1K83Lr3wfwMblHA==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/util": "10.1.6", + "@substrate/ss58-registry": "^1.28.0" + } + }, + "@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + } + }, + "@polkadot/util-crypto": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.6.tgz", + "integrity": "sha512-r3XWcCERomcGyB5PT7Qa1LYtCHfspVbehPGvraRlX5xhZBihpU4zMRWTSBNMPNaeIjUJmmSQHeG0ZnQVvnwzkg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@noble/hashes": "1.1.2", + "@noble/secp256k1": "1.6.3", + "@polkadot/networks": "10.1.6", + "@polkadot/util": "10.1.6", + "@polkadot/wasm-crypto": "^6.3.1", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-randomvalues": "10.1.6", + "@scure/base": "1.1.1", + "ed2curve": "^0.3.0", + "tweetnacl": "^1.0.3" + } + }, + "@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "requires": { + "@babel/runtime": "^7.18.9" + } + }, + "@polkadot/x-randomvalues": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.6.tgz", + "integrity": "sha512-NDOr7Zvv3lN0Z3+gt/RfmZbeOXg21402ggiBdL8ni9rf0ZMUzFLqRNsbm0334L0lApfhfvxm98MGfK+gq6uVZg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + } } }, "@polkadot/api-augment": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-8.11.2.tgz", - "integrity": "sha512-nVEZYRjum+pwjUfaegFHUHtOOWOO3lPsoIxl1LRGeTaRRwigMAAd82GkH0mSrEeuuxMy7tHf1WZSyDz3lTmVxw==", - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/api-base": "8.11.2", - "@polkadot/rpc-augment": "8.11.2", - "@polkadot/types": "8.11.2", - "@polkadot/types-augment": "8.11.2", - "@polkadot/types-codec": "8.11.2", - "@polkadot/util": "^9.7.2" + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.2.3.tgz", + "integrity": "sha512-+CdY7/sivS9aNkfS1TWQAbWb3cVj+ywLJ5b107J/Ipnl3bSGv4lxSk9JU3AzRY4GgCgoZEAvUOpuYz/bOU5qLw==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/api-base": "9.2.3", + "@polkadot/rpc-augment": "9.2.3", + "@polkadot/types": "9.2.3", + "@polkadot/types-augment": "9.2.3", + "@polkadot/types-codec": "9.2.3", + "@polkadot/util": "^10.1.5" + }, + "dependencies": { + "@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + } + }, + "@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "requires": { + "@babel/runtime": "^7.18.9" + } + }, + "@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + } } }, "@polkadot/api-base": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-8.11.2.tgz", - "integrity": "sha512-Sjss48vAt1vLa9SsdIgqDpGSn6eY1fk/INCFYuyVQM6N7Q2meQTx9+HZGJVFsmEOoVXuUEL1l4wtptmVgNXPVQ==", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.2.3.tgz", + "integrity": "sha512-e3sGwdJYkyIjZ1r9hWR1lQ7gtmd9PcaPy50H3kVWWk5JC16ge4Xh8FdGPa/nAZRXy7coQ1CSPy/5FSQqzGhZ8w==", "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/rpc-core": "8.11.2", - "@polkadot/types": "8.11.2", - "@polkadot/util": "^9.7.2", - "rxjs": "^7.5.5" + "@babel/runtime": "^7.18.9", + "@polkadot/rpc-core": "9.2.3", + "@polkadot/types": "9.2.3", + "@polkadot/util": "^10.1.5", + "rxjs": "^7.5.6" + }, + "dependencies": { + "@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + } + }, + "@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "requires": { + "@babel/runtime": "^7.18.9" + } + }, + "@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + } } }, "@polkadot/api-derive": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-8.11.2.tgz", - "integrity": "sha512-t0UzaItIl6K85509pFkhk1gniB2xb51q3FkHAf7tfhAqVO/6vaewWxfemkp/QOKDral6nY2LwMHxwgIfFScpGQ==", - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/api": "8.11.2", - "@polkadot/api-augment": "8.11.2", - "@polkadot/api-base": "8.11.2", - "@polkadot/rpc-core": "8.11.2", - "@polkadot/types": "8.11.2", - "@polkadot/types-codec": "8.11.2", - "@polkadot/util": "^9.7.2", - "@polkadot/util-crypto": "^9.7.2", - "rxjs": "^7.5.5" + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.2.3.tgz", + "integrity": "sha512-mCZFfzJZxSHes3GTbHNNQpYSB6yRNO3Jg4naa0ngYh7jbuP6Aeuv/ywQw8VM+nEos4JcUCegUUNOY+QhCWgYrg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/api": "9.2.3", + "@polkadot/api-augment": "9.2.3", + "@polkadot/api-base": "9.2.3", + "@polkadot/rpc-core": "9.2.3", + "@polkadot/types": "9.2.3", + "@polkadot/types-codec": "9.2.3", + "@polkadot/util": "^10.1.5", + "@polkadot/util-crypto": "^10.1.5", + "rxjs": "^7.5.6" + }, + "dependencies": { + "@noble/secp256k1": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.6.3.tgz", + "integrity": "sha512-T04e4iTurVy7I8Sw4+c5OSN9/RkPlo1uKxAomtxQNLq8j1uPAqnsqG1bqvY3Jv7c13gyr6dui0zmh/I3+f/JaQ==" + }, + "@polkadot/networks": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.6.tgz", + "integrity": "sha512-NINGTVkvAnrBDXbIdcSJ7gCmtXUB6ybI4TLHY2Tf/57hak+hlyQUoHZdaTzpRYrxZ9xoUUS1K83Lr3wfwMblHA==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/util": "10.1.6", + "@substrate/ss58-registry": "^1.28.0" + } + }, + "@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + } + }, + "@polkadot/util-crypto": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.6.tgz", + "integrity": "sha512-r3XWcCERomcGyB5PT7Qa1LYtCHfspVbehPGvraRlX5xhZBihpU4zMRWTSBNMPNaeIjUJmmSQHeG0ZnQVvnwzkg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@noble/hashes": "1.1.2", + "@noble/secp256k1": "1.6.3", + "@polkadot/networks": "10.1.6", + "@polkadot/util": "10.1.6", + "@polkadot/wasm-crypto": "^6.3.1", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-randomvalues": "10.1.6", + "@scure/base": "1.1.1", + "ed2curve": "^0.3.0", + "tweetnacl": "^1.0.3" + } + }, + "@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "requires": { + "@babel/runtime": "^7.18.9" + } + }, + "@polkadot/x-randomvalues": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.6.tgz", + "integrity": "sha512-NDOr7Zvv3lN0Z3+gt/RfmZbeOXg21402ggiBdL8ni9rf0ZMUzFLqRNsbm0334L0lApfhfvxm98MGfK+gq6uVZg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + } } }, "@polkadot/keyring": { @@ -4425,116 +5947,689 @@ } }, "@polkadot/rpc-augment": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-8.11.2.tgz", - "integrity": "sha512-6j3ENdu0F1Iwc/Q2QqVyJsfWelRJOaC4JrNH1jczSsA9z64KBJI/84S6RNeYn+CvTAmbo6zIlMs9UuHV2sDZEA==", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.2.3.tgz", + "integrity": "sha512-VHhstb5PDpzDXHp9WAWrNWqn1UTqyOHmWExNL3BfPcwcaw0dCAax+aGb6upYqKCfEugZwJXalmEuwwkA4alz+g==", "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/rpc-core": "8.11.2", - "@polkadot/types": "8.11.2", - "@polkadot/types-codec": "8.11.2", - "@polkadot/util": "^9.7.2" + "@babel/runtime": "^7.18.9", + "@polkadot/rpc-core": "9.2.3", + "@polkadot/types": "9.2.3", + "@polkadot/types-codec": "9.2.3", + "@polkadot/util": "^10.1.5" + }, + "dependencies": { + "@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + } + }, + "@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "requires": { + "@babel/runtime": "^7.18.9" + } + }, + "@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + } } }, "@polkadot/rpc-core": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-8.11.2.tgz", - "integrity": "sha512-FQRTHps9aI826zlZQqTX8Pz5pY3GyXcry9VR/HMhszC7GkwVMEHWwQMWidRBz/La8gKMPe3z9KK4jMVbLhDKjQ==", - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/rpc-augment": "8.11.2", - "@polkadot/rpc-provider": "8.11.2", - "@polkadot/types": "8.11.2", - "@polkadot/util": "^9.7.2", - "rxjs": "^7.5.5" + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.2.3.tgz", + "integrity": "sha512-x7NdgvJQ/oqSUbZqPlT+/bx0EQ2Qlz0kLYolQcCNuKsQ4Kew+IRxoi26bMOoE+jF05F3LRV7D3wNyFqt0292ag==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/rpc-augment": "9.2.3", + "@polkadot/rpc-provider": "9.2.3", + "@polkadot/types": "9.2.3", + "@polkadot/util": "^10.1.5", + "rxjs": "^7.5.6" + }, + "dependencies": { + "@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + } + }, + "@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "requires": { + "@babel/runtime": "^7.18.9" + } + }, + "@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + } } }, "@polkadot/rpc-provider": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-8.11.2.tgz", - "integrity": "sha512-KWG1+OfHC22SCrlVAfbe23Bc7WDfYosDaoqurRiVmmlN3StHHNPdzyCZADybdgRJpUTczRM8s2dLGrWJGxoWCg==", - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/keyring": "^9.7.2", - "@polkadot/types": "8.11.2", - "@polkadot/types-support": "8.11.2", - "@polkadot/util": "^9.7.2", - "@polkadot/util-crypto": "^9.7.2", - "@polkadot/x-fetch": "^9.7.2", - "@polkadot/x-global": "^9.7.2", - "@polkadot/x-ws": "^9.7.2", - "@substrate/connect": "0.7.7", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.2.3.tgz", + "integrity": "sha512-SMtHxL8S1K64TX2076SmTZZd5gHmXfrZvPBZNmv8q5e0jfc7KYau6dq3ffC/2i0PwhyHFJAgFq6MOCV/zc1h4g==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/keyring": "^10.1.5", + "@polkadot/types": "9.2.3", + "@polkadot/types-support": "9.2.3", + "@polkadot/util": "^10.1.5", + "@polkadot/util-crypto": "^10.1.5", + "@polkadot/x-fetch": "^10.1.5", + "@polkadot/x-global": "^10.1.5", + "@polkadot/x-ws": "^10.1.5", + "@substrate/connect": "0.7.11", "eventemitter3": "^4.0.7", "mock-socket": "^9.1.5", - "nock": "^13.2.8" + "nock": "^13.2.9" + }, + "dependencies": { + "@noble/secp256k1": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.6.3.tgz", + "integrity": "sha512-T04e4iTurVy7I8Sw4+c5OSN9/RkPlo1uKxAomtxQNLq8j1uPAqnsqG1bqvY3Jv7c13gyr6dui0zmh/I3+f/JaQ==" + }, + "@polkadot/keyring": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.6.tgz", + "integrity": "sha512-l4kF8SRJwkAfQaPKu15/0cxnSu5kPBj/RM0oJpSxkiqZXMhflU7i1tGX2DNhXST+btyEe0AYDzLg2YSyxYOPQA==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/util": "10.1.6", + "@polkadot/util-crypto": "10.1.6" + } + }, + "@polkadot/networks": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.6.tgz", + "integrity": "sha512-NINGTVkvAnrBDXbIdcSJ7gCmtXUB6ybI4TLHY2Tf/57hak+hlyQUoHZdaTzpRYrxZ9xoUUS1K83Lr3wfwMblHA==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/util": "10.1.6", + "@substrate/ss58-registry": "^1.28.0" + } + }, + "@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + } + }, + "@polkadot/util-crypto": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.6.tgz", + "integrity": "sha512-r3XWcCERomcGyB5PT7Qa1LYtCHfspVbehPGvraRlX5xhZBihpU4zMRWTSBNMPNaeIjUJmmSQHeG0ZnQVvnwzkg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@noble/hashes": "1.1.2", + "@noble/secp256k1": "1.6.3", + "@polkadot/networks": "10.1.6", + "@polkadot/util": "10.1.6", + "@polkadot/wasm-crypto": "^6.3.1", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-randomvalues": "10.1.6", + "@scure/base": "1.1.1", + "ed2curve": "^0.3.0", + "tweetnacl": "^1.0.3" + } + }, + "@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "requires": { + "@babel/runtime": "^7.18.9" + } + }, + "@polkadot/x-randomvalues": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.6.tgz", + "integrity": "sha512-NDOr7Zvv3lN0Z3+gt/RfmZbeOXg21402ggiBdL8ni9rf0ZMUzFLqRNsbm0334L0lApfhfvxm98MGfK+gq6uVZg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + } } }, "@polkadot/types": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-8.11.2.tgz", - "integrity": "sha512-xuJznHNRMGXtQeJVn49Bakx/bMFZ4lQ96cR+drI4d3CwDlC20MY8MqXKZvxPpzaItyUw5ZjAAChQQCkpmzFLjA==", - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/keyring": "^9.7.2", - "@polkadot/types-augment": "8.11.2", - "@polkadot/types-codec": "8.11.2", - "@polkadot/types-create": "8.11.2", - "@polkadot/util": "^9.7.2", - "@polkadot/util-crypto": "^9.7.2", - "rxjs": "^7.5.5" + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.2.3.tgz", + "integrity": "sha512-EUFMc3pnruQE6ZPln2RTii7Wd3A868HazBL5l6glsXGwxS77O3JoYGprth9iyMuy5JKEBVL6mKqX6ns+JAx+Xg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/keyring": "^10.1.5", + "@polkadot/types-augment": "9.2.3", + "@polkadot/types-codec": "9.2.3", + "@polkadot/types-create": "9.2.3", + "@polkadot/util": "^10.1.5", + "@polkadot/util-crypto": "^10.1.5", + "rxjs": "^7.5.6" + }, + "dependencies": { + "@noble/secp256k1": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.6.3.tgz", + "integrity": "sha512-T04e4iTurVy7I8Sw4+c5OSN9/RkPlo1uKxAomtxQNLq8j1uPAqnsqG1bqvY3Jv7c13gyr6dui0zmh/I3+f/JaQ==" + }, + "@polkadot/keyring": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.6.tgz", + "integrity": "sha512-l4kF8SRJwkAfQaPKu15/0cxnSu5kPBj/RM0oJpSxkiqZXMhflU7i1tGX2DNhXST+btyEe0AYDzLg2YSyxYOPQA==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/util": "10.1.6", + "@polkadot/util-crypto": "10.1.6" + } + }, + "@polkadot/networks": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.6.tgz", + "integrity": "sha512-NINGTVkvAnrBDXbIdcSJ7gCmtXUB6ybI4TLHY2Tf/57hak+hlyQUoHZdaTzpRYrxZ9xoUUS1K83Lr3wfwMblHA==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/util": "10.1.6", + "@substrate/ss58-registry": "^1.28.0" + } + }, + "@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + } + }, + "@polkadot/util-crypto": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.6.tgz", + "integrity": "sha512-r3XWcCERomcGyB5PT7Qa1LYtCHfspVbehPGvraRlX5xhZBihpU4zMRWTSBNMPNaeIjUJmmSQHeG0ZnQVvnwzkg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@noble/hashes": "1.1.2", + "@noble/secp256k1": "1.6.3", + "@polkadot/networks": "10.1.6", + "@polkadot/util": "10.1.6", + "@polkadot/wasm-crypto": "^6.3.1", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-randomvalues": "10.1.6", + "@scure/base": "1.1.1", + "ed2curve": "^0.3.0", + "tweetnacl": "^1.0.3" + } + }, + "@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "requires": { + "@babel/runtime": "^7.18.9" + } + }, + "@polkadot/x-randomvalues": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.6.tgz", + "integrity": "sha512-NDOr7Zvv3lN0Z3+gt/RfmZbeOXg21402ggiBdL8ni9rf0ZMUzFLqRNsbm0334L0lApfhfvxm98MGfK+gq6uVZg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + } } }, "@polkadot/types-augment": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-8.11.2.tgz", - "integrity": "sha512-tLL47RrBbriHO2PdJiNyb2ELIXB89kNMCb8YePL5u/DsynAn7rimnOUMKWHjtsbWmn6qWh1UH8Q/0ODEs+Jq1Q==", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.2.3.tgz", + "integrity": "sha512-xbzlP8xoaj/ILLtxkxHm8ldS3ziuY3qGkDAEbRS13KcsEUg+tUmG3IxMlvbHZVg8iYR3RMcQAJ1WF29wFvVOrA==", "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/types": "8.11.2", - "@polkadot/types-codec": "8.11.2", - "@polkadot/util": "^9.7.2" + "@babel/runtime": "^7.18.9", + "@polkadot/types": "9.2.3", + "@polkadot/types-codec": "9.2.3", + "@polkadot/util": "^10.1.5" + }, + "dependencies": { + "@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + } + }, + "@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "requires": { + "@babel/runtime": "^7.18.9" + } + }, + "@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + } } }, "@polkadot/types-codec": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-8.11.2.tgz", - "integrity": "sha512-26LpjaAHF1JgwLbcMKENEFcmMVgfLD/ke7zZaRZcpvsNT6ZIDVcPP3U9hQArcDfeQCUijIWprlO43g6TgYIhBA==", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.2.3.tgz", + "integrity": "sha512-CaxDpV5AK5RfgMP0+ExMeirp3OaKjWx5ieR9O8kb6vet4axFEX5soD7yM4A2D4X8rBSJTXjCbLPUFyjswoTJow==", "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/util": "^9.7.2", - "@polkadot/x-bigint": "^9.7.2" + "@babel/runtime": "^7.18.9", + "@polkadot/util": "^10.1.5", + "@polkadot/x-bigint": "^10.1.5" + }, + "dependencies": { + "@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + } + }, + "@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "requires": { + "@babel/runtime": "^7.18.9" + } + }, + "@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + } } }, "@polkadot/types-create": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-8.11.2.tgz", - "integrity": "sha512-3M/uZzm584zZVdDx4IKcBQUrtVI7HkVyp3W/f4YLxFhAz+/giikeC0hFbHYEI+qKYueHLMTiJk0kflNvTu+tcw==", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.2.3.tgz", + "integrity": "sha512-hR+eM8DLDAvYh99cLOfyV/Xcff+kie9pe7VTIhampuUwOvRovQ1ItTiajxYKMHbeX6SyVn5vvOtSzyJacNiU+w==", "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/types-codec": "8.11.2", - "@polkadot/util": "^9.7.2" + "@babel/runtime": "^7.18.9", + "@polkadot/types-codec": "9.2.3", + "@polkadot/util": "^10.1.5" + }, + "dependencies": { + "@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + } + }, + "@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "requires": { + "@babel/runtime": "^7.18.9" + } + }, + "@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + } } }, "@polkadot/types-known": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-8.11.2.tgz", - "integrity": "sha512-xeL85aAG4rLYKHA2IpERdZlpRN18z0Sp3gmztcGLaguIjjrQwn/Fa2QioScOMVLmq4Tle/KKVngsFtfnr/D3BQ==", - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/networks": "^9.7.2", - "@polkadot/types": "8.11.2", - "@polkadot/types-codec": "8.11.2", - "@polkadot/types-create": "8.11.2", - "@polkadot/util": "^9.7.2" + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.2.3.tgz", + "integrity": "sha512-popdkZTegUxEolsA1AUJ425M0ENRw+g8c719m7ZO7KZvBEH31lLTS4SqU8NtJvqM0TCYJIHLex9RL8TIUBIreQ==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/networks": "^10.1.5", + "@polkadot/types": "9.2.3", + "@polkadot/types-codec": "9.2.3", + "@polkadot/types-create": "9.2.3", + "@polkadot/util": "^10.1.5" + }, + "dependencies": { + "@polkadot/networks": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.6.tgz", + "integrity": "sha512-NINGTVkvAnrBDXbIdcSJ7gCmtXUB6ybI4TLHY2Tf/57hak+hlyQUoHZdaTzpRYrxZ9xoUUS1K83Lr3wfwMblHA==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/util": "10.1.6", + "@substrate/ss58-registry": "^1.28.0" + } + }, + "@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + } + }, + "@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "requires": { + "@babel/runtime": "^7.18.9" + } + }, + "@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + } } }, "@polkadot/types-support": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-8.11.2.tgz", - "integrity": "sha512-LTXKYLhdWJ1a7zZBwmFgukssMsNKE/ImNEArr/5PRgSRKnfheNJwr+ke4ViF45MNAonxJXRLzAQfaIMhuKg3CQ==", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.2.3.tgz", + "integrity": "sha512-kIm0mdsyR5+88Q49EvFqKzHmFFB66/qXpXIDQLSKvn+B1glku0QiEPoypLoptOW1WV4Pfe6QKlalH9PUqQjD8Q==", "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/util": "^9.7.2" + "@babel/runtime": "^7.18.9", + "@polkadot/util": "^10.1.5" + }, + "dependencies": { + "@polkadot/util": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.6.tgz", + "integrity": "sha512-k+gCKmgwxp0smmLIR7SfiEYEToayWXjrC7pQ0PqAGxpBNOdVMSCzLMnOHf9AI5cjs/lx6ULr1fHn721wLVonkw==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-bigint": "10.1.6", + "@polkadot/x-global": "10.1.6", + "@polkadot/x-textdecoder": "10.1.6", + "@polkadot/x-textencoder": "10.1.6", + "@types/bn.js": "^5.1.0", + "bn.js": "^5.2.1" + } + }, + "@polkadot/x-bigint": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.6.tgz", + "integrity": "sha512-yeBZQ9+u49KqDBaeSw+ytshqzyaScKrDjAxpWCfOGxJaB+5Nv1W7fqi3OJ4S/HN5DYItr0a6UC14e1hiZUtZCg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "requires": { + "@babel/runtime": "^7.18.9" + } + }, + "@polkadot/x-textdecoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.6.tgz", + "integrity": "sha512-T+jvyv6OvUgGfOlMDLkPKEmQnZGP1CNohdEDeRr93AmeYikIfbC20qYuAc0bEBXR7/rPXgnqiEfrpkL2W3r/Ig==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + }, + "@polkadot/x-textencoder": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.6.tgz", + "integrity": "sha512-e+iHdR1P/8xAc54l3gHfqozH6ZfxPkKlVVaz3vOMnzfc8cA3Zw93mLYkGtLDqv+825LkSrWSmb/bDZb6YyEEXg==", + "requires": { + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6" + } + } } }, "@polkadot/util": { @@ -4550,13 +6645,6 @@ "@types/bn.js": "^5.1.0", "bn.js": "^5.2.1", "ip-regex": "^4.3.0" - }, - "dependencies": { - "bn.js": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", - "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" - } } }, "@polkadot/util-crypto": { @@ -4578,60 +6666,60 @@ } }, "@polkadot/wasm-bridge": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-bridge/-/wasm-bridge-6.2.2.tgz", - "integrity": "sha512-VZ53gtlSTGqGV/jPe1vEa8LxRP7gv6sx4mcIwTicLejunBMo8zcmKD75Y7As3tEH3ZNLXFfJYezQT4gzw5Vb2Q==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-bridge/-/wasm-bridge-6.3.1.tgz", + "integrity": "sha512-1TYkHsb9AEFhU9uZj3biEnN2yKQNzdrwSjiTvfCYnt97pnEkKsZI6cku+YPZQv5w/x9CQa5Yua9e2DVVZSivGA==", "requires": { - "@babel/runtime": "^7.18.6" + "@babel/runtime": "^7.18.9" } }, "@polkadot/wasm-crypto": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto/-/wasm-crypto-6.2.2.tgz", - "integrity": "sha512-EdsZqlvSM5lUmAC3QiJnHLgtDN6qmYH/c8t/mXpzm/e6tG8gjoDk1U3V/mvooRNnwjUHR45mR4gn6JwsiWXoqA==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto/-/wasm-crypto-6.3.1.tgz", + "integrity": "sha512-OO8h0qeVkqp4xYZaRVl4iuWOEtq282pNBHDKb6SOJuI2g59eWGcKh4EQU9Me2VP6qzojIqptrkrVt7KQXC68gA==", "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/wasm-bridge": "6.2.2", - "@polkadot/wasm-crypto-asmjs": "6.2.2", - "@polkadot/wasm-crypto-init": "6.2.2", - "@polkadot/wasm-crypto-wasm": "6.2.2", - "@polkadot/wasm-util": "6.2.2" + "@babel/runtime": "^7.18.9", + "@polkadot/wasm-bridge": "6.3.1", + "@polkadot/wasm-crypto-asmjs": "6.3.1", + "@polkadot/wasm-crypto-init": "6.3.1", + "@polkadot/wasm-crypto-wasm": "6.3.1", + "@polkadot/wasm-util": "6.3.1" } }, "@polkadot/wasm-crypto-asmjs": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-6.2.2.tgz", - "integrity": "sha512-zHvokBW7xIbPCHyNFJoqClsJwi3ecEZwKFhfLGJIU1Gcag6+Wx0GIyemby2z4PkYqQiUm9LQ/SS9dGIF2M5KiA==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-6.3.1.tgz", + "integrity": "sha512-zbombRfA5v/mUWQQhgg2YwaxhRmxRIrvskw65x+lruax3b6xPBFDs7yplopiJU3r8h2pTgQvX/DUksvqz2TCRQ==", "requires": { - "@babel/runtime": "^7.18.6" + "@babel/runtime": "^7.18.9" } }, "@polkadot/wasm-crypto-init": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-init/-/wasm-crypto-init-6.2.2.tgz", - "integrity": "sha512-qSt/QXEMf+0ZRReTb8XG6Ith4W3pGY9dIJVHZ/0euqsNsA5x26K+s50uH5/gillZ2aj0zQtCScW98VUfIQAb5w==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-init/-/wasm-crypto-init-6.3.1.tgz", + "integrity": "sha512-9yaUBcu+snwjJLmPPGl3cyGRQ1afyFGm16qzTM0sgG/ZCfUlK4uk8KWZe+sBUKgoxb2oXY7Y4WklKgQI1YBdfw==", "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/wasm-bridge": "6.2.2", - "@polkadot/wasm-crypto-asmjs": "6.2.2", - "@polkadot/wasm-crypto-wasm": "6.2.2" + "@babel/runtime": "^7.18.9", + "@polkadot/wasm-bridge": "6.3.1", + "@polkadot/wasm-crypto-asmjs": "6.3.1", + "@polkadot/wasm-crypto-wasm": "6.3.1" } }, "@polkadot/wasm-crypto-wasm": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-6.2.2.tgz", - "integrity": "sha512-YDrFJXU1v4SYhIfmwmUDe+EEpnlpMRxQIlOzAPlkw1VA6FKFGNYkug5K3vElVPxySk9dE8YvleXe8BGNg0dcAg==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-6.3.1.tgz", + "integrity": "sha512-idSlzKGVzCfeCMRHsacRvqwojSaTadFxL/Dbls4z1thvfa3U9Ku0d2qVtlwg7Hj+tYWDiuP8Kygs+6bQwfs0XA==", "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/wasm-util": "6.2.2" + "@babel/runtime": "^7.18.9", + "@polkadot/wasm-util": "6.3.1" } }, "@polkadot/wasm-util": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-util/-/wasm-util-6.2.2.tgz", - "integrity": "sha512-umhxKzaEdU3HI5e1PjrTdlDEDm4im2QwfIot/SLXeMc1z6ZINEpSjK1nTcxuTgZXwmBlNNbCV0Tgt+LLRv6ALQ==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-util/-/wasm-util-6.3.1.tgz", + "integrity": "sha512-12oAv5J7Yoc9m6jixrSaQCxpOkWOyzHx3DMC8qmLjRiwdBWxqLmImOVRVnFsbaxqSbhBIHRuJphVxWE+GZETDg==", "requires": { - "@babel/runtime": "^7.18.6" + "@babel/runtime": "^7.18.9" } }, "@polkadot/x-bigint": { @@ -4644,14 +6732,34 @@ } }, "@polkadot/x-fetch": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-9.7.2.tgz", - "integrity": "sha512-ysXpPNq2S+L98hKow3d59prU4QFRg5N86pMkJdONc4VxtKITVY2MfdLVCqfEOOFuuwCzE7Sfmx53I4XpDgbP7A==", + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.6.tgz", + "integrity": "sha512-LxsMtrQCgEC+ySRjS94voxY34OsL5qi4HBo6p8QWuXJB9pCuyGmnuFa8hJ0eMJ1Ne0SRo4gbasKWux6E5b00eg==", "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2", + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6", "@types/node-fetch": "^2.6.2", - "node-fetch": "^2.6.7" + "node-fetch": "^3.2.10" + }, + "dependencies": { + "@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "requires": { + "@babel/runtime": "^7.18.9" + } + }, + "node-fetch": { + "version": "3.2.10", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.10.tgz", + "integrity": "sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==", + "requires": { + "data-uri-to-buffer": "^4.0.0", + "fetch-blob": "^3.1.4", + "formdata-polyfill": "^4.0.10" + } + } } }, "@polkadot/x-global": { @@ -4690,14 +6798,24 @@ } }, "@polkadot/x-ws": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-9.7.2.tgz", - "integrity": "sha512-yF2qKL00SGivbima22jxoBNYCZFI8Ph7dmnVm7fDztVtO8Fc2x30Lj3a8+qsSOrynLyJHAh2bjjQxpPmDCB9tw==", + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.6.tgz", + "integrity": "sha512-PNDM4/fPECz2rTsE3lS+KiF87QN7mrN79yp2CsTHUVYKDg511Hp85wvtGkVgUoA98JWYETpVO7kUR1wSRDf46A==", "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2", + "@babel/runtime": "^7.18.9", + "@polkadot/x-global": "10.1.6", "@types/websocket": "^1.0.5", "websocket": "^1.0.34" + }, + "dependencies": { + "@polkadot/x-global": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.6.tgz", + "integrity": "sha512-/nraYZg0hdSjbczhDBAsHlEqeZLs0u0xa8HJrfH2lq8+HOIYkQpJPHOqiQIvEe/VFRq7Xnbij+4uffV+otzB/w==", + "requires": { + "@babel/runtime": "^7.18.9" + } + } } }, "@protobufjs/aspromise": { @@ -4760,45 +6878,33 @@ "integrity": "sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA==" }, "@substrate/connect": { - "version": "0.7.7", - "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.7.tgz", - "integrity": "sha512-uFRF06lC42ZZixxwkzRB61K1uYvR1cTZ7rI98RW7T+eWbCFrafyVk0pk6J+4oN05gZkhou+VK3hrRCU6Doy2xQ==", + "version": "0.7.11", + "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.11.tgz", + "integrity": "sha512-/xiOlkmJfl2XPYQTmyWKEh2AXryEAPSMAxZXs6D/aqYDy0TKZDAp1dfQiHyPt1vMwOlnM4WJv9lPks3ZMwCP+w==", "requires": { - "@substrate/connect-extension-protocol": "^1.0.0", - "@substrate/smoldot-light": "0.6.19", + "@substrate/connect-extension-protocol": "^1.0.1", + "@substrate/smoldot-light": "0.6.30", "eventemitter3": "^4.0.7" } }, "@substrate/connect-extension-protocol": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@substrate/connect-extension-protocol/-/connect-extension-protocol-1.0.0.tgz", - "integrity": "sha512-nFVuKdp71hMd/MGlllAOh+a2hAqt8m6J2G0aSsS/RcALZexxF9jodbFc62ni8RDtJboeOfXAHhenYOANvJKPIg==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@substrate/connect-extension-protocol/-/connect-extension-protocol-1.0.1.tgz", + "integrity": "sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg==" }, "@substrate/smoldot-light": { - "version": "0.6.19", - "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.19.tgz", - "integrity": "sha512-Xi+v1cdURhTwx7NH+9fa1U9m7VGP61GvB6qwev9HrZXlGbQiUIvySxPlH/LMsq3mwgiRYkokPhcaZEHufY7Urg==", + "version": "0.6.30", + "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.30.tgz", + "integrity": "sha512-U/F75XzxuNG+KGSujxsMAm8zUBpBON+l0oX19EnSWjvqD+smYjvcj1SeqQhFYxJjtoCQyZLedKBsZGyNbG3FbQ==", "requires": { - "buffer": "^6.0.1", "pako": "^2.0.4", - "websocket": "^1.0.32" - }, - "dependencies": { - "buffer": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", - "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", - "requires": { - "base64-js": "^1.3.1", - "ieee754": "^1.2.1" - } - } + "ws": "^8.8.1" } }, "@substrate/ss58-registry": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.23.0.tgz", - "integrity": "sha512-LuQje7n48GXSsp1aGI6UEmNVtlh7OzQ6CN1Hd9VGUrshADwMB0lRZ5bxnffmqDR4vVugI7h0NN0AONhIW1eHGg==" + "version": "1.28.0", + "resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.28.0.tgz", + "integrity": "sha512-XPSwSq4CThLyg+OnZ5/LHh3SPDQjRdGS3Ux5ClgWhRCQamlU86FCT1LBwQ/i+ximbdBfqKRRzVhm1ql3AJ9FKQ==" }, "@tootallnate/once": { "version": "2.0.0", @@ -5063,7 +7169,8 @@ "base64-js": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true }, "binary-extensions": { "version": "2.2.0", @@ -5081,6 +7188,11 @@ "readable-stream": "^3.4.0" } }, + "bn.js": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", + "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" + }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -5323,6 +7435,11 @@ "type": "^1.0.1" } }, + "data-uri-to-buffer": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz", + "integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==" + }, "data-urls": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.1.tgz", @@ -5477,9 +7594,9 @@ "integrity": "sha512-GiaH0KJUewYok+eeY05IIgjtAe4Yltygk9Wqp1V5yVWLdhf0hYZchRjNIT9bb0mSwRcIusT3cx7PJUf3zEIfUA==" }, "es5-ext": { - "version": "0.10.61", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.61.tgz", - "integrity": "sha512-yFhIqQAzu2Ca2I4SE2Au3rxVfmohU9Y7wqGR+s7+H7krk26NXhIRAZDgqd6xqjCEFUomDEA3/Bo/7fKmIkW1kA==", + "version": "0.10.62", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz", + "integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==", "requires": { "es6-iterator": "^2.0.3", "es6-symbol": "^3.1.3", @@ -5583,9 +7700,9 @@ }, "dependencies": { "type": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/type/-/type-2.6.0.tgz", - "integrity": "sha512-eiDBDOmkih5pMbo9OqsqPRGMljLodLcwd5XD5JbtNB0o89xZAwynY9EdCDsJU7LtcVCClu9DvM7/0Ep1hYX3EQ==" + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz", + "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==" } } }, @@ -5616,6 +7733,15 @@ "reusify": "^1.0.4" } }, + "fetch-blob": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", + "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", + "requires": { + "node-domexception": "^1.0.0", + "web-streams-polyfill": "^3.0.3" + } + }, "fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -5653,6 +7779,14 @@ "mime-types": "^2.1.12" } }, + "formdata-polyfill": { + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", + "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", + "requires": { + "fetch-blob": "^3.1.2" + } + }, "from2": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", @@ -5858,7 +7992,8 @@ "ieee754": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true }, "ignore": { "version": "5.2.0", @@ -6342,9 +8477,9 @@ "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" }, "nock": { - "version": "13.2.8", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.8.tgz", - "integrity": "sha512-JT42FrXfQRpfyL4cnbBEJdf4nmBpVP0yoCcSBr+xkT8Q1y3pgtaCKHGAAOIFcEJ3O3t0QbVAmid0S0f2bj3Wpg==", + "version": "13.2.9", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.9.tgz", + "integrity": "sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA==", "requires": { "debug": "^4.1.0", "json-stringify-safe": "^5.0.1", @@ -6361,10 +8496,16 @@ "semver": "^5.4.1" } }, + "node-domexception": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", + "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" + }, "node-fetch": { "version": "2.6.7", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dev": true, "requires": { "whatwg-url": "^5.0.0" } @@ -6808,9 +8949,9 @@ } }, "rxjs": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz", - "integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==", + "version": "7.5.6", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.6.tgz", + "integrity": "sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==", "requires": { "tslib": "^2.1.0" } @@ -7057,7 +9198,8 @@ "tr46": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=", + "dev": true }, "tslib": { "version": "2.3.1", @@ -7152,10 +9294,16 @@ "xml-name-validator": "^4.0.0" } }, + "web-streams-polyfill": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz", + "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==" + }, "webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=", + "dev": true }, "websocket": { "version": "1.0.34", @@ -7202,6 +9350,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "dev": true, "requires": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" @@ -7280,9 +9429,9 @@ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, "ws": { - "version": "8.4.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.4.2.tgz", - "integrity": "sha512-Kbk4Nxyq7/ZWqr/tarI9yIt/+iNNFOjBXEWgTb4ydaNHBNGgvf2QHbS9fdfsndfjFlFwEd4Al+mw83YkaD10ZA==", + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz", + "integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==", "requires": {} }, "xml-name-validator": { diff --git a/package.json b/package.json index 7560e4cd4..3fdd3f936 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "package": "pkg . --out-path ./bins" }, "dependencies": { - "@polkadot/api": "^8.9.1", + "@polkadot/api": "^9.2.3", "@polkadot/keyring": "^9.5.1", "@polkadot/util-crypto": "^9.5.1", "axios": "^0.24.0",