8.diff (8435B)
1 diff --git a/yarn.lock b/yarn.lock 2 index 03cc612..27ce4e7 100644 3 --- a/yarn.lock 4 +++ b/yarn.lock 5 @@ -56,6 +56,24 @@ ansi-colors@^1.0.1: 6 dependencies: 7 ansi-wrap "^0.1.0" 8 9 +ansi-cyan@^0.1.1: 10 + version "0.1.1" 11 + resolved "https://registry.yarnpkg.com/ansi-cyan/-/ansi-cyan-0.1.1.tgz#538ae528af8982f28ae30d86f2f17456d2609873" 12 + dependencies: 13 + ansi-wrap "0.1.0" 14 + 15 +ansi-gray@^0.1.1: 16 + version "0.1.1" 17 + resolved "https://registry.yarnpkg.com/ansi-gray/-/ansi-gray-0.1.1.tgz#2962cf54ec9792c48510a3deb524436861ef7251" 18 + dependencies: 19 + ansi-wrap "0.1.0" 20 + 21 +ansi-red@^0.1.1: 22 + version "0.1.1" 23 + resolved "https://registry.yarnpkg.com/ansi-red/-/ansi-red-0.1.1.tgz#8c638f9d1080800a353c9c28c8a81ca4705d946c" 24 + dependencies: 25 + ansi-wrap "0.1.0" 26 + 27 ansi-regex@^2.0.0: 28 version "2.1.1" 29 resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" 30 @@ -68,7 +86,7 @@ ansi-styles@^2.2.1: 31 version "2.2.1" 32 resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" 33 34 -ansi-wrap@^0.1.0: 35 +ansi-wrap@0.1.0, ansi-wrap@^0.1.0: 36 version "0.1.0" 37 resolved "https://registry.yarnpkg.com/ansi-wrap/-/ansi-wrap-0.1.0.tgz#a82250ddb0015e9a27ca82e82ea603bbfa45efaf" 38 39 @@ -106,6 +124,13 @@ argparse@^1.0.7: 40 dependencies: 41 sprintf-js "~1.0.2" 42 43 +arr-diff@^1.0.1: 44 + version "1.1.0" 45 + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-1.1.0.tgz#687c32758163588fef7de7b36fabe495eb1a399a" 46 + dependencies: 47 + arr-flatten "^1.0.1" 48 + array-slice "^0.2.3" 49 + 50 arr-diff@^2.0.0: 51 version "2.0.0" 52 resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf" 53 @@ -120,6 +145,10 @@ arr-flatten@^1.0.1: 54 version "1.0.1" 55 resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.0.1.tgz#e5ffe54d45e19f32f216e91eb99c8ce892bb604b" 56 57 +arr-union@^2.0.1: 58 + version "2.1.0" 59 + resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-2.1.0.tgz#20f9eab5ec70f5c7d215b1077b1c39161d292c7d" 60 + 61 arr-union@^3.1.0: 62 version "3.1.0" 63 resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" 64 @@ -132,6 +161,10 @@ array-find-index@^1.0.1: 65 version "1.0.2" 66 resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" 67 68 +array-slice@^0.2.3: 69 + version "0.2.3" 70 + resolved "https://registry.yarnpkg.com/array-slice/-/array-slice-0.2.3.tgz#dd3cfb80ed7973a75117cdac69b0b99ec86186f5" 71 + 72 array-union@^1.0.1: 73 version "1.0.2" 74 resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" 75 @@ -573,6 +606,10 @@ code-point-at@^1.0.0: 76 version "1.1.0" 77 resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" 78 79 +color-support@^1.1.3: 80 + version "1.1.3" 81 + resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" 82 + 83 colors@~1.1.2: 84 version "1.1.2" 85 resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63" 86 @@ -1073,6 +1110,12 @@ express@2.5.x: 87 mkdirp "0.3.0" 88 qs "0.4.x" 89 90 +extend-shallow@^1.1.2: 91 + version "1.1.4" 92 + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-1.1.4.tgz#19d6bf94dfc09d76ba711f39b872d21ff4dd9071" 93 + dependencies: 94 + kind-of "^1.1.0" 95 + 96 extend-shallow@^2.0.1: 97 version "2.0.1" 98 resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" 99 @@ -1108,11 +1151,13 @@ extsprintf@^1.2.0: 100 version "1.4.1" 101 resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07" 102 103 -fancy-log@^1.1.0: 104 - version "1.3.0" 105 - resolved "https://registry.yarnpkg.com/fancy-log/-/fancy-log-1.3.0.tgz#45be17d02bb9917d60ccffd4995c999e6c8c9948" 106 +fancy-log@^1.1.0, fancy-log@^1.3.2: 107 + version "1.3.3" 108 + resolved "https://registry.yarnpkg.com/fancy-log/-/fancy-log-1.3.3.tgz#dbc19154f558690150a23953a0adbd035be45fc7" 109 dependencies: 110 - chalk "^1.1.1" 111 + ansi-gray "^0.1.1" 112 + color-support "^1.1.3" 113 + parse-node-version "^1.0.0" 114 time-stamp "^1.0.0" 115 116 fast-deep-equal@^3.1.1: 117 @@ -1601,11 +1646,13 @@ gulp-imagemin@^3.1.1: 118 imagemin-svgo "^5.1.0" 119 120 gulp-plumber@^1.1.0: 121 - version "1.1.0" 122 - resolved "https://registry.yarnpkg.com/gulp-plumber/-/gulp-plumber-1.1.0.tgz#f12176c2d0422f60306c242fff6a01a394faba09" 123 + version "1.2.1" 124 + resolved "https://registry.yarnpkg.com/gulp-plumber/-/gulp-plumber-1.2.1.tgz#d38700755a300b9d372318e4ffb5ff7ced0b2c84" 125 dependencies: 126 - gulp-util "^3" 127 - through2 "^2" 128 + chalk "^1.1.3" 129 + fancy-log "^1.3.2" 130 + plugin-error "^0.1.2" 131 + through2 "^2.0.3" 132 133 gulp-rename@^1.2.0: 134 version "1.2.2" 135 @@ -1645,7 +1692,7 @@ gulp-uglify@^2.0.0: 136 uglify-save-license "^0.4.1" 137 vinyl-sourcemaps-apply "^0.2.0" 138 139 -gulp-util@^3, gulp-util@^3.0.0, gulp-util@^3.0.1: 140 +gulp-util@^3.0.0, gulp-util@^3.0.1: 141 version "3.0.8" 142 resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f" 143 dependencies: 144 @@ -2219,6 +2266,10 @@ jsprim@^1.2.2: 145 json-schema "0.4.0" 146 verror "1.10.0" 147 148 +kind-of@^1.1.0: 149 + version "1.1.0" 150 + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-1.1.0.tgz#140a3d2d41a36d2efcfa9377b62c24f8495a5c44" 151 + 152 kind-of@^3.0.2: 153 version "3.1.0" 154 resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.1.0.tgz#475d698a5e49ff5e53d14e3e732429dc8bf4cf47" 155 @@ -2837,6 +2888,10 @@ parse-json@^2.1.0, parse-json@^2.2.0: 156 dependencies: 157 error-ex "^1.2.0" 158 159 +parse-node-version@^1.0.0: 160 + version "1.0.1" 161 + resolved "https://registry.yarnpkg.com/parse-node-version/-/parse-node-version-1.0.1.tgz#e2b5dbede00e7fa9bc363607f53327e8b073189b" 162 + 163 parse-passwd@^1.0.0: 164 version "1.0.0" 165 resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" 166 @@ -2929,6 +2984,16 @@ pinkie@^2.0.0: 167 version "2.0.4" 168 resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" 169 170 +plugin-error@^0.1.2: 171 + version "0.1.2" 172 + resolved "https://registry.yarnpkg.com/plugin-error/-/plugin-error-0.1.2.tgz#3b9bb3335ccf00f425e07437e19276967da47ace" 173 + dependencies: 174 + ansi-cyan "^0.1.1" 175 + ansi-red "^0.1.1" 176 + arr-diff "^1.0.1" 177 + arr-union "^2.0.1" 178 + extend-shallow "^1.1.2" 179 + 180 plugin-error@^1.0.0, plugin-error@^1.0.1: 181 version "1.0.1" 182 resolved "https://registry.yarnpkg.com/plugin-error/-/plugin-error-1.0.1.tgz#77016bd8919d0ac377fdcdd0322328953ca5781c" 183 @@ -3066,7 +3131,7 @@ read-pkg@^1.0.0: 184 isarray "0.0.1" 185 string_decoder "~0.10.x" 186 187 -readable-stream@^2.0.0, readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@^2.0.5, readable-stream@^2.1.5, readable-stream@^2.2.2: 188 +readable-stream@^2.0.0, readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@^2.0.5, readable-stream@^2.2.2: 189 version "2.2.2" 190 resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.2.tgz#a9e6fec3c7dda85f8bb1b3ba7028604556fc825e" 191 dependencies: 192 @@ -3078,7 +3143,7 @@ readable-stream@^2.0.0, readable-stream@^2.0.2, readable-stream@^2.0.4, readable 193 string_decoder "~0.10.x" 194 util-deprecate "~1.0.1" 195 196 -readable-stream@^2.0.1, readable-stream@^2.0.6: 197 +readable-stream@^2.0.1, readable-stream@^2.0.6, readable-stream@~2.3.6: 198 version "2.3.7" 199 resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" 200 dependencies: 201 @@ -3714,11 +3779,11 @@ through2@^0.6.0, through2@^0.6.1: 202 readable-stream ">=1.0.33-1 <1.1.0-0" 203 xtend ">=4.0.0 <4.1.0-0" 204 205 -through2@^2, through2@^2.0.0, through2@^2.0.1, through2@~2.0.0: 206 - version "2.0.3" 207 - resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be" 208 +through2@^2.0.0, through2@^2.0.1, through2@^2.0.3, through2@~2.0.0: 209 + version "2.0.5" 210 + resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" 211 dependencies: 212 - readable-stream "^2.1.5" 213 + readable-stream "~2.3.6" 214 xtend "~4.0.1" 215 216 tildify@^1.0.0: