From 71322e08efbb5cd67517064575f80e6b41ea8a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 02:09:17 +0000 Subject: [PATCH] Bump path-parse from 1.0.6 to 1.0.7 Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 203 ++++++++++++++++++++++++++++++++++------------ yarn.lock | 6 +- 2 files changed, 153 insertions(+), 56 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84069b7..10c2556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1638,71 +1638,115 @@ } }, "@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.16.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz", + "integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==", "requires": { "regenerator-runtime": "^0.13.4" } }, "@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==" }, "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 +1754,58 @@ } }, "@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.16.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz", + "integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==", "requires": { "regenerator-runtime": "^0.13.4" } + }, + "@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==" } } }, @@ -1837,6 +1916,24 @@ "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.16.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz", + "integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } + } + }, "@polkadot/x-textdecoder": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-0.3.3.tgz", @@ -6819,9 +6916,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 }, "path-type": { diff --git a/yarn.lock b/yarn.lock index 583ea9c..cef8de6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4033,9 +4033,9 @@ path-key@^3.0.0, path-key@^3.1.0: integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== path-parse@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" - integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== + version "1.0.7" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== path-type@^2.0.0: version "2.0.0"