|
781 | 781 | lodash.pick "4.4.0"
|
782 | 782 | meow "^5.0.0"
|
783 | 783 |
|
784 |
| -"@commitlint/cli@^7.3.2": |
785 |
| - version "7.3.2" |
786 |
| - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-7.3.2.tgz#61abf30b48861e4fbd521690e6d4a3e1258980bb" |
787 |
| - integrity sha512-QoVayW3kr6/pkWObaCmI6k8O02l/rOJmQIgy5785f6AVbUeHbLOVnh661XMunzAvDX2Cdz4mN+LenhsrLGsaug== |
| 784 | +"@commitlint/cli@^7.4.0": |
| 785 | + version "7.4.0" |
| 786 | + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-7.4.0.tgz#18dd304d2e4c87edd5e575f3ae671da6c64b5d7d" |
| 787 | + integrity sha512-wwjLX+8dkqgiQgIDcKpwSoYC+vWp/njw+Q0f+TPtSB3KCARmb9A4EWmDzFocYzK1goJT+j472ZG87GqUOHmChg== |
788 | 788 | dependencies:
|
789 |
| - "@commitlint/format" "^7.3.1" |
790 |
| - "@commitlint/lint" "^7.3.2" |
| 789 | + "@commitlint/format" "^7.4.0" |
| 790 | + "@commitlint/lint" "^7.4.0" |
791 | 791 | "@commitlint/load" "^7.3.1"
|
792 | 792 | "@commitlint/read" "^7.3.1"
|
793 | 793 | babel-polyfill "6.26.0"
|
|
812 | 812 | dependencies:
|
813 | 813 | babel-runtime "6.26.0"
|
814 | 814 |
|
815 |
| -"@commitlint/format@^7.0.0", "@commitlint/format@^7.3.1": |
| 815 | +"@commitlint/format@^7.0.0": |
816 | 816 | version "7.3.1"
|
817 | 817 | resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-7.3.1.tgz#a099eabe3bb6f3825831da465daab269ca76c0d5"
|
818 | 818 | integrity sha512-DP0cAYAG4HJqZjJ+EHBD5XwW0LXmQ1TxV0qD0uScrQmxrPliBBTcE/2FbtuLqXvwr8PKJsnl7KtglAdKlhrsAQ==
|
819 | 819 | dependencies:
|
820 | 820 | babel-runtime "^6.23.0"
|
821 | 821 | chalk "^2.0.1"
|
822 | 822 |
|
| 823 | +"@commitlint/format@^7.4.0": |
| 824 | + version "7.4.0" |
| 825 | + resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-7.4.0.tgz#fc927fd99835f73d17076e065296159a41592ee0" |
| 826 | + integrity sha512-+/ZCR2wWP4XXt7v/+4U6dfnLCh7l/N5IF+nKDJ6r+KsAgNbW85oTsAMpVWE/++fmTMU6CVIt1Rcbex6X06ggVA== |
| 827 | + dependencies: |
| 828 | + babel-runtime "^6.23.0" |
| 829 | + chalk "^2.0.1" |
| 830 | + |
823 | 831 | "@commitlint/is-ignored@^7.3.1":
|
824 | 832 | version "7.3.1"
|
825 | 833 | resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-7.3.1.tgz#b99c67b50d9652430b8008c940a77c33ed7e9002"
|
826 | 834 | integrity sha512-Fz7Of30YKVg+wCJZK9qqojJiD45a4P32LLvXCHEb4/TLSwlKp/K/H6VeWK8kN4uUZHCx60PsKc6829l2Fm28Sw==
|
827 | 835 | dependencies:
|
828 | 836 | semver "5.6.0"
|
829 | 837 |
|
830 |
| -"@commitlint/lint@^7.0.0", "@commitlint/lint@^7.3.2": |
| 838 | +"@commitlint/lint@^7.0.0": |
831 | 839 | version "7.3.2"
|
832 | 840 | resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-7.3.2.tgz#e5323ce5b65512e37089ca9e5dfd065849edbf80"
|
833 | 841 | integrity sha512-NInm96JP89lMNR77R4zJRj/vaQWc4Ie5vR/5G5auFFiHuwyKmRWfXbGMA7zVYpAylPRgewGaELhuRzNTUW0Log==
|
|
838 | 846 | babel-runtime "^6.23.0"
|
839 | 847 | lodash "4.17.11"
|
840 | 848 |
|
| 849 | +"@commitlint/lint@^7.4.0": |
| 850 | + version "7.4.0" |
| 851 | + resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-7.4.0.tgz#69a690c37c3fb7f3b55bd7bad24cf018a0b9a19b" |
| 852 | + integrity sha512-Lp94Mry4AColIW1mZfEZ9YXp7hUc9GewQFcUSEBxfn12l+pUem+6eSyBdNGZpPm3JCAanudkdEey889Hw7QrFA== |
| 853 | + dependencies: |
| 854 | + "@commitlint/is-ignored" "^7.3.1" |
| 855 | + "@commitlint/parse" "^7.3.1" |
| 856 | + "@commitlint/rules" "^7.4.0" |
| 857 | + babel-runtime "^6.23.0" |
| 858 | + lodash "4.17.11" |
| 859 | + |
841 | 860 | "@commitlint/load@^7.0.0", "@commitlint/load@^7.3.1":
|
842 | 861 | version "7.3.1"
|
843 | 862 | resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-7.3.1.tgz#c4c8fef80a7b36e932857e72eae7856e2612da2b"
|
|
895 | 914 | "@commitlint/to-lines" "^7.3.1"
|
896 | 915 | babel-runtime "^6.23.0"
|
897 | 916 |
|
| 917 | +"@commitlint/rules@^7.4.0": |
| 918 | + version "7.4.0" |
| 919 | + resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-7.4.0.tgz#282329528faca3a9c1bb608b01a42e02520ec3fd" |
| 920 | + integrity sha512-ltTKuKhrVgqk4BgmoVWBRLO2LCFU4x3YmMTIMyZeJ6S+WvFLdSPJ2UIxbpoOI5FEsZzcPRRb04Od7SCRXLfwwA== |
| 921 | + dependencies: |
| 922 | + "@commitlint/ensure" "^7.3.1" |
| 923 | + "@commitlint/message" "^7.3.1" |
| 924 | + "@commitlint/to-lines" "^7.3.1" |
| 925 | + babel-runtime "^6.23.0" |
| 926 | + |
898 | 927 | "@commitlint/to-lines@^7.3.1":
|
899 | 928 | version "7.3.1"
|
900 | 929 | resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-7.3.1.tgz#befd6734225dc84c90a952c5657e2bdb8dcc5833"
|
@@ -2804,12 +2833,12 @@ commitlint-config-armour@^1.2.1:
|
2804 | 2833 | dependencies:
|
2805 | 2834 | "@commitlint/cli" "7.0.0"
|
2806 | 2835 |
|
2807 |
| -commitlint@^7.3.2: |
2808 |
| - version "7.3.2" |
2809 |
| - resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-7.3.2.tgz#a09df2848cfbc3d83280b4fb4c8fff9735de076a" |
2810 |
| - integrity sha512-+edebkQ/fIZrdMHacZVEALdNZ7OjQBimFNOb3sCCWaQeVNpJxHPly+anYZJdknXWDg1yiJTAtNM494/i5LgXbw== |
| 2836 | +commitlint@^7.4.0: |
| 2837 | + version "7.4.0" |
| 2838 | + resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-7.4.0.tgz#a47b684f470459a8760be868383c89614d2ecbb3" |
| 2839 | + integrity sha512-IZZ91p0+Lb5Ff9ug6Lxt3Wj9cINDybYYuhZWmDFI0qu+kTCBP8Z9ZwOL4AQiqJ/TuCmS3DPhs2kHBAFlnE/JHw== |
2811 | 2840 | dependencies:
|
2812 |
| - "@commitlint/cli" "^7.3.2" |
| 2841 | + "@commitlint/cli" "^7.4.0" |
2813 | 2842 | read-pkg "3.0.0"
|
2814 | 2843 | resolve-pkg "1.0.0"
|
2815 | 2844 |
|
@@ -4003,7 +4032,7 @@ duplexer3@^0.1.4:
|
4003 | 4032 | resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
|
4004 | 4033 | integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=
|
4005 | 4034 |
|
4006 |
| -duplexer@^0.1.1: |
| 4035 | +duplexer@^0.1.1, duplexer@~0.1.1: |
4007 | 4036 | version "0.1.1"
|
4008 | 4037 | resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"
|
4009 | 4038 | integrity sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=
|
@@ -4409,6 +4438,19 @@ etag@~1.8.1:
|
4409 | 4438 | resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
|
4410 | 4439 | integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=
|
4411 | 4440 |
|
| 4441 | +event-stream@^4.0.1: |
| 4442 | + version "4.0.1" |
| 4443 | + resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-4.0.1.tgz#4092808ec995d0dd75ea4580c1df6a74db2cde65" |
| 4444 | + integrity sha512-qACXdu/9VHPBzcyhdOWR5/IahhGMf0roTeZJfzz077GwylcDd90yOHLouhmv7GJ5XzPi6ekaQWd8AvPP2nOvpA== |
| 4445 | + dependencies: |
| 4446 | + duplexer "^0.1.1" |
| 4447 | + from "^0.1.7" |
| 4448 | + map-stream "0.0.7" |
| 4449 | + pause-stream "^0.0.11" |
| 4450 | + split "^1.0.1" |
| 4451 | + stream-combiner "^0.2.2" |
| 4452 | + through "^2.3.8" |
| 4453 | + |
4412 | 4454 | eventemitter3@^3.0.0:
|
4413 | 4455 | version "3.1.0"
|
4414 | 4456 | resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.0.tgz#090b4d6cdbd645ed10bf750d4b5407942d7ba163"
|
@@ -5061,6 +5103,11 @@ from2@^2.1.0, from2@^2.1.1:
|
5061 | 5103 | inherits "^2.0.1"
|
5062 | 5104 | readable-stream "^2.0.0"
|
5063 | 5105 |
|
| 5106 | +from@^0.1.7: |
| 5107 | + version "0.1.7" |
| 5108 | + resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe" |
| 5109 | + integrity sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4= |
| 5110 | + |
5064 | 5111 | fs-constants@^1.0.0:
|
5065 | 5112 | version "1.0.0"
|
5066 | 5113 | resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
|
@@ -7757,6 +7804,11 @@ map-obj@^2.0.0:
|
7757 | 7804 | resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-2.0.0.tgz#a65cd29087a92598b8791257a523e021222ac1f9"
|
7758 | 7805 | integrity sha1-plzSkIepJZi4eRJXpSPgISIqwfk=
|
7759 | 7806 |
|
| 7807 | + |
| 7808 | + version "0.0.7" |
| 7809 | + resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.0.7.tgz#8a1f07896d82b10926bd3744a2420009f88974a8" |
| 7810 | + integrity sha1-ih8HiW2CsQkmvTdEokIACfiJdKg= |
| 7811 | + |
7760 | 7812 | map-visit@^1.0.0:
|
7761 | 7813 | version "1.0.0"
|
7762 | 7814 | resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f"
|
@@ -9095,6 +9147,13 @@ path-type@^3.0.0:
|
9095 | 9147 | dependencies:
|
9096 | 9148 | pify "^3.0.0"
|
9097 | 9149 |
|
| 9150 | +pause-stream@^0.0.11: |
| 9151 | + version "0.0.11" |
| 9152 | + resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445" |
| 9153 | + integrity sha1-/lo0sMvOErWqaitAPuLnO2AvFEU= |
| 9154 | + dependencies: |
| 9155 | + through "~2.3" |
| 9156 | + |
9098 | 9157 | pbkdf2@^3.0.3:
|
9099 | 9158 | version "3.0.17"
|
9100 | 9159 | resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.17.tgz#976c206530617b14ebb32114239f7b09336e93a6"
|
@@ -11532,7 +11591,7 @@ split2@^2.0.0:
|
11532 | 11591 | dependencies:
|
11533 | 11592 | through2 "^2.0.2"
|
11534 | 11593 |
|
11535 |
| -split@^1.0.0: |
| 11594 | +split@^1.0.0, split@^1.0.1: |
11536 | 11595 | version "1.0.1"
|
11537 | 11596 | resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9"
|
11538 | 11597 | integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==
|
@@ -11635,6 +11694,14 @@ stream-browserify@^2.0.1:
|
11635 | 11694 | inherits "~2.0.1"
|
11636 | 11695 | readable-stream "^2.0.2"
|
11637 | 11696 |
|
| 11697 | +stream-combiner@^0.2.2: |
| 11698 | + version "0.2.2" |
| 11699 | + resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.2.2.tgz#aec8cbac177b56b6f4fa479ced8c1912cee52858" |
| 11700 | + integrity sha1-rsjLrBd7Vrb0+kec7YwZEs7lKFg= |
| 11701 | + dependencies: |
| 11702 | + duplexer "~0.1.1" |
| 11703 | + through "~2.3.4" |
| 11704 | + |
11638 | 11705 | stream-each@^1.1.0:
|
11639 | 11706 | version "1.2.3"
|
11640 | 11707 | resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae"
|
@@ -12094,7 +12161,7 @@ through2@^2.0.0, through2@^2.0.2:
|
12094 | 12161 | readable-stream "~2.3.6"
|
12095 | 12162 | xtend "~4.0.1"
|
12096 | 12163 |
|
12097 |
| -through@2, "through@>=2.2.7 <3", through@^2.3.6: |
| 12164 | +through@2, "through@>=2.2.7 <3", through@^2.3.6, through@^2.3.8, through@~2.3, through@~2.3.4: |
12098 | 12165 | version "2.3.8"
|
12099 | 12166 | resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
|
12100 | 12167 | integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
|
|
0 commit comments