diff --git a/package-lock.json b/package-lock.json index 437f9f3..10f0d13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,787 +5,135 @@ "requires": true, "dependencies": { "@babel/runtime": { - "version": "7.13.10", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", - "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", + "version": "7.15.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.3.tgz", + "integrity": "sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==", "requires": { "regenerator-runtime": "^0.13.4" } }, "@polkadot/api": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-4.7.1.tgz", - "integrity": "sha512-2raHfjV6n2mVPjDq+X1shyqO93ZQxHBKZLJs8pDlccB6yU72MkCI3dvncp74g7j6SVdVlow5QREmkYucQwYUsQ==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/api-derive": "4.7.1", - "@polkadot/keyring": "^6.3.1", - "@polkadot/metadata": "4.7.1", - "@polkadot/rpc-core": "4.7.1", - "@polkadot/rpc-provider": "4.7.1", - "@polkadot/types": "4.7.1", - "@polkadot/types-known": "4.7.1", - "@polkadot/util": "^6.3.1", - "@polkadot/util-crypto": "^6.3.1", - "@polkadot/x-rxjs": "^6.3.1", - "bn.js": "^4.11.9", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-4.17.1.tgz", + "integrity": "sha512-uuNIKWC+PjM+1AARRu4NLWOEudZE6DW8UOlaubx3uGhPywqPIP+HGWP2I6PqRGYKARBWxxOvca1Q7WoKzpYC8w==", + "requires": { + "@babel/runtime": "^7.14.6", + "@polkadot/api-derive": "4.17.1", + "@polkadot/keyring": "^6.11.1", + "@polkadot/metadata": "4.17.1", + "@polkadot/rpc-core": "4.17.1", + "@polkadot/rpc-provider": "4.17.1", + "@polkadot/types": "4.17.1", + "@polkadot/types-known": "4.17.1", + "@polkadot/util": "^6.11.1", + "@polkadot/util-crypto": "^6.11.1", + "@polkadot/x-rxjs": "^6.11.1", "eventemitter3": "^4.0.7" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.17", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", - "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@polkadot/keyring": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-6.3.1.tgz", - "integrity": "sha512-uVWhdd4TVtLc4R2OtiKHJE5jgJZnuEognbgjl5RT2uKrCJYTsYnq0IeRTvMmtdPJAJvGeD3JTsX2ekgt3tJpuw==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/util": "6.3.1", - "@polkadot/util-crypto": "6.3.1" - } - }, - "@polkadot/networks": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-6.3.1.tgz", - "integrity": "sha512-oANup0CLGt75CPbE3gz2HUWUlqQKucImdb1TtStLXMUH+Aj8ZOnQFA2lwixzaRdx+ymPfmEL7GkF36i96OqQVw==", - "requires": { - "@babel/runtime": "^7.13.17" - } - }, - "@polkadot/util": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-6.3.1.tgz", - "integrity": "sha512-M9pGaXSB67DZPckdNQU29wq5W7BUOh6qeu5LonzxpUek+riJfbiF9JOgZQ2Q/aEFYbd1hqLbOMsLRZLhSmlbYw==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-textdecoder": "6.3.1", - "@polkadot/x-textencoder": "6.3.1", - "@types/bn.js": "^4.11.6", - "bn.js": "^4.11.9", - "camelcase": "^5.3.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/util-crypto": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-6.3.1.tgz", - "integrity": "sha512-fwH4t6EN2XACwJB2Z5xUyNo4mQ1RXJj0MgVaaLua8PbG0qq9tt4eaEbdVzrm7A6igIfsTntDoZISTfVjBcRtkQ==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/networks": "6.3.1", - "@polkadot/util": "6.3.1", - "@polkadot/wasm-crypto": "^4.0.2", - "@polkadot/x-randomvalues": "6.3.1", - "base-x": "^3.0.8", - "base64-js": "^1.5.1", - "blakejs": "^1.1.0", - "bn.js": "^4.11.9", - "create-hash": "^1.2.0", - "elliptic": "^6.5.4", - "hash.js": "^1.1.7", - "js-sha3": "^0.8.0", - "scryptsy": "^2.1.0", - "tweetnacl": "^1.0.3", - "xxhashjs": "^0.2.2" - } - }, - "@polkadot/x-global": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-6.3.1.tgz", - "integrity": "sha512-eFooGQdxJpiOsm3AKTSMInaecBKaQ/tqOUJNm/CpdJalCqTDMp/qzgj64Uflk9eUqGgk7jB7Q5FaQdyWsC0Mtg==", - "requires": { - "@babel/runtime": "^7.13.17", - "@types/node-fetch": "^2.5.10", - "node-fetch": "^2.6.1" - } - }, - "@polkadot/x-randomvalues": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-6.3.1.tgz", - "integrity": "sha512-SZ5MUYm1fd1fgGFexMWbbG8zZgCS7b9QNKaIcnv1Dwlfp2meDoDlgoedn+1pCJ6VEa1adswqLHX4WbYA4D9ynA==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@polkadot/x-textdecoder": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-6.3.1.tgz", - "integrity": "sha512-lLb11yaAmyx2STw7ZmdgPtV7LI26U/5h1K527cM7QnxgTQgYggtAt4f9aLHiWsmOCvnT0U0PWsWSUbAJrLHLBA==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@polkadot/x-textencoder": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-6.3.1.tgz", - "integrity": "sha512-7V5OuT43JPTm7rrwdBEMzXAF5nLg+t6q24ntZHNcFUH1pdkP/+2f3vGM3e9BK5k4wkQLoepod5gyY6Qbw9bsYQ==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@types/node-fetch": { - "version": "2.5.10", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.10.tgz", - "integrity": "sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==", - "requires": { - "@types/node": "*", - "form-data": "^3.0.0" - } - } } }, "@polkadot/api-derive": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-4.7.1.tgz", - "integrity": "sha512-OTu1r8u3cziStf5jnMajbSRiHHpycmLU2o99GksXKqlfBuWaPRzbQTd56rNxmAylbZOPaapiPbHMNLb2zYYlzA==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/api": "4.7.1", - "@polkadot/rpc-core": "4.7.1", - "@polkadot/types": "4.7.1", - "@polkadot/util": "^6.3.1", - "@polkadot/util-crypto": "^6.3.1", - "@polkadot/x-rxjs": "^6.3.1", - "bn.js": "^4.11.9" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.17", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", - "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@polkadot/networks": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-6.3.1.tgz", - "integrity": "sha512-oANup0CLGt75CPbE3gz2HUWUlqQKucImdb1TtStLXMUH+Aj8ZOnQFA2lwixzaRdx+ymPfmEL7GkF36i96OqQVw==", - "requires": { - "@babel/runtime": "^7.13.17" - } - }, - "@polkadot/util": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-6.3.1.tgz", - "integrity": "sha512-M9pGaXSB67DZPckdNQU29wq5W7BUOh6qeu5LonzxpUek+riJfbiF9JOgZQ2Q/aEFYbd1hqLbOMsLRZLhSmlbYw==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-textdecoder": "6.3.1", - "@polkadot/x-textencoder": "6.3.1", - "@types/bn.js": "^4.11.6", - "bn.js": "^4.11.9", - "camelcase": "^5.3.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/util-crypto": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-6.3.1.tgz", - "integrity": "sha512-fwH4t6EN2XACwJB2Z5xUyNo4mQ1RXJj0MgVaaLua8PbG0qq9tt4eaEbdVzrm7A6igIfsTntDoZISTfVjBcRtkQ==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/networks": "6.3.1", - "@polkadot/util": "6.3.1", - "@polkadot/wasm-crypto": "^4.0.2", - "@polkadot/x-randomvalues": "6.3.1", - "base-x": "^3.0.8", - "base64-js": "^1.5.1", - "blakejs": "^1.1.0", - "bn.js": "^4.11.9", - "create-hash": "^1.2.0", - "elliptic": "^6.5.4", - "hash.js": "^1.1.7", - "js-sha3": "^0.8.0", - "scryptsy": "^2.1.0", - "tweetnacl": "^1.0.3", - "xxhashjs": "^0.2.2" - } - }, - "@polkadot/x-global": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-6.3.1.tgz", - "integrity": "sha512-eFooGQdxJpiOsm3AKTSMInaecBKaQ/tqOUJNm/CpdJalCqTDMp/qzgj64Uflk9eUqGgk7jB7Q5FaQdyWsC0Mtg==", - "requires": { - "@babel/runtime": "^7.13.17", - "@types/node-fetch": "^2.5.10", - "node-fetch": "^2.6.1" - } - }, - "@polkadot/x-randomvalues": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-6.3.1.tgz", - "integrity": "sha512-SZ5MUYm1fd1fgGFexMWbbG8zZgCS7b9QNKaIcnv1Dwlfp2meDoDlgoedn+1pCJ6VEa1adswqLHX4WbYA4D9ynA==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@polkadot/x-textdecoder": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-6.3.1.tgz", - "integrity": "sha512-lLb11yaAmyx2STw7ZmdgPtV7LI26U/5h1K527cM7QnxgTQgYggtAt4f9aLHiWsmOCvnT0U0PWsWSUbAJrLHLBA==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@polkadot/x-textencoder": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-6.3.1.tgz", - "integrity": "sha512-7V5OuT43JPTm7rrwdBEMzXAF5nLg+t6q24ntZHNcFUH1pdkP/+2f3vGM3e9BK5k4wkQLoepod5gyY6Qbw9bsYQ==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@types/node-fetch": { - "version": "2.5.10", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.10.tgz", - "integrity": "sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==", - "requires": { - "@types/node": "*", - "form-data": "^3.0.0" - } - } + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-4.17.1.tgz", + "integrity": "sha512-mgq57F1yAiZjuiA0vrR2zWidyyd+mGe7Kbs4SxVeDWLsNbLc9+eASIfX7Hch2SDHIn3CQpv6DQqJH00uDfw9Lw==", + "requires": { + "@babel/runtime": "^7.14.6", + "@polkadot/api": "4.17.1", + "@polkadot/rpc-core": "4.17.1", + "@polkadot/types": "4.17.1", + "@polkadot/util": "^6.11.1", + "@polkadot/util-crypto": "^6.11.1", + "@polkadot/x-rxjs": "^6.11.1" } }, "@polkadot/keyring": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-6.0.5.tgz", - "integrity": "sha512-v9Tmu+eGZnWpLzxHUj5AIvmfX0uCHWShtF90zvaLvMXLFRWfeuaFnZwdZ+fNkXsrbI0R/w1gRtpFqzsT7QUbVw==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-6.11.1.tgz", + "integrity": "sha512-rW8INl7pO6Dmaffd6Df1yAYCRWa2RmWQ0LGfJeA/M6seVIkI6J3opZqAd4q2Op+h9a7z4TESQGk8yggOEL+Csg==", "requires": { - "@babel/runtime": "^7.13.9", - "@polkadot/util": "6.0.5", - "@polkadot/util-crypto": "6.0.5" + "@babel/runtime": "^7.14.6", + "@polkadot/util": "6.11.1", + "@polkadot/util-crypto": "6.11.1" } }, "@polkadot/metadata": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/@polkadot/metadata/-/metadata-4.7.1.tgz", - "integrity": "sha512-XjwugMBXACp1OVJwyJ7H6XwetcYccCFPvQxnROuQt+Vx/jGzYQBGpLC+uBD9iczE0rojG39KZqEzskDUyfI6WQ==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/types": "4.7.1", - "@polkadot/types-known": "4.7.1", - "@polkadot/util": "^6.3.1", - "@polkadot/util-crypto": "^6.3.1", - "bn.js": "^4.11.9" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.17", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", - "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@polkadot/networks": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-6.3.1.tgz", - "integrity": "sha512-oANup0CLGt75CPbE3gz2HUWUlqQKucImdb1TtStLXMUH+Aj8ZOnQFA2lwixzaRdx+ymPfmEL7GkF36i96OqQVw==", - "requires": { - "@babel/runtime": "^7.13.17" - } - }, - "@polkadot/util": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-6.3.1.tgz", - "integrity": "sha512-M9pGaXSB67DZPckdNQU29wq5W7BUOh6qeu5LonzxpUek+riJfbiF9JOgZQ2Q/aEFYbd1hqLbOMsLRZLhSmlbYw==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-textdecoder": "6.3.1", - "@polkadot/x-textencoder": "6.3.1", - "@types/bn.js": "^4.11.6", - "bn.js": "^4.11.9", - "camelcase": "^5.3.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/util-crypto": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-6.3.1.tgz", - "integrity": "sha512-fwH4t6EN2XACwJB2Z5xUyNo4mQ1RXJj0MgVaaLua8PbG0qq9tt4eaEbdVzrm7A6igIfsTntDoZISTfVjBcRtkQ==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/networks": "6.3.1", - "@polkadot/util": "6.3.1", - "@polkadot/wasm-crypto": "^4.0.2", - "@polkadot/x-randomvalues": "6.3.1", - "base-x": "^3.0.8", - "base64-js": "^1.5.1", - "blakejs": "^1.1.0", - "bn.js": "^4.11.9", - "create-hash": "^1.2.0", - "elliptic": "^6.5.4", - "hash.js": "^1.1.7", - "js-sha3": "^0.8.0", - "scryptsy": "^2.1.0", - "tweetnacl": "^1.0.3", - "xxhashjs": "^0.2.2" - } - }, - "@polkadot/x-global": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-6.3.1.tgz", - "integrity": "sha512-eFooGQdxJpiOsm3AKTSMInaecBKaQ/tqOUJNm/CpdJalCqTDMp/qzgj64Uflk9eUqGgk7jB7Q5FaQdyWsC0Mtg==", - "requires": { - "@babel/runtime": "^7.13.17", - "@types/node-fetch": "^2.5.10", - "node-fetch": "^2.6.1" - } - }, - "@polkadot/x-randomvalues": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-6.3.1.tgz", - "integrity": "sha512-SZ5MUYm1fd1fgGFexMWbbG8zZgCS7b9QNKaIcnv1Dwlfp2meDoDlgoedn+1pCJ6VEa1adswqLHX4WbYA4D9ynA==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@polkadot/x-textdecoder": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-6.3.1.tgz", - "integrity": "sha512-lLb11yaAmyx2STw7ZmdgPtV7LI26U/5h1K527cM7QnxgTQgYggtAt4f9aLHiWsmOCvnT0U0PWsWSUbAJrLHLBA==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@polkadot/x-textencoder": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-6.3.1.tgz", - "integrity": "sha512-7V5OuT43JPTm7rrwdBEMzXAF5nLg+t6q24ntZHNcFUH1pdkP/+2f3vGM3e9BK5k4wkQLoepod5gyY6Qbw9bsYQ==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@types/node-fetch": { - "version": "2.5.10", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.10.tgz", - "integrity": "sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==", - "requires": { - "@types/node": "*", - "form-data": "^3.0.0" - } - } + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@polkadot/metadata/-/metadata-4.17.1.tgz", + "integrity": "sha512-219isiCWVfbu5JxZnOPj+cV4T+S0XHS4+Jal3t3xz9y4nbgr+25Pa4KInEsJPx0u8EZAxMeiUCX3vd5U7oe72g==", + "requires": { + "@babel/runtime": "^7.14.6", + "@polkadot/types": "4.17.1", + "@polkadot/types-known": "4.17.1", + "@polkadot/util": "^6.11.1", + "@polkadot/util-crypto": "^6.11.1" } }, "@polkadot/networks": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-6.0.5.tgz", - "integrity": "sha512-QSa5RdK43yD4kLsZ6tXIB652bZircaVPOpsZ5JFzxCM4gdxHCSCUeXNVBeh3uqeB3FOZZYzSYeoZHLaXuT3yJw==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-6.11.1.tgz", + "integrity": "sha512-0C6Ha2kvr42se3Gevx6UhHzv3KnPHML0N73Amjwvdr4y0HLZ1Nfw+vcm5yqpz5gpiehqz97XqFrsPRauYdcksQ==", "requires": { - "@babel/runtime": "^7.13.9" + "@babel/runtime": "^7.14.6" } }, "@polkadot/rpc-core": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-4.7.1.tgz", - "integrity": "sha512-aGpwczwRny7nZ0QTR89Ja4I1r3whdEM7A+eaotiMO38NyuaM+xJj2Rhf08d/0GMZu9IWGl0ioXlw1S6HYCeSAg==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/metadata": "4.7.1", - "@polkadot/rpc-provider": "4.7.1", - "@polkadot/types": "4.7.1", - "@polkadot/util": "^6.3.1", - "@polkadot/x-rxjs": "^6.3.1" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.17", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", - "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@polkadot/util": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-6.3.1.tgz", - "integrity": "sha512-M9pGaXSB67DZPckdNQU29wq5W7BUOh6qeu5LonzxpUek+riJfbiF9JOgZQ2Q/aEFYbd1hqLbOMsLRZLhSmlbYw==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-textdecoder": "6.3.1", - "@polkadot/x-textencoder": "6.3.1", - "@types/bn.js": "^4.11.6", - "bn.js": "^4.11.9", - "camelcase": "^5.3.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/x-global": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-6.3.1.tgz", - "integrity": "sha512-eFooGQdxJpiOsm3AKTSMInaecBKaQ/tqOUJNm/CpdJalCqTDMp/qzgj64Uflk9eUqGgk7jB7Q5FaQdyWsC0Mtg==", - "requires": { - "@babel/runtime": "^7.13.17", - "@types/node-fetch": "^2.5.10", - "node-fetch": "^2.6.1" - } - }, - "@polkadot/x-textdecoder": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-6.3.1.tgz", - "integrity": "sha512-lLb11yaAmyx2STw7ZmdgPtV7LI26U/5h1K527cM7QnxgTQgYggtAt4f9aLHiWsmOCvnT0U0PWsWSUbAJrLHLBA==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@polkadot/x-textencoder": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-6.3.1.tgz", - "integrity": "sha512-7V5OuT43JPTm7rrwdBEMzXAF5nLg+t6q24ntZHNcFUH1pdkP/+2f3vGM3e9BK5k4wkQLoepod5gyY6Qbw9bsYQ==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@types/node-fetch": { - "version": "2.5.10", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.10.tgz", - "integrity": "sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==", - "requires": { - "@types/node": "*", - "form-data": "^3.0.0" - } - } + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-4.17.1.tgz", + "integrity": "sha512-1gqYaYuSSQsRmt3ol55jmjBP/euKyAh4PwSj94I2wu0fngK/FZwVZNDJZn/Ib68X/s38TBIgqJ6+YdUdr3z1xw==", + "requires": { + "@babel/runtime": "^7.14.6", + "@polkadot/metadata": "4.17.1", + "@polkadot/rpc-provider": "4.17.1", + "@polkadot/types": "4.17.1", + "@polkadot/util": "^6.11.1", + "@polkadot/x-rxjs": "^6.11.1" } }, "@polkadot/rpc-provider": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-4.7.1.tgz", - "integrity": "sha512-9q3HXdOLrgQZt8ICWFWemLH4aMiVGXEr3yVkSLf3tF5CEWfU8GWFhCXTi6ClcA4olwHHtYF/h58iwVFmZVB/rg==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/types": "4.7.1", - "@polkadot/util": "^6.3.1", - "@polkadot/util-crypto": "^6.3.1", - "@polkadot/x-fetch": "^6.3.1", - "@polkadot/x-global": "^6.3.1", - "@polkadot/x-ws": "^6.3.1", - "bn.js": "^4.11.9", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-4.17.1.tgz", + "integrity": "sha512-vlU1H5mnfP0Ej8PbjcxwF9ZlT7LtcpekOKI4iYfMnfdelSUKUVyaD5PC8yRGIg9fxkorA6OM5AZs116jAl3TLA==", + "requires": { + "@babel/runtime": "^7.14.6", + "@polkadot/types": "4.17.1", + "@polkadot/util": "^6.11.1", + "@polkadot/util-crypto": "^6.11.1", + "@polkadot/x-fetch": "^6.11.1", + "@polkadot/x-global": "^6.11.1", + "@polkadot/x-ws": "^6.11.1", "eventemitter3": "^4.0.7" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.17", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", - "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@polkadot/networks": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-6.3.1.tgz", - "integrity": "sha512-oANup0CLGt75CPbE3gz2HUWUlqQKucImdb1TtStLXMUH+Aj8ZOnQFA2lwixzaRdx+ymPfmEL7GkF36i96OqQVw==", - "requires": { - "@babel/runtime": "^7.13.17" - } - }, - "@polkadot/util": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-6.3.1.tgz", - "integrity": "sha512-M9pGaXSB67DZPckdNQU29wq5W7BUOh6qeu5LonzxpUek+riJfbiF9JOgZQ2Q/aEFYbd1hqLbOMsLRZLhSmlbYw==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-textdecoder": "6.3.1", - "@polkadot/x-textencoder": "6.3.1", - "@types/bn.js": "^4.11.6", - "bn.js": "^4.11.9", - "camelcase": "^5.3.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/util-crypto": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-6.3.1.tgz", - "integrity": "sha512-fwH4t6EN2XACwJB2Z5xUyNo4mQ1RXJj0MgVaaLua8PbG0qq9tt4eaEbdVzrm7A6igIfsTntDoZISTfVjBcRtkQ==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/networks": "6.3.1", - "@polkadot/util": "6.3.1", - "@polkadot/wasm-crypto": "^4.0.2", - "@polkadot/x-randomvalues": "6.3.1", - "base-x": "^3.0.8", - "base64-js": "^1.5.1", - "blakejs": "^1.1.0", - "bn.js": "^4.11.9", - "create-hash": "^1.2.0", - "elliptic": "^6.5.4", - "hash.js": "^1.1.7", - "js-sha3": "^0.8.0", - "scryptsy": "^2.1.0", - "tweetnacl": "^1.0.3", - "xxhashjs": "^0.2.2" - } - }, - "@polkadot/x-global": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-6.3.1.tgz", - "integrity": "sha512-eFooGQdxJpiOsm3AKTSMInaecBKaQ/tqOUJNm/CpdJalCqTDMp/qzgj64Uflk9eUqGgk7jB7Q5FaQdyWsC0Mtg==", - "requires": { - "@babel/runtime": "^7.13.17", - "@types/node-fetch": "^2.5.10", - "node-fetch": "^2.6.1" - } - }, - "@polkadot/x-randomvalues": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-6.3.1.tgz", - "integrity": "sha512-SZ5MUYm1fd1fgGFexMWbbG8zZgCS7b9QNKaIcnv1Dwlfp2meDoDlgoedn+1pCJ6VEa1adswqLHX4WbYA4D9ynA==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@polkadot/x-textdecoder": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-6.3.1.tgz", - "integrity": "sha512-lLb11yaAmyx2STw7ZmdgPtV7LI26U/5h1K527cM7QnxgTQgYggtAt4f9aLHiWsmOCvnT0U0PWsWSUbAJrLHLBA==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@polkadot/x-textencoder": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-6.3.1.tgz", - "integrity": "sha512-7V5OuT43JPTm7rrwdBEMzXAF5nLg+t6q24ntZHNcFUH1pdkP/+2f3vGM3e9BK5k4wkQLoepod5gyY6Qbw9bsYQ==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@types/node-fetch": { - "version": "2.5.10", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.10.tgz", - "integrity": "sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==", - "requires": { - "@types/node": "*", - "form-data": "^3.0.0" - } - } } }, "@polkadot/types": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-4.7.1.tgz", - "integrity": "sha512-DN0YlTe14833I+24+OIEmdu0Bk7H0i84LlwZO5GT0rK2J92Cq+f5sz1mjgnERa6blxekSu6rLLqEKtWfN1pLDA==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/metadata": "4.7.1", - "@polkadot/util": "^6.3.1", - "@polkadot/util-crypto": "^6.3.1", - "@polkadot/x-rxjs": "^6.3.1", - "@types/bn.js": "^4.11.6", - "bn.js": "^4.11.9" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.17", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", - "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@polkadot/networks": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-6.3.1.tgz", - "integrity": "sha512-oANup0CLGt75CPbE3gz2HUWUlqQKucImdb1TtStLXMUH+Aj8ZOnQFA2lwixzaRdx+ymPfmEL7GkF36i96OqQVw==", - "requires": { - "@babel/runtime": "^7.13.17" - } - }, - "@polkadot/util": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-6.3.1.tgz", - "integrity": "sha512-M9pGaXSB67DZPckdNQU29wq5W7BUOh6qeu5LonzxpUek+riJfbiF9JOgZQ2Q/aEFYbd1hqLbOMsLRZLhSmlbYw==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-textdecoder": "6.3.1", - "@polkadot/x-textencoder": "6.3.1", - "@types/bn.js": "^4.11.6", - "bn.js": "^4.11.9", - "camelcase": "^5.3.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/util-crypto": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-6.3.1.tgz", - "integrity": "sha512-fwH4t6EN2XACwJB2Z5xUyNo4mQ1RXJj0MgVaaLua8PbG0qq9tt4eaEbdVzrm7A6igIfsTntDoZISTfVjBcRtkQ==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/networks": "6.3.1", - "@polkadot/util": "6.3.1", - "@polkadot/wasm-crypto": "^4.0.2", - "@polkadot/x-randomvalues": "6.3.1", - "base-x": "^3.0.8", - "base64-js": "^1.5.1", - "blakejs": "^1.1.0", - "bn.js": "^4.11.9", - "create-hash": "^1.2.0", - "elliptic": "^6.5.4", - "hash.js": "^1.1.7", - "js-sha3": "^0.8.0", - "scryptsy": "^2.1.0", - "tweetnacl": "^1.0.3", - "xxhashjs": "^0.2.2" - } - }, - "@polkadot/x-global": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-6.3.1.tgz", - "integrity": "sha512-eFooGQdxJpiOsm3AKTSMInaecBKaQ/tqOUJNm/CpdJalCqTDMp/qzgj64Uflk9eUqGgk7jB7Q5FaQdyWsC0Mtg==", - "requires": { - "@babel/runtime": "^7.13.17", - "@types/node-fetch": "^2.5.10", - "node-fetch": "^2.6.1" - } - }, - "@polkadot/x-randomvalues": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-6.3.1.tgz", - "integrity": "sha512-SZ5MUYm1fd1fgGFexMWbbG8zZgCS7b9QNKaIcnv1Dwlfp2meDoDlgoedn+1pCJ6VEa1adswqLHX4WbYA4D9ynA==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@polkadot/x-textdecoder": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-6.3.1.tgz", - "integrity": "sha512-lLb11yaAmyx2STw7ZmdgPtV7LI26U/5h1K527cM7QnxgTQgYggtAt4f9aLHiWsmOCvnT0U0PWsWSUbAJrLHLBA==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@polkadot/x-textencoder": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-6.3.1.tgz", - "integrity": "sha512-7V5OuT43JPTm7rrwdBEMzXAF5nLg+t6q24ntZHNcFUH1pdkP/+2f3vGM3e9BK5k4wkQLoepod5gyY6Qbw9bsYQ==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@types/node-fetch": { - "version": "2.5.10", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.10.tgz", - "integrity": "sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==", - "requires": { - "@types/node": "*", - "form-data": "^3.0.0" - } - } + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-4.17.1.tgz", + "integrity": "sha512-rjW4OFdwvFekzN3ATLibC2JPSd8AWt5YepJhmuCPdwH26r3zB8bEC6dM7YQExLVUmygVPvgXk5ffHI6RAdXBMg==", + "requires": { + "@babel/runtime": "^7.14.6", + "@polkadot/metadata": "4.17.1", + "@polkadot/util": "^6.11.1", + "@polkadot/util-crypto": "^6.11.1", + "@polkadot/x-rxjs": "^6.11.1" } }, "@polkadot/types-known": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-4.7.1.tgz", - "integrity": "sha512-6wRSQGB78sc7bBqKPOZ97NzHvi+zUuzUELI/p347+C1bjKmp65q6LTXmEIyRQJwvEQ7OZnQIlD2HooELZlRKIw==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/networks": "^6.3.1", - "@polkadot/types": "4.7.1", - "@polkadot/util": "^6.3.1", - "bn.js": "^4.11.9" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.17", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", - "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@polkadot/networks": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-6.3.1.tgz", - "integrity": "sha512-oANup0CLGt75CPbE3gz2HUWUlqQKucImdb1TtStLXMUH+Aj8ZOnQFA2lwixzaRdx+ymPfmEL7GkF36i96OqQVw==", - "requires": { - "@babel/runtime": "^7.13.17" - } - }, - "@polkadot/util": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-6.3.1.tgz", - "integrity": "sha512-M9pGaXSB67DZPckdNQU29wq5W7BUOh6qeu5LonzxpUek+riJfbiF9JOgZQ2Q/aEFYbd1hqLbOMsLRZLhSmlbYw==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-textdecoder": "6.3.1", - "@polkadot/x-textencoder": "6.3.1", - "@types/bn.js": "^4.11.6", - "bn.js": "^4.11.9", - "camelcase": "^5.3.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/x-global": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-6.3.1.tgz", - "integrity": "sha512-eFooGQdxJpiOsm3AKTSMInaecBKaQ/tqOUJNm/CpdJalCqTDMp/qzgj64Uflk9eUqGgk7jB7Q5FaQdyWsC0Mtg==", - "requires": { - "@babel/runtime": "^7.13.17", - "@types/node-fetch": "^2.5.10", - "node-fetch": "^2.6.1" - } - }, - "@polkadot/x-textdecoder": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-6.3.1.tgz", - "integrity": "sha512-lLb11yaAmyx2STw7ZmdgPtV7LI26U/5h1K527cM7QnxgTQgYggtAt4f9aLHiWsmOCvnT0U0PWsWSUbAJrLHLBA==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@polkadot/x-textencoder": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-6.3.1.tgz", - "integrity": "sha512-7V5OuT43JPTm7rrwdBEMzXAF5nLg+t6q24ntZHNcFUH1pdkP/+2f3vGM3e9BK5k4wkQLoepod5gyY6Qbw9bsYQ==", - "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1" - } - }, - "@types/node-fetch": { - "version": "2.5.10", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.10.tgz", - "integrity": "sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==", - "requires": { - "@types/node": "*", - "form-data": "^3.0.0" - } - } + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-4.17.1.tgz", + "integrity": "sha512-YkOwGrO+k9aVrBR8FgYHnfJKhOfpdgC5ZRYNL/xJ9oa7lBYqPts9ENAxeBmJS/5IGeDF9f32MNyrCP2umeCXWg==", + "requires": { + "@babel/runtime": "^7.14.6", + "@polkadot/networks": "^6.11.1", + "@polkadot/types": "4.17.1", + "@polkadot/util": "^6.11.1" } }, "@polkadot/util": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-6.0.5.tgz", - "integrity": "sha512-0EnYdGAXx/Y2MLgCKtlfdKVcURV+Twx+M+auljTeMK8226pR7xMblYuVuO5bxhPWBa1W7+iQloEZ0VRQrIoMDw==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-6.11.1.tgz", + "integrity": "sha512-TEdCetr9rsdUfJZqQgX/vxLuV4XU8KMoKBMJdx+JuQ5EWemIdQkEtMBdL8k8udNGbgSNiYFA6rPppATeIxAScg==", "requires": { - "@babel/runtime": "^7.13.9", - "@polkadot/x-textdecoder": "6.0.5", - "@polkadot/x-textencoder": "6.0.5", + "@babel/runtime": "^7.14.6", + "@polkadot/x-textdecoder": "6.11.1", + "@polkadot/x-textencoder": "6.11.1", "@types/bn.js": "^4.11.6", "bn.js": "^4.11.9", "camelcase": "^5.3.1", @@ -793,18 +141,18 @@ } }, "@polkadot/util-crypto": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-6.0.5.tgz", - "integrity": "sha512-NlzmZzJ1vq2bjnQUU0MUocaT9vuIBGTlB/XCrCw94MyYqX19EllkOKLVMgu6o89xhYeP5rmASRQvTx9ZL9EzRw==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-6.11.1.tgz", + "integrity": "sha512-fWA1Nz17FxWJslweZS4l0Uo30WXb5mYV1KEACVzM+BSZAvG5eoiOAYX6VYZjyw6/7u53XKrWQlD83iPsg3KvZw==", "requires": { - "@babel/runtime": "^7.13.9", - "@polkadot/networks": "6.0.5", - "@polkadot/util": "6.0.5", + "@babel/runtime": "^7.14.6", + "@polkadot/networks": "6.11.1", + "@polkadot/util": "6.11.1", "@polkadot/wasm-crypto": "^4.0.2", - "@polkadot/x-randomvalues": "6.0.5", + "@polkadot/x-randomvalues": "6.11.1", "base-x": "^3.0.8", "base64-js": "^1.5.1", - "blakejs": "^1.1.0", + "blakejs": "^1.1.1", "bn.js": "^4.11.9", "create-hash": "^1.2.0", "elliptic": "^6.5.4", @@ -816,165 +164,95 @@ } }, "@polkadot/wasm-crypto": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto/-/wasm-crypto-4.0.2.tgz", - "integrity": "sha512-2h9FuQFkBc+B3TwSapt6LtyPvgtd0Hq9QsHW8g8FrmKBFRiiFKYRpfJKHCk0aCZzuRf9h95bQl/X6IXAIWF2ng==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto/-/wasm-crypto-4.1.2.tgz", + "integrity": "sha512-2EKdOjIrD2xHP2rC+0G/3Qo6926nL/18vCFkd34lBd9zP9YNF2GDEtDY+zAeDIRFKe1sQHTpsKgNdYSWoV2eBg==", "requires": { - "@babel/runtime": "^7.13.9", - "@polkadot/wasm-crypto-asmjs": "^4.0.2", - "@polkadot/wasm-crypto-wasm": "^4.0.2" + "@babel/runtime": "^7.14.6", + "@polkadot/wasm-crypto-asmjs": "^4.1.2", + "@polkadot/wasm-crypto-wasm": "^4.1.2" } }, "@polkadot/wasm-crypto-asmjs": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-4.0.2.tgz", - "integrity": "sha512-hlebqtGvfjg2ZNm4scwBGVHwOwfUhy2yw5RBHmPwkccUif3sIy4SAzstpcVBIVMdAEvo746bPWEInA8zJRcgJA==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-4.1.2.tgz", + "integrity": "sha512-3Q+vVUxDAC2tXgKMM3lKzx2JW+tarDpTjkvdxIKATyi8Ek69KkUqvMyJD0VL/iFZOFZED0YDX9UU4XOJ/astlg==", "requires": { - "@babel/runtime": "^7.13.9" + "@babel/runtime": "^7.14.6" } }, "@polkadot/wasm-crypto-wasm": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-4.0.2.tgz", - "integrity": "sha512-de/AfNPZ0uDKFWzOZ1rJCtaUbakGN29ks6IRYu6HZTRg7+RtqvE1rIkxabBvYgQVHIesmNwvEA9DlIkS6hYRFQ==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-4.1.2.tgz", + "integrity": "sha512-/l4IBEdQ41szHdHkuF//z1qr+XmWuLHlpBA7s9Eb221m1Fir6AKoCHoh1hp1r3v0ecZYLKvak1B225w6JAU3Fg==", "requires": { - "@babel/runtime": "^7.13.9" + "@babel/runtime": "^7.14.6" } }, "@polkadot/x-fetch": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-6.3.1.tgz", - "integrity": "sha512-goBtKZarq5sXV2G98inj2v1ivVNF9gif8sg6IqsGRbljca6K6pZWTVd0yGWe7OABnCkFQotk283nly9nkr9+1g==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-6.11.1.tgz", + "integrity": "sha512-qJyLLnm+4SQEZ002UDz2wWnXbnnH84rIS0mLKZ5k82H4lMYY+PQflvzv6sbu463e/lgiEao+6zvWS6DSKv1Yog==", "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1", + "@babel/runtime": "^7.14.6", + "@polkadot/x-global": "6.11.1", "@types/node-fetch": "^2.5.10", "node-fetch": "^2.6.1" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.17", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", - "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@polkadot/x-global": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-6.3.1.tgz", - "integrity": "sha512-eFooGQdxJpiOsm3AKTSMInaecBKaQ/tqOUJNm/CpdJalCqTDMp/qzgj64Uflk9eUqGgk7jB7Q5FaQdyWsC0Mtg==", - "requires": { - "@babel/runtime": "^7.13.17", - "@types/node-fetch": "^2.5.10", - "node-fetch": "^2.6.1" - } - }, - "@types/node-fetch": { - "version": "2.5.10", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.10.tgz", - "integrity": "sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==", - "requires": { - "@types/node": "*", - "form-data": "^3.0.0" - } - } } }, "@polkadot/x-global": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-6.0.5.tgz", - "integrity": "sha512-KjQvICngNdB2Gno0TYJlgjKI0Ia0NPhN1BG6YzcKLO/5ZNzNHkLmowdNb5gprE8uCBnOFXXHwgZAE/nTYya2dg==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-6.11.1.tgz", + "integrity": "sha512-lsBK/e4KbjfieyRmnPs7bTiGbP/6EoCZz7rqD/voNS5qsJAaXgB9LR+ilubun9gK/TDpebyxgO+J19OBiQPIRw==", "requires": { - "@babel/runtime": "^7.13.9", - "@types/node-fetch": "^2.5.8", - "node-fetch": "^2.6.1" + "@babel/runtime": "^7.14.6" } }, "@polkadot/x-randomvalues": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-6.0.5.tgz", - "integrity": "sha512-MZK6+35vk7hnLW+Jciu5pNwMOkaCRNdsTVfNimzaJpIi6hN27y1X2oD82SRln0X4mKh370eLbvP8i3ylOzWnww==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-6.11.1.tgz", + "integrity": "sha512-2MfUfGZSOkuPt7GF5OJkPDbl4yORI64SUuKM25EGrJ22o1UyoBnPOClm9eYujLMD6BfDZRM/7bQqqoLW+NuHVw==", "requires": { - "@babel/runtime": "^7.13.9", - "@polkadot/x-global": "6.0.5" + "@babel/runtime": "^7.14.6", + "@polkadot/x-global": "6.11.1" } }, "@polkadot/x-rxjs": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-rxjs/-/x-rxjs-6.3.1.tgz", - "integrity": "sha512-Z9mbvpixr0fopQh049tFlR8r/RItOyYRL4P7YqwnfeROqxU4R8UTmmB8As9y/zy0O5Jlkjzy9MdyQgwzhGQOcQ==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-rxjs/-/x-rxjs-6.11.1.tgz", + "integrity": "sha512-zIciEmij7SUuXXg9g/683Irx6GogxivrQS2pgBir2DI/YZq+um52+Dqg1mqsEZt74N4KMTMnzAZAP6LJOBOMww==", "requires": { - "@babel/runtime": "^7.13.17", + "@babel/runtime": "^7.14.6", "rxjs": "^6.6.7" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.17", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", - "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - } } }, "@polkadot/x-textdecoder": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-6.0.5.tgz", - "integrity": "sha512-Vd2OftcEYxg2jG37lJw5NcZotnOidinN84m1HJszLIQT9vZDnFfN60gobHsuzHaGjEDexe4wqe0PfbgA4MfWIQ==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-6.11.1.tgz", + "integrity": "sha512-DI1Ym2lyDSS/UhnTT2e9WutukevFZ0WGpzj4eotuG2BTHN3e21uYtYTt24SlyRNMrWJf5+TkZItmZeqs1nwAfQ==", "requires": { - "@babel/runtime": "^7.13.9", - "@polkadot/x-global": "6.0.5" + "@babel/runtime": "^7.14.6", + "@polkadot/x-global": "6.11.1" } }, "@polkadot/x-textencoder": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-6.0.5.tgz", - "integrity": "sha512-wAheP9/kzpfBw5uU/jCnHtd9uN9XzUPYH81aPbx3X026dXNMa4xpOoroCfEuNu2RtFXm0ONuYfpHxvHUsst9lA==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-6.11.1.tgz", + "integrity": "sha512-8ipjWdEuqFo+R4Nxsc3/WW9CSEiprX4XU91a37ZyRVC4e9R1bmvClrpXmRQLVcAQyhRvG8DKOOtWbz8xM+oXKg==", "requires": { - "@babel/runtime": "^7.13.9", - "@polkadot/x-global": "6.0.5" + "@babel/runtime": "^7.14.6", + "@polkadot/x-global": "6.11.1" } }, "@polkadot/x-ws": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-6.3.1.tgz", - "integrity": "sha512-bDb9a+bxoaNOza0EeLp9M6FKYz9ogJcFQzRP+YR6ND7oQ0QcQG06XloRKTU0wtcZRKP8AzkYYN+FAc/6bnIqTw==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-6.11.1.tgz", + "integrity": "sha512-GNu4ywrMlVi0QF6QSpKwYWMK6JRK+kadgN/zEhMoH1z5h8LwpqDLv128j5WspWbQti2teCQtridjf7t2Lzoe8Q==", "requires": { - "@babel/runtime": "^7.13.17", - "@polkadot/x-global": "6.3.1", - "@types/websocket": "^1.0.2", + "@babel/runtime": "^7.14.6", + "@polkadot/x-global": "6.11.1", + "@types/websocket": "^1.0.3", "websocket": "^1.0.34" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.17", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", - "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@polkadot/x-global": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-6.3.1.tgz", - "integrity": "sha512-eFooGQdxJpiOsm3AKTSMInaecBKaQ/tqOUJNm/CpdJalCqTDMp/qzgj64Uflk9eUqGgk7jB7Q5FaQdyWsC0Mtg==", - "requires": { - "@babel/runtime": "^7.13.17", - "@types/node-fetch": "^2.5.10", - "node-fetch": "^2.6.1" - } - }, - "@types/node-fetch": { - "version": "2.5.10", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.10.tgz", - "integrity": "sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==", - "requires": { - "@types/node": "*", - "form-data": "^3.0.0" - } - } } }, "@types/bn.js": { @@ -1023,18 +301,18 @@ "integrity": "sha512-H5Wn24s/ZOukBmDn03nnGTp18A60ny9AmCwnEcgJiTgSGsCO7k+NWP7zjCCbhlcnVCoI+co52dUAt9GMhOSULw==" }, "@types/node-fetch": { - "version": "2.5.8", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.8.tgz", - "integrity": "sha512-fbjI6ja0N5ZA8TV53RUqzsKNkl9fv8Oj3T7zxW7FGv1GSH7gwJaNF8dzCjrqKaxKeUpTz4yT1DaJFq/omNpGfw==", + "version": "2.5.12", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.12.tgz", + "integrity": "sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw==", "requires": { "@types/node": "*", "form-data": "^3.0.0" } }, "@types/websocket": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@types/websocket/-/websocket-1.0.2.tgz", - "integrity": "sha512-B5m9aq7cbbD/5/jThEr33nUY8WEfVi6A2YKCTOvw5Ldy7mtsOkqRvGjnzy6g7iMMDsgu7xREuCzqATLDLQVKcQ==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@types/websocket/-/websocket-1.0.4.tgz", + "integrity": "sha512-qn1LkcFEKK8RPp459jkjzsfpbsx36BBt3oC3pITYtkoBw/aVX+EZFa5j3ThCRTNpLFvIMr5dSTD4RaMdilIOpA==", "requires": { "@types/node": "*" } @@ -1488,9 +766,9 @@ "dev": true }, "blakejs": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/blakejs/-/blakejs-1.1.0.tgz", - "integrity": "sha1-ad+S75U6qIylGjLfarHFShVfx6U=" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/blakejs/-/blakejs-1.1.1.tgz", + "integrity": "sha512-bLG6PHOCZJKNshTjGRBvET0vTciwQE6zFKOKKXPDJfwFBd4Ac0yBfPZqcGvGJap50l7ktvlpFqc2jGVaUgbJgg==" }, "bluebird": { "version": "3.7.2", @@ -3541,9 +2819,9 @@ "dev": true }, "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, "pify": { @@ -3659,9 +2937,9 @@ "dev": true }, "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz", - "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==" + "version": "0.13.9", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", + "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" }, "regex-not": { "version": "1.0.2", @@ -4449,9 +3727,9 @@ "dev": true }, "utf-8-validate": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.4.tgz", - "integrity": "sha512-MEF05cPSq3AwJ2C7B7sHAA6i53vONoZbMGX8My5auEVm6W+dJ2Jd/TZPyGJ5CH42V2XtbI5FD28HeHeqlPzZ3Q==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.5.tgz", + "integrity": "sha512-+pnxRYsS/axEpkrrEpzYfNZGXp0IjC/9RIxwM5gntY4Koi8SHmUGSfxfWqxZdRxrtaoVstuOzUp/rbs3JSPELQ==", "requires": { "node-gyp-build": "^4.2.0" } @@ -4821,4 +4099,3 @@ } } } -