|
30 | 30 | chalk "^2.0.0" |
31 | 31 | js-tokens "^4.0.0" |
32 | 32 |
|
| 33 | +"@eslint-community/eslint-utils@^4.2.0": |
| 34 | + version "4.4.0" |
| 35 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" |
| 36 | + integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== |
| 37 | + dependencies: |
| 38 | + eslint-visitor-keys "^3.3.0" |
| 39 | + |
| 40 | +"@eslint-community/regexpp@^4.4.0": |
| 41 | + version "4.5.1" |
| 42 | + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884" |
| 43 | + integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ== |
| 44 | + |
33 | 45 | "@eslint/eslintrc@^0.4.2": |
34 | 46 | version "0.4.2" |
35 | 47 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179" |
|
125 | 137 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818" |
126 | 138 | integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg== |
127 | 139 |
|
| 140 | +"@types/json-schema@^7.0.9": |
| 141 | + version "7.0.12" |
| 142 | + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb" |
| 143 | + integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA== |
| 144 | + |
128 | 145 | "@types/node@^14.14.32": |
129 | 146 | version "14.17.5" |
130 | 147 | resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.5.tgz#b59daf6a7ffa461b5648456ca59050ba8e40ed54" |
|
135 | 152 | resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" |
136 | 153 | integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== |
137 | 154 |
|
138 | | -"@typescript-eslint/eslint-plugin@4.33.0": |
139 | | - version "4.33.0" |
140 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276" |
141 | | - integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg== |
142 | | - dependencies: |
143 | | - "@typescript-eslint/experimental-utils" "4.33.0" |
144 | | - "@typescript-eslint/scope-manager" "4.33.0" |
145 | | - debug "^4.3.1" |
146 | | - functional-red-black-tree "^1.0.1" |
147 | | - ignore "^5.1.8" |
148 | | - regexpp "^3.1.0" |
149 | | - semver "^7.3.5" |
| 155 | +"@types/semver@^7.3.12": |
| 156 | + version "7.5.0" |
| 157 | + resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a" |
| 158 | + integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw== |
| 159 | + |
| 160 | +"@typescript-eslint/eslint-plugin@5.60.0": |
| 161 | + version "5.60.0" |
| 162 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.0.tgz#2f4bea6a3718bed2ba52905358d0f45cd3620d31" |
| 163 | + integrity sha512-78B+anHLF1TI8Jn/cD0Q00TBYdMgjdOn980JfAVa9yw5sop8nyTfVOQAv6LWywkOGLclDBtv5z3oxN4w7jxyNg== |
| 164 | + dependencies: |
| 165 | + "@eslint-community/regexpp" "^4.4.0" |
| 166 | + "@typescript-eslint/scope-manager" "5.60.0" |
| 167 | + "@typescript-eslint/type-utils" "5.60.0" |
| 168 | + "@typescript-eslint/utils" "5.60.0" |
| 169 | + debug "^4.3.4" |
| 170 | + grapheme-splitter "^1.0.4" |
| 171 | + ignore "^5.2.0" |
| 172 | + natural-compare-lite "^1.4.0" |
| 173 | + semver "^7.3.7" |
150 | 174 | tsutils "^3.21.0" |
151 | 175 |
|
152 | | -"@typescript-eslint/experimental-utils@4.33.0": |
153 | | - version "4.33.0" |
154 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd" |
155 | | - integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q== |
156 | | - dependencies: |
157 | | - "@types/json-schema" "^7.0.7" |
158 | | - "@typescript-eslint/scope-manager" "4.33.0" |
159 | | - "@typescript-eslint/types" "4.33.0" |
160 | | - "@typescript-eslint/typescript-estree" "4.33.0" |
161 | | - eslint-scope "^5.1.1" |
162 | | - eslint-utils "^3.0.0" |
163 | | - |
164 | 176 | "@typescript-eslint/experimental-utils@^4.16.1": |
165 | 177 | version "4.28.2" |
166 | 178 | resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.2.tgz#4ebdec06a10888e9326e1d51d81ad52a361bd0b0" |
|
173 | 185 | eslint-scope "^5.1.1" |
174 | 186 | eslint-utils "^3.0.0" |
175 | 187 |
|
176 | | -"@typescript-eslint/parser@4.33.0": |
177 | | - version "4.33.0" |
178 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899" |
179 | | - integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA== |
| 188 | +"@typescript-eslint/parser@5.60.0": |
| 189 | + version "5.60.0" |
| 190 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.0.tgz#08f4daf5fc6548784513524f4f2f359cebb4068a" |
| 191 | + integrity sha512-jBONcBsDJ9UoTWrARkRRCgDz6wUggmH5RpQVlt7BimSwaTkTjwypGzKORXbR4/2Hqjk9hgwlon2rVQAjWNpkyQ== |
180 | 192 | dependencies: |
181 | | - "@typescript-eslint/scope-manager" "4.33.0" |
182 | | - "@typescript-eslint/types" "4.33.0" |
183 | | - "@typescript-eslint/typescript-estree" "4.33.0" |
184 | | - debug "^4.3.1" |
| 193 | + "@typescript-eslint/scope-manager" "5.60.0" |
| 194 | + "@typescript-eslint/types" "5.60.0" |
| 195 | + "@typescript-eslint/typescript-estree" "5.60.0" |
| 196 | + debug "^4.3.4" |
185 | 197 |
|
186 | 198 | "@typescript-eslint/scope-manager@4.28.2": |
187 | 199 | version "4.28.2" |
|
191 | 203 | "@typescript-eslint/types" "4.28.2" |
192 | 204 | "@typescript-eslint/visitor-keys" "4.28.2" |
193 | 205 |
|
194 | | -"@typescript-eslint/scope-manager@4.33.0": |
195 | | - version "4.33.0" |
196 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3" |
197 | | - integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ== |
| 206 | +"@typescript-eslint/scope-manager@5.60.0": |
| 207 | + version "5.60.0" |
| 208 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.0.tgz#ae511967b4bd84f1d5e179bb2c82857334941c1c" |
| 209 | + integrity sha512-hakuzcxPwXi2ihf9WQu1BbRj1e/Pd8ZZwVTG9kfbxAMZstKz8/9OoexIwnmLzShtsdap5U/CoQGRCWlSuPbYxQ== |
| 210 | + dependencies: |
| 211 | + "@typescript-eslint/types" "5.60.0" |
| 212 | + "@typescript-eslint/visitor-keys" "5.60.0" |
| 213 | + |
| 214 | +"@typescript-eslint/type-utils@5.60.0": |
| 215 | + version "5.60.0" |
| 216 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.60.0.tgz#69b09087eb12d7513d5b07747e7d47f5533aa228" |
| 217 | + integrity sha512-X7NsRQddORMYRFH7FWo6sA9Y/zbJ8s1x1RIAtnlj6YprbToTiQnM6vxcMu7iYhdunmoC0rUWlca13D5DVHkK2g== |
198 | 218 | dependencies: |
199 | | - "@typescript-eslint/types" "4.33.0" |
200 | | - "@typescript-eslint/visitor-keys" "4.33.0" |
| 219 | + "@typescript-eslint/typescript-estree" "5.60.0" |
| 220 | + "@typescript-eslint/utils" "5.60.0" |
| 221 | + debug "^4.3.4" |
| 222 | + tsutils "^3.21.0" |
201 | 223 |
|
202 | 224 | "@typescript-eslint/types@4.28.2": |
203 | 225 | version "4.28.2" |
204 | 226 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.2.tgz#e6b9e234e0e9a66c4d25bab881661e91478223b5" |
205 | 227 | integrity sha512-Gr15fuQVd93uD9zzxbApz3wf7ua3yk4ZujABZlZhaxxKY8ojo448u7XTm/+ETpy0V0dlMtj6t4VdDvdc0JmUhA== |
206 | 228 |
|
207 | | -"@typescript-eslint/types@4.33.0": |
208 | | - version "4.33.0" |
209 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72" |
210 | | - integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ== |
| 229 | +"@typescript-eslint/types@5.60.0": |
| 230 | + version "5.60.0" |
| 231 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.0.tgz#3179962b28b4790de70e2344465ec97582ce2558" |
| 232 | + integrity sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA== |
211 | 233 |
|
212 | 234 | "@typescript-eslint/typescript-estree@4.28.2": |
213 | 235 | version "4.28.2" |
|
222 | 244 | semver "^7.3.5" |
223 | 245 | tsutils "^3.21.0" |
224 | 246 |
|
225 | | -"@typescript-eslint/typescript-estree@4.33.0": |
226 | | - version "4.33.0" |
227 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609" |
228 | | - integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA== |
229 | | - dependencies: |
230 | | - "@typescript-eslint/types" "4.33.0" |
231 | | - "@typescript-eslint/visitor-keys" "4.33.0" |
232 | | - debug "^4.3.1" |
233 | | - globby "^11.0.3" |
234 | | - is-glob "^4.0.1" |
235 | | - semver "^7.3.5" |
| 247 | +"@typescript-eslint/typescript-estree@5.60.0": |
| 248 | + version "5.60.0" |
| 249 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.0.tgz#4ddf1a81d32a850de66642d9b3ad1e3254fb1600" |
| 250 | + integrity sha512-R43thAuwarC99SnvrBmh26tc7F6sPa2B3evkXp/8q954kYL6Ro56AwASYWtEEi+4j09GbiNAHqYwNNZuNlARGQ== |
| 251 | + dependencies: |
| 252 | + "@typescript-eslint/types" "5.60.0" |
| 253 | + "@typescript-eslint/visitor-keys" "5.60.0" |
| 254 | + debug "^4.3.4" |
| 255 | + globby "^11.1.0" |
| 256 | + is-glob "^4.0.3" |
| 257 | + semver "^7.3.7" |
236 | 258 | tsutils "^3.21.0" |
237 | 259 |
|
| 260 | +"@typescript-eslint/utils@5.60.0": |
| 261 | + version "5.60.0" |
| 262 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.60.0.tgz#4667c5aece82f9d4f24a667602f0f300864b554c" |
| 263 | + integrity sha512-ba51uMqDtfLQ5+xHtwlO84vkdjrqNzOnqrnwbMHMRY8Tqeme8C2Q8Fc7LajfGR+e3/4LoYiWXUM6BpIIbHJ4hQ== |
| 264 | + dependencies: |
| 265 | + "@eslint-community/eslint-utils" "^4.2.0" |
| 266 | + "@types/json-schema" "^7.0.9" |
| 267 | + "@types/semver" "^7.3.12" |
| 268 | + "@typescript-eslint/scope-manager" "5.60.0" |
| 269 | + "@typescript-eslint/types" "5.60.0" |
| 270 | + "@typescript-eslint/typescript-estree" "5.60.0" |
| 271 | + eslint-scope "^5.1.1" |
| 272 | + semver "^7.3.7" |
| 273 | + |
238 | 274 | "@typescript-eslint/visitor-keys@4.28.2": |
239 | 275 | version "4.28.2" |
240 | 276 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.2.tgz#bf56a400857bb68b59b311e6d0a5fbef5c3b5130" |
|
243 | 279 | "@typescript-eslint/types" "4.28.2" |
244 | 280 | eslint-visitor-keys "^2.0.0" |
245 | 281 |
|
246 | | -"@typescript-eslint/visitor-keys@4.33.0": |
247 | | - version "4.33.0" |
248 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd" |
249 | | - integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg== |
| 282 | +"@typescript-eslint/visitor-keys@5.60.0": |
| 283 | + version "5.60.0" |
| 284 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.0.tgz#b48b29da3f5f31dd1656281727004589d2722a66" |
| 285 | + integrity sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw== |
250 | 286 | dependencies: |
251 | | - "@typescript-eslint/types" "4.33.0" |
252 | | - eslint-visitor-keys "^2.0.0" |
| 287 | + "@typescript-eslint/types" "5.60.0" |
| 288 | + eslint-visitor-keys "^3.3.0" |
253 | 289 |
|
254 | 290 | acorn-jsx@^5.3.1: |
255 | 291 | version "5.3.2" |
@@ -484,6 +520,13 @@ debug@^4.0.1, debug@^4.1.1, debug@^4.3.1: |
484 | 520 | dependencies: |
485 | 521 | ms "2.1.2" |
486 | 522 |
|
| 523 | +debug@^4.3.4: |
| 524 | + version "4.3.4" |
| 525 | + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" |
| 526 | + integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== |
| 527 | + dependencies: |
| 528 | + ms "2.1.2" |
| 529 | + |
487 | 530 | deep-is@^0.1.3: |
488 | 531 | version "0.1.3" |
489 | 532 | resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" |
@@ -595,6 +638,11 @@ eslint-visitor-keys@^2.0.0: |
595 | 638 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" |
596 | 639 | integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== |
597 | 640 |
|
| 641 | +eslint-visitor-keys@^3.3.0: |
| 642 | + version "3.4.1" |
| 643 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994" |
| 644 | + integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA== |
| 645 | + |
598 | 646 | eslint@7.30.0: |
599 | 647 | version "7.30.0" |
600 | 648 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8" |
@@ -720,6 +768,17 @@ fast-glob@^3.1.1: |
720 | 768 | merge2 "^1.3.0" |
721 | 769 | micromatch "^4.0.4" |
722 | 770 |
|
| 771 | +fast-glob@^3.2.9: |
| 772 | + version "3.2.12" |
| 773 | + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80" |
| 774 | + integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w== |
| 775 | + dependencies: |
| 776 | + "@nodelib/fs.stat" "^2.0.2" |
| 777 | + "@nodelib/fs.walk" "^1.2.3" |
| 778 | + glob-parent "^5.1.2" |
| 779 | + merge2 "^1.3.0" |
| 780 | + micromatch "^4.0.4" |
| 781 | + |
723 | 782 | fast-json-stable-stringify@^2.0.0: |
724 | 783 | version "2.1.0" |
725 | 784 | resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" |
@@ -846,11 +905,28 @@ globby@^11.0.3: |
846 | 905 | merge2 "^1.3.0" |
847 | 906 | slash "^3.0.0" |
848 | 907 |
|
| 908 | +globby@^11.1.0: |
| 909 | + version "11.1.0" |
| 910 | + resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" |
| 911 | + integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== |
| 912 | + dependencies: |
| 913 | + array-union "^2.1.0" |
| 914 | + dir-glob "^3.0.1" |
| 915 | + fast-glob "^3.2.9" |
| 916 | + ignore "^5.2.0" |
| 917 | + merge2 "^1.4.1" |
| 918 | + slash "^3.0.0" |
| 919 | + |
849 | 920 | graceful-fs@^4.1.15, graceful-fs@^4.1.6, graceful-fs@^4.2.0: |
850 | 921 | version "4.2.6" |
851 | 922 | resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee" |
852 | 923 | integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== |
853 | 924 |
|
| 925 | +grapheme-splitter@^1.0.4: |
| 926 | + version "1.0.4" |
| 927 | + resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e" |
| 928 | + integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ== |
| 929 | + |
854 | 930 | has-flag@^3.0.0: |
855 | 931 | version "3.0.0" |
856 | 932 | resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" |
@@ -883,11 +959,16 @@ ignore@^4.0.6: |
883 | 959 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" |
884 | 960 | integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== |
885 | 961 |
|
886 | | -ignore@^5.1.4, ignore@^5.1.8: |
| 962 | +ignore@^5.1.4: |
887 | 963 | version "5.1.8" |
888 | 964 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57" |
889 | 965 | integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== |
890 | 966 |
|
| 967 | +ignore@^5.2.0: |
| 968 | + version "5.2.4" |
| 969 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" |
| 970 | + integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== |
| 971 | + |
891 | 972 | import-fresh@^3.0.0, import-fresh@^3.2.1: |
892 | 973 | version "3.3.0" |
893 | 974 | resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" |
@@ -950,6 +1031,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1: |
950 | 1031 | dependencies: |
951 | 1032 | is-extglob "^2.1.1" |
952 | 1033 |
|
| 1034 | +is-glob@^4.0.3: |
| 1035 | + version "4.0.3" |
| 1036 | + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" |
| 1037 | + integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== |
| 1038 | + dependencies: |
| 1039 | + is-extglob "^2.1.1" |
| 1040 | + |
953 | 1041 | is-number@^7.0.0: |
954 | 1042 | version "7.0.0" |
955 | 1043 | resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" |
@@ -1084,7 +1172,7 @@ merge-stream@^2.0.0: |
1084 | 1172 | resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" |
1085 | 1173 | integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== |
1086 | 1174 |
|
1087 | | -merge2@^1.3.0: |
| 1175 | +merge2@^1.3.0, merge2@^1.4.1: |
1088 | 1176 | version "1.4.1" |
1089 | 1177 | resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" |
1090 | 1178 | integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== |
@@ -1126,6 +1214,11 @@ ms@2.1.2: |
1126 | 1214 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" |
1127 | 1215 | integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== |
1128 | 1216 |
|
| 1217 | +natural-compare-lite@^1.4.0: |
| 1218 | + version "1.4.0" |
| 1219 | + resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4" |
| 1220 | + integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g== |
| 1221 | + |
1129 | 1222 | natural-compare@^1.4.0: |
1130 | 1223 | version "1.4.0" |
1131 | 1224 | resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" |
@@ -1385,6 +1478,13 @@ semver@^7.2.1, semver@^7.3.5: |
1385 | 1478 | dependencies: |
1386 | 1479 | lru-cache "^6.0.0" |
1387 | 1480 |
|
| 1481 | +semver@^7.3.7: |
| 1482 | + version "7.5.2" |
| 1483 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.2.tgz#5b851e66d1be07c1cdaf37dfc856f543325a2beb" |
| 1484 | + integrity sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ== |
| 1485 | + dependencies: |
| 1486 | + lru-cache "^6.0.0" |
| 1487 | + |
1388 | 1488 | shebang-command@^2.0.0: |
1389 | 1489 | version "2.0.0" |
1390 | 1490 | resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" |
|
0 commit comments