|
25 | 25 | dependencies:
|
26 | 26 | "@babel/highlight" "^7.10.4"
|
27 | 27 |
|
28 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5": |
29 |
| - version "7.14.5" |
30 |
| - resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz" |
31 |
| - integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw== |
| 28 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.15.8": |
| 29 | + version "7.15.8" |
| 30 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503" |
| 31 | + integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg== |
32 | 32 | dependencies:
|
33 | 33 | "@babel/highlight" "^7.14.5"
|
34 | 34 |
|
|
37 | 37 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz"
|
38 | 38 | integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
|
39 | 39 |
|
40 |
| -"@babel/core@^7.1.0", "@babel/core@^7.15.5", "@babel/core@^7.7.5": |
41 |
| - version "7.15.5" |
42 |
| - resolved "https://registry.npmjs.org/@babel/core/-/core-7.15.5.tgz" |
43 |
| - integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg== |
| 40 | +"@babel/core@^7.1.0", "@babel/core@^7.15.8", "@babel/core@^7.7.5": |
| 41 | + version "7.15.8" |
| 42 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10" |
| 43 | + integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og== |
44 | 44 | dependencies:
|
45 |
| - "@babel/code-frame" "^7.14.5" |
46 |
| - "@babel/generator" "^7.15.4" |
| 45 | + "@babel/code-frame" "^7.15.8" |
| 46 | + "@babel/generator" "^7.15.8" |
47 | 47 | "@babel/helper-compilation-targets" "^7.15.4"
|
48 |
| - "@babel/helper-module-transforms" "^7.15.4" |
| 48 | + "@babel/helper-module-transforms" "^7.15.8" |
49 | 49 | "@babel/helpers" "^7.15.4"
|
50 |
| - "@babel/parser" "^7.15.5" |
| 50 | + "@babel/parser" "^7.15.8" |
51 | 51 | "@babel/template" "^7.15.4"
|
52 | 52 | "@babel/traverse" "^7.15.4"
|
53 |
| - "@babel/types" "^7.15.4" |
| 53 | + "@babel/types" "^7.15.6" |
54 | 54 | convert-source-map "^1.7.0"
|
55 | 55 | debug "^4.1.0"
|
56 | 56 | gensync "^1.0.0-beta.2"
|
57 | 57 | json5 "^2.1.2"
|
58 | 58 | semver "^6.3.0"
|
59 | 59 | source-map "^0.5.0"
|
60 | 60 |
|
61 |
| -"@babel/generator@^7.15.4": |
62 |
| - version "7.15.4" |
63 |
| - resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.15.4.tgz" |
64 |
| - integrity sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw== |
| 61 | +"@babel/generator@^7.15.4", "@babel/generator@^7.15.8": |
| 62 | + version "7.15.8" |
| 63 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1" |
| 64 | + integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g== |
65 | 65 | dependencies:
|
66 |
| - "@babel/types" "^7.15.4" |
| 66 | + "@babel/types" "^7.15.6" |
67 | 67 | jsesc "^2.5.1"
|
68 | 68 | source-map "^0.5.0"
|
69 | 69 |
|
|
226 | 226 | dependencies:
|
227 | 227 | "@babel/types" "^7.15.4"
|
228 | 228 |
|
229 |
| -"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4": |
230 |
| - version "7.15.4" |
231 |
| - resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.4.tgz" |
232 |
| - integrity sha512-9fHHSGE9zTC++KuXLZcB5FKgvlV83Ox+NLUmQTawovwlJ85+QMhk1CnVk406CQVj97LaWod6KVjl2Sfgw9Aktw== |
| 229 | +"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4", "@babel/helper-module-transforms@^7.15.8": |
| 230 | + version "7.15.8" |
| 231 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2" |
| 232 | + integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg== |
233 | 233 | dependencies:
|
234 | 234 | "@babel/helper-module-imports" "^7.15.4"
|
235 | 235 | "@babel/helper-replace-supers" "^7.15.4"
|
236 | 236 | "@babel/helper-simple-access" "^7.15.4"
|
237 | 237 | "@babel/helper-split-export-declaration" "^7.15.4"
|
238 |
| - "@babel/helper-validator-identifier" "^7.14.9" |
| 238 | + "@babel/helper-validator-identifier" "^7.15.7" |
239 | 239 | "@babel/template" "^7.15.4"
|
240 | 240 | "@babel/traverse" "^7.15.4"
|
241 |
| - "@babel/types" "^7.15.4" |
| 241 | + "@babel/types" "^7.15.6" |
242 | 242 |
|
243 | 243 | "@babel/helper-optimise-call-expression@^7.14.5":
|
244 | 244 | version "7.14.5"
|
|
347 | 347 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz"
|
348 | 348 | integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
|
349 | 349 |
|
| 350 | +"@babel/helper-validator-identifier@^7.15.7": |
| 351 | + version "7.15.7" |
| 352 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389" |
| 353 | + integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w== |
| 354 | + |
350 | 355 | "@babel/helper-validator-option@^7.14.5":
|
351 | 356 | version "7.14.5"
|
352 | 357 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz"
|
|
399 | 404 | chalk "^2.0.0"
|
400 | 405 | js-tokens "^4.0.0"
|
401 | 406 |
|
402 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.15.4", "@babel/parser@^7.15.5", "@babel/parser@^7.7.0": |
403 |
| - version "7.15.7" |
404 |
| - resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.15.7.tgz" |
405 |
| - integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g== |
| 407 | +"@babel/parser@^7.1.0", "@babel/parser@^7.15.4", "@babel/parser@^7.15.8", "@babel/parser@^7.7.0": |
| 408 | + version "7.15.8" |
| 409 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016" |
| 410 | + integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA== |
406 | 411 |
|
407 | 412 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
|
408 | 413 | version "7.15.4"
|
|
0 commit comments