diff --git a/package-lock.json b/package-lock.json index 84069b7..dee645b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1638,71 +1638,120 @@ } }, "@polkadot/types": { - "version": "2.1.2-2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-2.1.2-2.tgz", - "integrity": "sha512-K0lXeq9BrcF0o/vyPjFbHT3s9Xx4JeCo6c4Nfp8xGb8rsINPhEtG/Hwz2B6qymNLBjXw5MyiQ+5/SeyUv0ML4A==", - "requires": { - "@babel/runtime": "^7.11.2", - "@polkadot/metadata": "2.1.2-2", - "@polkadot/util": "^3.5.1", - "@polkadot/util-crypto": "^3.5.1", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-2.10.1.tgz", + "integrity": "sha512-wRs9X7uiSRNQBFxcuCDv++FU+HgFml55U73zsqxDgBb7+bor4QGLPpki8rV+xQOpqhfPjKHN1gosK99sFcC3Aw==", + "requires": { + "@babel/runtime": "^7.12.5", + "@polkadot/metadata": "2.10.1", + "@polkadot/util": "^4.2.1", + "@polkadot/util-crypto": "^4.2.1", "@types/bn.js": "^4.11.6", - "bn.js": "^5.1.3", + "bn.js": "^4.11.9", "memoizee": "^0.4.14", "rxjs": "^6.6.3" }, "dependencies": { "@babel/runtime": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz", - "integrity": "sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.1.tgz", + "integrity": "sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==", "requires": { - "regenerator-runtime": "^0.13.4" + "regenerator-runtime": "^0.13.10" } }, "@polkadot/metadata": { - "version": "2.1.2-2", - "resolved": "https://registry.npmjs.org/@polkadot/metadata/-/metadata-2.1.2-2.tgz", - "integrity": "sha512-62bedTeQnoMK2V81EeCXNNAgU+la22Xju6s9UC/pGWTQFAGv4jM+0LozXlcbiF1nr51ORewc+TdLYw6eegQB/Q==", - "requires": { - "@babel/runtime": "^7.11.2", - "@polkadot/types": "2.1.2-2", - "@polkadot/types-known": "2.1.2-2", - "@polkadot/util": "^3.5.1", - "@polkadot/util-crypto": "^3.5.1", - "bn.js": "^5.1.3" + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/@polkadot/metadata/-/metadata-2.10.1.tgz", + "integrity": "sha512-ilB81k4ZDFVLHYo8mhxs9VFpL7Vi/Q0tqTSuQ+ziD3U7fYh0QV5si+1nqo5EBzvIKws6hsC7B4bTPQLJHHTC9w==", + "requires": { + "@babel/runtime": "^7.12.5", + "@polkadot/types": "2.10.1", + "@polkadot/types-known": "2.10.1", + "@polkadot/util": "^4.2.1", + "@polkadot/util-crypto": "^4.2.1", + "bn.js": "^4.11.9" } }, - "@polkadot/util-crypto": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-3.6.1.tgz", - "integrity": "sha512-mRCijOXrxTa2JD5vpNvr1MHSj3NaSGaImg1yzAf3l7nw7zNGjLy1K3qQNcFgr8+0NHyPKk5lCIehtwGTRZYsiA==", + "@polkadot/networks": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-4.2.1.tgz", + "integrity": "sha512-T1tg0V0uG09Vdce2O4KfEcWO3/fZh4VYt0bmJ6iPwC+x6yv939X2BKvuFTDDVNT3fqBpGzWQlwiTXYQ15o9bGA==", "requires": { - "@babel/runtime": "^7.12.1", - "@polkadot/networks": "3.6.1", - "@polkadot/util": "3.6.1", - "@polkadot/wasm-crypto": "^1.4.1", + "@babel/runtime": "^7.12.5" + } + }, + "@polkadot/util": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-4.2.1.tgz", + "integrity": "sha512-eO/IFbSDjqVPPWPnARDFydy2Kt992Th+8ByleTkCRqWk0aNYaseO1pGKNdwrYbLfUR3JlyWqvJ60lITeS+qAfQ==", + "requires": { + "@babel/runtime": "^7.12.5", + "@polkadot/x-textdecoder": "4.2.1", + "@polkadot/x-textencoder": "4.2.1", + "@types/bn.js": "^4.11.6", + "bn.js": "^4.11.9", + "camelcase": "^5.3.1", + "ip-regex": "^4.2.0" + } + }, + "@polkadot/util-crypto": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-4.2.1.tgz", + "integrity": "sha512-U1rCdzBQxVTA854HRpt2d4InDnPCfHD15JiWAwIzjBvq7i59EcTbVSqV02fcwet/KpmT3XYa25xoiff+alzCBA==", + "requires": { + "@babel/runtime": "^7.12.5", + "@polkadot/networks": "4.2.1", + "@polkadot/util": "4.2.1", + "@polkadot/wasm-crypto": "^2.0.1", + "@polkadot/x-randomvalues": "4.2.1", "base-x": "^3.0.8", - "bip39": "^3.0.2", "blakejs": "^1.1.0", - "bn.js": "^5.1.3", + "bn.js": "^4.11.9", + "create-hash": "^1.2.0", "elliptic": "^6.5.3", + "hash.js": "^1.1.7", "js-sha3": "^0.8.0", - "pbkdf2": "^3.1.1", "scryptsy": "^2.1.0", "tweetnacl": "^1.0.3", "xxhashjs": "^0.2.2" } }, "@polkadot/wasm-crypto": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto/-/wasm-crypto-1.4.1.tgz", - "integrity": "sha512-GPBCh8YvQmA5bobI4rqRkUhrEHkEWU1+lcJVPbZYsa7jiHFaZpzCLrGQfiqW/vtbU1aBS2wmJ0x1nlt33B9QqQ==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto/-/wasm-crypto-2.0.1.tgz", + "integrity": "sha512-Vb0q4NToCRHXYJwhLWc4NTy77+n1dtJmkiE1tt8j1pmY4IJ4UL25yBxaS8NCS1LGqofdUYK1wwgrHiq5A78PFA==" + }, + "@polkadot/x-textdecoder": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-4.2.1.tgz", + "integrity": "sha512-B5t20PryMKr7kdd7q+kmzJPU01l28ZDD06cQ/ZFkybI7avI6PIz/U33ctXxiHOatbBRO6Ez8uzrWd3JmaQ2bGQ==", + "requires": { + "@babel/runtime": "^7.12.5" + } + }, + "@polkadot/x-textencoder": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-4.2.1.tgz", + "integrity": "sha512-EHc6RS9kjdP28q6EYlSgHF2MrJCdOTc5EVlqHL7V1UKLh3vD6QaWGYBwbzXNFPXO3RYPO/DKYCu4RxAVSM1OOg==", + "requires": { + "@babel/runtime": "^7.12.5" + } + }, + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + }, + "regenerator-runtime": { + "version": "0.13.10", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz", + "integrity": "sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==" }, "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz", - "integrity": "sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==", + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", "requires": { "tslib": "^1.9.0" } @@ -1710,23 +1759,63 @@ } }, "@polkadot/types-known": { - "version": "2.1.2-2", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-2.1.2-2.tgz", - "integrity": "sha512-hB+hwbH9OIvWVp7sbFpLXIKPX997/RMCY7DAABz3qzt/FspyBq+vmcHQRKm3pM77KvaxZhGgL2LxUL3fK5/iGg==", - "requires": { - "@babel/runtime": "^7.11.2", - "@polkadot/types": "2.1.2-2", - "@polkadot/util": "^3.5.1", - "bn.js": "^5.1.3" + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-2.10.1.tgz", + "integrity": "sha512-RmnRPMoypxodfXRRqO+t4ogeaHTEC1S968+Djo8SYeSSmeUrlo9LdoJ5DZBXd0dTOUJbo0wXl9DOjL5qVnRy6A==", + "requires": { + "@babel/runtime": "^7.12.5", + "@polkadot/types": "2.10.1", + "@polkadot/util": "^4.2.1", + "bn.js": "^4.11.9" }, "dependencies": { "@babel/runtime": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz", - "integrity": "sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.1.tgz", + "integrity": "sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==", "requires": { - "regenerator-runtime": "^0.13.4" + "regenerator-runtime": "^0.13.10" + } + }, + "@polkadot/util": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-4.2.1.tgz", + "integrity": "sha512-eO/IFbSDjqVPPWPnARDFydy2Kt992Th+8ByleTkCRqWk0aNYaseO1pGKNdwrYbLfUR3JlyWqvJ60lITeS+qAfQ==", + "requires": { + "@babel/runtime": "^7.12.5", + "@polkadot/x-textdecoder": "4.2.1", + "@polkadot/x-textencoder": "4.2.1", + "@types/bn.js": "^4.11.6", + "bn.js": "^4.11.9", + "camelcase": "^5.3.1", + "ip-regex": "^4.2.0" + } + }, + "@polkadot/x-textdecoder": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-4.2.1.tgz", + "integrity": "sha512-B5t20PryMKr7kdd7q+kmzJPU01l28ZDD06cQ/ZFkybI7avI6PIz/U33ctXxiHOatbBRO6Ez8uzrWd3JmaQ2bGQ==", + "requires": { + "@babel/runtime": "^7.12.5" + } + }, + "@polkadot/x-textencoder": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-4.2.1.tgz", + "integrity": "sha512-EHc6RS9kjdP28q6EYlSgHF2MrJCdOTc5EVlqHL7V1UKLh3vD6QaWGYBwbzXNFPXO3RYPO/DKYCu4RxAVSM1OOg==", + "requires": { + "@babel/runtime": "^7.12.5" } + }, + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + }, + "regenerator-runtime": { + "version": "0.13.10", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz", + "integrity": "sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==" } } }, @@ -1837,6 +1926,29 @@ "node-fetch": "^2.6.1" } }, + "@polkadot/x-randomvalues": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-4.2.1.tgz", + "integrity": "sha512-eOfz/KnHYFVl9l0zlhlwomKMzFASgolaQV6uXSN38np+99/+F38wlbOSXFbfZ5H3vmMCt4y/UUTLtoGV/44yLg==", + "requires": { + "@babel/runtime": "^7.12.5" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.1.tgz", + "integrity": "sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==", + "requires": { + "regenerator-runtime": "^0.13.10" + } + }, + "regenerator-runtime": { + "version": "0.13.10", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz", + "integrity": "sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==" + } + } + }, "@polkadot/x-textdecoder": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-0.3.3.tgz", @@ -6409,9 +6521,9 @@ "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" }, "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "requires": { "brace-expansion": "^1.1.7" diff --git a/yarn.lock b/yarn.lock index 583ea9c..10039c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1302,9 +1302,9 @@ babel-preset-jest@^25.1.0: babel-plugin-jest-hoist "^25.1.0" balanced-match@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" - integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= + version "1.0.2" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" + integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== base-x@^3.0.8: version "3.0.8" @@ -1624,7 +1624,7 @@ component-emitter@^1.2.1: concat-map@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= + integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== contains-path@^0.1.0: version "0.1.0" @@ -3661,9 +3661,9 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= minimatch@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" - integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== + version "3.1.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== dependencies: brace-expansion "^1.1.7"