-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update subql cli version, add cli flags
- Loading branch information
Showing
3 changed files
with
115 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,28 @@ | |
json5 "^2.2.1" | ||
semver "^6.3.0" | ||
|
||
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9": | ||
"@babel/core@^7.11.6", "@babel/core@^7.12.3": | ||
version "7.24.0" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.0.tgz#56cbda6b185ae9d9bed369816a8f4423c5f2ff1b" | ||
integrity sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw== | ||
dependencies: | ||
"@ampproject/remapping" "^2.2.0" | ||
"@babel/code-frame" "^7.23.5" | ||
"@babel/generator" "^7.23.6" | ||
"@babel/helper-compilation-targets" "^7.23.6" | ||
"@babel/helper-module-transforms" "^7.23.3" | ||
"@babel/helpers" "^7.24.0" | ||
"@babel/parser" "^7.24.0" | ||
"@babel/template" "^7.24.0" | ||
"@babel/traverse" "^7.24.0" | ||
"@babel/types" "^7.24.0" | ||
convert-source-map "^2.0.0" | ||
debug "^4.1.0" | ||
gensync "^1.0.0-beta.2" | ||
json5 "^2.2.3" | ||
semver "^6.3.1" | ||
|
||
"@babel/core@^7.23.9": | ||
version "7.23.9" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1" | ||
integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw== | ||
|
@@ -115,9 +136,9 @@ | |
semver "^6.3.1" | ||
|
||
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.23.6": | ||
version "7.23.10" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.10.tgz#25d55fafbaea31fd0e723820bb6cc3df72edf7ea" | ||
integrity sha512-2XpP2XhkXzgxecPNEEK8Vz8Asj9aRxt08oKOqtiZoqV2UGZ5T+EkyP9sXQ9nwMxBIG34a7jmasVqoMop7VdPUw== | ||
version "7.24.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.0.tgz#fc7554141bdbfa2d17f7b4b80153b9b090e5d158" | ||
integrity sha512-QAH+vfvts51BCsNZ2PhY6HAggnlS6omLLFTsIpeqZk/MmJ6cW7tgz5yRv0fMJThcr6FmbMrENh1RgrWPTYA76g== | ||
dependencies: | ||
"@babel/helper-annotate-as-pure" "^7.22.5" | ||
"@babel/helper-environment-visitor" "^7.22.20" | ||
|
@@ -203,9 +224,9 @@ | |
"@babel/types" "^7.22.5" | ||
|
||
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": | ||
version "7.22.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295" | ||
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg== | ||
version "7.24.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a" | ||
integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w== | ||
|
||
"@babel/helper-remap-async-to-generator@^7.18.9", "@babel/helper-remap-async-to-generator@^7.22.20": | ||
version "7.22.20" | ||
|
@@ -270,14 +291,14 @@ | |
"@babel/template" "^7.22.15" | ||
"@babel/types" "^7.22.19" | ||
|
||
"@babel/helpers@^7.18.9", "@babel/helpers@^7.23.9": | ||
version "7.23.9" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d" | ||
integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ== | ||
"@babel/helpers@^7.18.9", "@babel/helpers@^7.23.9", "@babel/helpers@^7.24.0": | ||
version "7.24.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.0.tgz#a3dd462b41769c95db8091e49cfe019389a9409b" | ||
integrity sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA== | ||
dependencies: | ||
"@babel/template" "^7.23.9" | ||
"@babel/traverse" "^7.23.9" | ||
"@babel/types" "^7.23.9" | ||
"@babel/template" "^7.24.0" | ||
"@babel/traverse" "^7.24.0" | ||
"@babel/types" "^7.24.0" | ||
|
||
"@babel/highlight@^7.23.4": | ||
version "7.23.4" | ||
|
@@ -293,11 +314,16 @@ | |
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.11.tgz#68bb07ab3d380affa9a3f96728df07969645d2d9" | ||
integrity sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ== | ||
|
||
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.18.11", "@babel/parser@^7.20.7", "@babel/parser@^7.23.6", "@babel/parser@^7.23.9": | ||
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7": | ||
version "7.23.9" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b" | ||
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA== | ||
|
||
"@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.18.11", "@babel/parser@^7.23.6", "@babel/parser@^7.23.9", "@babel/parser@^7.24.0": | ||
version "7.24.0" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac" | ||
integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg== | ||
|
||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": | ||
version "7.23.3" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz#5cd1c87ba9380d0afb78469292c954fee5d2411a" | ||
|
@@ -993,13 +1019,22 @@ | |
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== | ||
|
||
"@babel/runtime@^7.11.2", "@babel/runtime@^7.18.9", "@babel/runtime@^7.8.4": | ||
version "7.23.9" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7" | ||
integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw== | ||
version "7.24.0" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.0.tgz#584c450063ffda59697021430cb47101b085951e" | ||
integrity sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw== | ||
dependencies: | ||
regenerator-runtime "^0.14.0" | ||
|
||
"@babel/template@^7.18.10", "@babel/template@^7.22.15", "@babel/template@^7.23.9", "@babel/template@^7.3.3": | ||
"@babel/template@^7.18.10", "@babel/template@^7.22.15", "@babel/template@^7.23.9", "@babel/template@^7.24.0": | ||
version "7.24.0" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" | ||
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== | ||
dependencies: | ||
"@babel/code-frame" "^7.23.5" | ||
"@babel/parser" "^7.24.0" | ||
"@babel/types" "^7.24.0" | ||
|
||
"@babel/template@^7.3.3": | ||
version "7.23.9" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a" | ||
integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA== | ||
|
@@ -1040,19 +1075,19 @@ | |
debug "^4.3.1" | ||
globals "^11.1.0" | ||
|
||
"@babel/traverse@^7.18.10", "@babel/traverse@^7.23.9": | ||
version "7.23.9" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950" | ||
integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg== | ||
"@babel/traverse@^7.18.10", "@babel/traverse@^7.23.9", "@babel/traverse@^7.24.0": | ||
version "7.24.0" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e" | ||
integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw== | ||
dependencies: | ||
"@babel/code-frame" "^7.23.5" | ||
"@babel/generator" "^7.23.6" | ||
"@babel/helper-environment-visitor" "^7.22.20" | ||
"@babel/helper-function-name" "^7.23.0" | ||
"@babel/helper-hoist-variables" "^7.22.5" | ||
"@babel/helper-split-export-declaration" "^7.22.6" | ||
"@babel/parser" "^7.23.9" | ||
"@babel/types" "^7.23.9" | ||
"@babel/parser" "^7.24.0" | ||
"@babel/types" "^7.24.0" | ||
debug "^4.3.1" | ||
globals "^11.1.0" | ||
|
||
|
@@ -1074,7 +1109,7 @@ | |
"@babel/helper-validator-identifier" "^7.22.20" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.3.3", "@babel/types@^7.4.4": | ||
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.3.3": | ||
version "7.23.9" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002" | ||
integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q== | ||
|
@@ -1083,6 +1118,15 @@ | |
"@babel/helper-validator-identifier" "^7.22.20" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.18.10", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.24.0", "@babel/types@^7.4.4": | ||
version "7.24.0" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf" | ||
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w== | ||
dependencies: | ||
"@babel/helper-string-parser" "^7.23.4" | ||
"@babel/helper-validator-identifier" "^7.22.20" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@bcoe/v8-coverage@^0.2.3": | ||
version "0.2.3" | ||
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" | ||
|
@@ -2234,9 +2278,9 @@ | |
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== | ||
|
||
"@jridgewell/set-array@^1.0.1": | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" | ||
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" | ||
integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== | ||
|
||
"@jridgewell/source-map@^0.3.3": | ||
version "0.3.5" | ||
|
@@ -2997,10 +3041,10 @@ | |
optionalDependencies: | ||
sodium-native "^4.0.8" | ||
|
||
"@subql/cli@latest": | ||
version "4.2.7" | ||
resolved "https://registry.yarnpkg.com/@subql/cli/-/cli-4.2.7.tgz#35dcf31bd35ad91b2994644e173ff2c4996d807b" | ||
integrity sha512-KTHEanvW6RagFF+L8Y0NcaKbFvhVFp8nHXAB9weFbcFAP2UL5FliVN/3oLMprXkHyaFEFq0CSQeoA27kgfQ/Ww== | ||
"@subql/cli@^4.3.0": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@subql/cli/-/cli-4.3.0.tgz#bafd505d097faf598654f00a9885b8a146b0edbb" | ||
integrity sha512-iCAGvRnmzvE7b0A5wRGcq4+SecuckpnkrqdOVhVicU6gwry7SvJDQnZdQdLxnUANlnqo9CyLhZJ6ap3krbkw9g== | ||
dependencies: | ||
"@oclif/core" "^2.15.0" | ||
"@subql/common" "3.4.1" | ||
|
@@ -3012,7 +3056,7 @@ | |
"@subql/common-near" "^3.0.1" | ||
"@subql/common-stellar" "^3.0.0" | ||
"@subql/common-substrate" "3.3.2" | ||
"@subql/utils" "2.7.1-1" | ||
"@subql/utils" "2.7.1" | ||
algosdk "^1.19.0" | ||
boxen "5.1.2" | ||
cli-ux "^6.0.9" | ||
|
@@ -3247,10 +3291,10 @@ | |
dependencies: | ||
"@subql/types-core" "0.5.0" | ||
|
||
"@subql/[email protected]-1": | ||
version "2.7.1-1" | ||
resolved "https://registry.yarnpkg.com/@subql/utils/-/utils-2.7.1-1.tgz#39cd487e8656a5d24a018e09cc7e106cc2bc107c" | ||
integrity sha512-xbgyI5danzCqFHRZkIyCrR7J5LNcN0WKNks1iw+mXyAFjvfyMSJzpmpRcYF8EymGeoEHWfPR//4sIAyvIv5RIg== | ||
"@subql/[email protected]": | ||
version "2.7.1" | ||
resolved "https://registry.yarnpkg.com/@subql/utils/-/utils-2.7.1.tgz#08a504f52cb05e2f85fb43800661e7b31fefcb11" | ||
integrity sha512-WLnfYCQomIuA2y54pD48sQDqsWdnhMIiBS456fPXaj+G6jailLUMDufyKUcMhibX1B6vroVlmgVErreFt+37dw== | ||
dependencies: | ||
"@polkadot/util" "^12.5.1" | ||
"@polkadot/util-crypto" "^12.5.1" | ||
|
@@ -3475,9 +3519,9 @@ | |
"@types/estree" "*" | ||
|
||
"@types/eslint@*": | ||
version "8.56.3" | ||
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.3.tgz#d1f6b2303ac5ed53cb2cf59e0ab680cde1698f5f" | ||
integrity sha512-PvSf1wfv2wJpVIFUMSb+i4PvqNYkB9Rkp9ZDO3oaWzq4SKhsQk4mrMBr3ZH06I0hKrVGLBacmgl8JM4WVjb9dg== | ||
version "8.56.5" | ||
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.5.tgz#94b88cab77588fcecdd0771a6d576fa1c0af9d02" | ||
integrity sha512-u5/YPJHo1tvkSF2CE0USEkxon82Z5DBy2xR+qfyYNszpX9qcs4sT6uq2kBbj4BXY1+DBGDPnrhMZV3pKWGNukw== | ||
dependencies: | ||
"@types/estree" "*" | ||
"@types/json-schema" "*" | ||
|
@@ -3565,9 +3609,9 @@ | |
integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g== | ||
|
||
"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0": | ||
version "20.11.20" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.20.tgz#f0a2aee575215149a62784210ad88b3a34843659" | ||
integrity sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg== | ||
version "20.11.22" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.22.tgz#9a192c3d7e7e71fa3a4b15032654f64643815cd6" | ||
integrity sha512-/G+IxWxma6V3E+pqK1tSl2Fo1kl41pK1yeCyDsgkF9WlVAme4j5ISYM2zR11bgLFJGLN5sVK40T4RJNuiZbEjA== | ||
dependencies: | ||
undici-types "~5.26.4" | ||
|
||
|
@@ -4502,9 +4546,9 @@ camelcase@^6.2.0: | |
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== | ||
|
||
caniuse-lite@^1.0.30001587: | ||
version "1.0.30001589" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001589.tgz#7ad6dba4c9bf6561aec8291976402339dc157dfb" | ||
integrity sha512-vNQWS6kI+q6sBlHbh71IIeC+sRwK2N3EDySc/updIGhIee2x5z00J4c1242/5/d6EpEMdOnk/m+6tuk4/tcsqg== | ||
version "1.0.30001591" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001591.tgz#16745e50263edc9f395895a7cd468b9f3767cf33" | ||
integrity sha512-PCzRMei/vXjJyL5mJtzNiUCKP59dm8Apqc3PH8gJkMnMXZGox93RbE76jHsmLwmIo6/3nsYIpJtx0O7u5PqFuQ== | ||
|
||
capability@^0.2.5: | ||
version "0.2.5" | ||
|
@@ -4645,12 +4689,12 @@ cli-boxes@^2.2.1: | |
integrity sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw== | ||
|
||
cli-color@^2.0.2: | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/cli-color/-/cli-color-2.0.3.tgz#73769ba969080629670f3f2ef69a4bf4e7cc1879" | ||
integrity sha512-OkoZnxyC4ERN3zLzZaY9Emb7f/MhBOIpePv0Ycok0fJYT+Ouo00UBEIwsVsr0yoow++n5YWlSUgST9GKhNHiRQ== | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/cli-color/-/cli-color-2.0.4.tgz#d658080290968816b322248b7306fad2346fb2c8" | ||
integrity sha512-zlnpg0jNcibNrO7GG9IeHH7maWFeCz+Ja1wx/7tZNU5ASSSSZ+/qZciM0/LHCYxSdqv5h2sdbQ/PXYdOuetXvA== | ||
dependencies: | ||
d "^1.0.1" | ||
es5-ext "^0.10.61" | ||
es5-ext "^0.10.64" | ||
es6-iterator "^2.0.3" | ||
memoizee "^0.4.15" | ||
timers-ext "^0.1.7" | ||
|
@@ -5239,9 +5283,9 @@ electron-fetch@^1.7.2: | |
encoding "^0.1.13" | ||
|
||
electron-to-chromium@^1.4.668: | ||
version "1.4.681" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.681.tgz#5f23fad8aa7e1f64cbb7dd9d15c7e39a1cd7e6e3" | ||
integrity sha512-1PpuqJUFWoXZ1E54m8bsLPVYwIVCRzvaL+n5cjigGga4z854abDnFRc+cTa2th4S79kyGqya/1xoR7h+Y5G5lg== | ||
version "1.4.687" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.687.tgz#8b80da91848c13a90802f840c7de96c8558fef52" | ||
integrity sha512-Ic85cOuXSP6h7KM0AIJ2hpJ98Bo4hyTUjc4yjMbkvD+8yTxEhfK9+8exT2KKYsSjnCn2tGsKVSZwE7ZgTORQCw== | ||
|
||
[email protected], elliptic@^6.5.0, elliptic@^6.5.4: | ||
version "6.5.4" | ||
|
@@ -5291,9 +5335,9 @@ end-of-stream@^1.1.0: | |
once "^1.4.0" | ||
|
||
enhanced-resolve@^5.0.0, enhanced-resolve@^5.15.0: | ||
version "5.15.0" | ||
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz#1af946c7d93603eb88e9896cee4904dc012e9c35" | ||
integrity sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg== | ||
version "5.15.1" | ||
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.15.1.tgz#384391e025f099e67b4b00bfd7f0906a408214e1" | ||
integrity sha512-3d3JRbwsCLJsYgvb6NuWEG44jjPSOMuS73L/6+7BZuoKm3W+qXnSoIYVHi8dG7Qcg4inAY4jbzkZ7MnskePeDg== | ||
dependencies: | ||
graceful-fs "^4.2.4" | ||
tapable "^2.2.0" | ||
|
@@ -5336,10 +5380,10 @@ es-module-lexer@^1.2.1: | |
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.4.1.tgz#41ea21b43908fe6a287ffcbe4300f790555331f5" | ||
integrity sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w== | ||
|
||
es5-ext@^0.10.35, es5-ext@^0.10.46, es5-ext@^0.10.50, es5-ext@^0.10.53, es5-ext@^0.10.61, es5-ext@^0.10.62, es5-ext@~0.10.14, es5-ext@~0.10.2, es5-ext@~0.10.46: | ||
version "0.10.63" | ||
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.63.tgz#9c222a63b6a332ac80b1e373b426af723b895bd6" | ||
integrity sha512-hUCZd2Byj/mNKjfP9jXrdVZ62B8KuA/VoK7X8nUh5qT+AxDmcbvZz041oDVZdbIN1qW6XY9VDNwzkvKnZvK2TQ== | ||
es5-ext@^0.10.35, es5-ext@^0.10.46, es5-ext@^0.10.50, es5-ext@^0.10.53, es5-ext@^0.10.62, es5-ext@^0.10.64, es5-ext@~0.10.14, es5-ext@~0.10.2, es5-ext@~0.10.46: | ||
version "0.10.64" | ||
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.64.tgz#12e4ffb48f1ba2ea777f1fcdd1918ef73ea21714" | ||
integrity sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg== | ||
dependencies: | ||
es6-iterator "^2.0.3" | ||
es6-symbol "^3.1.3" | ||
|
@@ -6647,9 +6691,9 @@ ipfs-http-client@^52.0.3: | |
uint8arrays "^3.0.0" | ||
|
||
ipfs-unixfs@^6.0.3: | ||
version "6.0.6" | ||
resolved "https://registry.yarnpkg.com/ipfs-unixfs/-/ipfs-unixfs-6.0.6.tgz#c44881c1bcd6a474c665e67108cbf31e54c63eec" | ||
integrity sha512-gTkjYKXuHnqIf6EFfS+ESaYEl3I3aaQQ0UX8MhpNzreMLEuMnuqpoI/uLLllTZa31WRplKixabbpRTSmTYRNwA== | ||
version "6.0.9" | ||
resolved "https://registry.yarnpkg.com/ipfs-unixfs/-/ipfs-unixfs-6.0.9.tgz#f6613b8e081d83faa43ed96e016a694c615a9374" | ||
integrity sha512-0DQ7p0/9dRB6XCb0mVCTli33GzIzSVx5udpJuVM47tGcD+W+Bl4LsnoLswd3ggNnNEakMv1FdoFITiEnchXDqQ== | ||
dependencies: | ||
err-code "^3.0.1" | ||
protobufjs "^6.10.2" | ||
|