|
25 | 25 | dependencies: |
26 | 26 | "@babel/highlight" "^7.10.4" |
27 | 27 |
|
28 | | -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3": |
29 | | - version "7.14.5" |
30 | | - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb" |
31 | | - integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw== |
| 28 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.15.8", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3": |
| 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 |
|
|
59 | 59 | semver "^5.4.1" |
60 | 60 | source-map "^0.5.0" |
61 | 61 |
|
62 | | -"@babel/core@7.15.5", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.10", "@babel/core@^7.7.5": |
63 | | - version "7.15.5" |
64 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9" |
65 | | - integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg== |
| 62 | +"@babel/core@7.15.8", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.10", "@babel/core@^7.7.5": |
| 63 | + version "7.15.8" |
| 64 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10" |
| 65 | + integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og== |
66 | 66 | dependencies: |
67 | | - "@babel/code-frame" "^7.14.5" |
68 | | - "@babel/generator" "^7.15.4" |
| 67 | + "@babel/code-frame" "^7.15.8" |
| 68 | + "@babel/generator" "^7.15.8" |
69 | 69 | "@babel/helper-compilation-targets" "^7.15.4" |
70 | | - "@babel/helper-module-transforms" "^7.15.4" |
| 70 | + "@babel/helper-module-transforms" "^7.15.8" |
71 | 71 | "@babel/helpers" "^7.15.4" |
72 | | - "@babel/parser" "^7.15.5" |
| 72 | + "@babel/parser" "^7.15.8" |
73 | 73 | "@babel/template" "^7.15.4" |
74 | 74 | "@babel/traverse" "^7.15.4" |
75 | | - "@babel/types" "^7.15.4" |
| 75 | + "@babel/types" "^7.15.6" |
76 | 76 | convert-source-map "^1.7.0" |
77 | 77 | debug "^4.1.0" |
78 | 78 | gensync "^1.0.0-beta.2" |
|
89 | 89 | eslint-visitor-keys "^2.1.0" |
90 | 90 | semver "^6.3.0" |
91 | 91 |
|
92 | | -"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.15.4", "@babel/generator@^7.4.0": |
93 | | - version "7.15.4" |
94 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.4.tgz#85acb159a267ca6324f9793986991ee2022a05b0" |
95 | | - integrity sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw== |
| 92 | +"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.15.4", "@babel/generator@^7.15.8", "@babel/generator@^7.4.0": |
| 93 | + version "7.15.8" |
| 94 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1" |
| 95 | + integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g== |
96 | 96 | dependencies: |
97 | | - "@babel/types" "^7.15.4" |
| 97 | + "@babel/types" "^7.15.6" |
98 | 98 | jsesc "^2.5.1" |
99 | 99 | source-map "^0.5.0" |
100 | 100 |
|
|
215 | 215 | dependencies: |
216 | 216 | "@babel/types" "^7.15.4" |
217 | 217 |
|
218 | | -"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.15.4": |
219 | | - version "7.15.4" |
220 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.4.tgz#962cc629a7f7f9a082dd62d0307fa75fe8788d7c" |
221 | | - integrity sha512-9fHHSGE9zTC++KuXLZcB5FKgvlV83Ox+NLUmQTawovwlJ85+QMhk1CnVk406CQVj97LaWod6KVjl2Sfgw9Aktw== |
| 218 | +"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.15.8": |
| 219 | + version "7.15.8" |
| 220 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2" |
| 221 | + integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg== |
222 | 222 | dependencies: |
223 | 223 | "@babel/helper-module-imports" "^7.15.4" |
224 | 224 | "@babel/helper-replace-supers" "^7.15.4" |
225 | 225 | "@babel/helper-simple-access" "^7.15.4" |
226 | 226 | "@babel/helper-split-export-declaration" "^7.15.4" |
227 | | - "@babel/helper-validator-identifier" "^7.14.9" |
| 227 | + "@babel/helper-validator-identifier" "^7.15.7" |
228 | 228 | "@babel/template" "^7.15.4" |
229 | 229 | "@babel/traverse" "^7.15.4" |
230 | | - "@babel/types" "^7.15.4" |
| 230 | + "@babel/types" "^7.15.6" |
231 | 231 |
|
232 | 232 | "@babel/helper-optimise-call-expression@^7.12.13", "@babel/helper-optimise-call-expression@^7.15.4": |
233 | 233 | version "7.15.4" |
|
286 | 286 | dependencies: |
287 | 287 | "@babel/types" "^7.15.4" |
288 | 288 |
|
289 | | -"@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9": |
290 | | - version "7.14.9" |
291 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" |
292 | | - integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g== |
| 289 | +"@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7": |
| 290 | + version "7.15.7" |
| 291 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389" |
| 292 | + integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w== |
293 | 293 |
|
294 | 294 | "@babel/helper-validator-option@^7.12.17", "@babel/helper-validator-option@^7.14.5": |
295 | 295 | version "7.14.5" |
|
324 | 324 | chalk "^2.0.0" |
325 | 325 | js-tokens "^4.0.0" |
326 | 326 |
|
327 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.15.4", "@babel/parser@^7.15.5", "@babel/parser@^7.4.3": |
328 | | - version "7.15.5" |
329 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.5.tgz#d33a58ca69facc05b26adfe4abebfed56c1c2dac" |
330 | | - integrity sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg== |
| 327 | +"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.15.4", "@babel/parser@^7.15.8", "@babel/parser@^7.4.3": |
| 328 | + version "7.15.8" |
| 329 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016" |
| 330 | + integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA== |
331 | 331 |
|
332 | 332 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12": |
333 | 333 | version "7.13.12" |
|
1113 | 1113 | debug "^4.1.0" |
1114 | 1114 | globals "^11.1.0" |
1115 | 1115 |
|
1116 | | -"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.12.1", "@babel/types@^7.12.11", "@babel/types@^7.12.13", "@babel/types@^7.12.7", "@babel/types@^7.13.0", "@babel/types@^7.14.1", "@babel/types@^7.14.5", "@babel/types@^7.15.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4": |
1117 | | - version "7.15.4" |
1118 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.4.tgz#74eeb86dbd6748d2741396557b9860e57fce0a0d" |
1119 | | - integrity sha512-0f1HJFuGmmbrKTCZtbm3cU+b/AqdEYk5toj5iQur58xkVMlS0JWaKxTBSmCXd47uiN7vbcozAupm6Mvs80GNhw== |
| 1116 | +"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.12.1", "@babel/types@^7.12.11", "@babel/types@^7.12.13", "@babel/types@^7.12.7", "@babel/types@^7.13.0", "@babel/types@^7.14.1", "@babel/types@^7.14.5", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4": |
| 1117 | + version "7.15.6" |
| 1118 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f" |
| 1119 | + integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig== |
1120 | 1120 | dependencies: |
1121 | 1121 | "@babel/helper-validator-identifier" "^7.14.9" |
1122 | 1122 | to-fast-properties "^2.0.0" |
|
0 commit comments