|
35 | 35 | semver "^5.5.0"
|
36 | 36 |
|
37 | 37 | "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
|
38 |
| - version "7.8.7" |
39 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.7.tgz#b69017d221ccdeb203145ae9da269d72cf102f3b" |
40 |
| - integrity sha512-rBlqF3Yko9cynC5CCFy6+K/w2N+Sq/ff2BPy+Krp7rHlABIr5epbA7OxVeKoMHB39LZOp1UY5SuLjy6uWi35yA== |
| 38 | + version "7.9.0" |
| 39 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" |
| 40 | + integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w== |
41 | 41 | dependencies:
|
42 | 42 | "@babel/code-frame" "^7.8.3"
|
43 |
| - "@babel/generator" "^7.8.7" |
44 |
| - "@babel/helpers" "^7.8.4" |
45 |
| - "@babel/parser" "^7.8.7" |
| 43 | + "@babel/generator" "^7.9.0" |
| 44 | + "@babel/helper-module-transforms" "^7.9.0" |
| 45 | + "@babel/helpers" "^7.9.0" |
| 46 | + "@babel/parser" "^7.9.0" |
46 | 47 | "@babel/template" "^7.8.6"
|
47 |
| - "@babel/traverse" "^7.8.6" |
48 |
| - "@babel/types" "^7.8.7" |
| 48 | + "@babel/traverse" "^7.9.0" |
| 49 | + "@babel/types" "^7.9.0" |
49 | 50 | convert-source-map "^1.7.0"
|
50 | 51 | debug "^4.1.0"
|
51 | 52 | gensync "^1.0.0-beta.1"
|
52 |
| - json5 "^2.1.0" |
| 53 | + json5 "^2.1.2" |
53 | 54 | lodash "^4.17.13"
|
54 | 55 | resolve "^1.3.2"
|
55 | 56 | semver "^5.4.1"
|
56 | 57 | source-map "^0.5.0"
|
57 | 58 |
|
58 |
| -"@babel/generator@^7.8.6", "@babel/generator@^7.8.7": |
59 |
| - version "7.8.7" |
60 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.7.tgz#870b3cf7984f5297998152af625c4f3e341400f7" |
61 |
| - integrity sha512-DQwjiKJqH4C3qGiyQCAExJHoZssn49JTMJgZ8SANGgVFdkupcUhLOdkAeoC6kmHZCPfoDG5M0b6cFlSN5wW7Ew== |
| 59 | +"@babel/generator@^7.9.0": |
| 60 | + version "7.9.3" |
| 61 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.3.tgz#7c8b2956c6f68b3ab732bd16305916fbba521d94" |
| 62 | + integrity sha512-RpxM252EYsz9qLUIq6F7YJyK1sv0wWDBFuztfDGWaQKzHjqDHysxSiRUpA/X9jmfqo+WzkAVKFaUily5h+gDCQ== |
62 | 63 | dependencies:
|
63 |
| - "@babel/types" "^7.8.7" |
| 64 | + "@babel/types" "^7.9.0" |
64 | 65 | jsesc "^2.5.1"
|
65 | 66 | lodash "^4.17.13"
|
66 | 67 | source-map "^0.5.0"
|
|
162 | 163 | dependencies:
|
163 | 164 | "@babel/types" "^7.8.3"
|
164 | 165 |
|
165 |
| -"@babel/helper-module-transforms@^7.8.3": |
166 |
| - version "7.8.3" |
167 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.8.3.tgz#d305e35d02bee720fbc2c3c3623aa0c316c01590" |
168 |
| - integrity sha512-C7NG6B7vfBa/pwCOshpMbOYUmrYQDfCpVL/JCRu0ek8B5p8kue1+BCXpg2vOYs7w5ACB9GTOBYQ5U6NwrMg+3Q== |
| 166 | +"@babel/helper-module-transforms@^7.8.3", "@babel/helper-module-transforms@^7.9.0": |
| 167 | + version "7.9.0" |
| 168 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5" |
| 169 | + integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA== |
169 | 170 | dependencies:
|
170 | 171 | "@babel/helper-module-imports" "^7.8.3"
|
| 172 | + "@babel/helper-replace-supers" "^7.8.6" |
171 | 173 | "@babel/helper-simple-access" "^7.8.3"
|
172 | 174 | "@babel/helper-split-export-declaration" "^7.8.3"
|
173 |
| - "@babel/template" "^7.8.3" |
174 |
| - "@babel/types" "^7.8.3" |
| 175 | + "@babel/template" "^7.8.6" |
| 176 | + "@babel/types" "^7.9.0" |
175 | 177 | lodash "^4.17.13"
|
176 | 178 |
|
177 | 179 | "@babel/helper-optimise-call-expression@^7.8.3":
|
|
239 | 241 | dependencies:
|
240 | 242 | "@babel/types" "^7.8.3"
|
241 | 243 |
|
| 244 | +"@babel/helper-validator-identifier@^7.9.0": |
| 245 | + version "7.9.0" |
| 246 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed" |
| 247 | + integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw== |
| 248 | + |
242 | 249 | "@babel/helper-wrap-function@^7.8.3":
|
243 | 250 | version "7.8.3"
|
244 | 251 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610"
|
|
249 | 256 | "@babel/traverse" "^7.8.3"
|
250 | 257 | "@babel/types" "^7.8.3"
|
251 | 258 |
|
252 |
| -"@babel/helpers@^7.8.4": |
253 |
| - version "7.8.4" |
254 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.4.tgz#754eb3ee727c165e0a240d6c207de7c455f36f73" |
255 |
| - integrity sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w== |
| 259 | +"@babel/helpers@^7.9.0": |
| 260 | + version "7.9.2" |
| 261 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.2.tgz#b42a81a811f1e7313b88cba8adc66b3d9ae6c09f" |
| 262 | + integrity sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA== |
256 | 263 | dependencies:
|
257 | 264 | "@babel/template" "^7.8.3"
|
258 |
| - "@babel/traverse" "^7.8.4" |
259 |
| - "@babel/types" "^7.8.3" |
| 265 | + "@babel/traverse" "^7.9.0" |
| 266 | + "@babel/types" "^7.9.0" |
260 | 267 |
|
261 | 268 | "@babel/highlight@^7.8.3":
|
262 | 269 | version "7.8.3"
|
|
281 | 288 | resolve "^1.13.1"
|
282 | 289 | v8flags "^3.1.1"
|
283 | 290 |
|
284 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.8.7": |
285 |
| - version "7.8.7" |
286 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.7.tgz#7b8facf95d25fef9534aad51c4ffecde1a61e26a" |
287 |
| - integrity sha512-9JWls8WilDXFGxs0phaXAZgpxTZhSk/yOYH2hTHC0X1yC7Z78IJfvR1vJ+rmJKq3I35td2XzXzN6ZLYlna+r/A== |
| 291 | +"@babel/parser@^7.1.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0": |
| 292 | + version "7.9.3" |
| 293 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.3.tgz#043a5fc2ad8b7ea9facddc4e802a1f0f25da7255" |
| 294 | + integrity sha512-E6SpIDJZ0cZAKoCNk+qSDd0ChfTnpiJN9FfNf3RZ20dzwA2vL2oq5IX1XTVT+4vDmRlta2nGk5HGMMskJAR+4A== |
288 | 295 |
|
289 | 296 | "@babel/plugin-proposal-async-generator-functions@^7.8.3":
|
290 | 297 | version "7.8.3"
|
|
749 | 756 | "@babel/parser" "^7.8.6"
|
750 | 757 | "@babel/types" "^7.8.6"
|
751 | 758 |
|
752 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4", "@babel/traverse@^7.8.6": |
753 |
| - version "7.8.6" |
754 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff" |
755 |
| - integrity sha512-2B8l0db/DPi8iinITKuo7cbPznLCEk0kCxDoB9/N6gGNg/gxOXiR/IcymAFPiBwk5w6TtQ27w4wpElgp9btR9A== |
| 759 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0": |
| 760 | + version "7.9.0" |
| 761 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892" |
| 762 | + integrity sha512-jAZQj0+kn4WTHO5dUZkZKhbFrqZE7K5LAQ5JysMnmvGij+wOdr+8lWqPeW0BcF4wFwrEXXtdGO7wcV6YPJcf3w== |
756 | 763 | dependencies:
|
757 | 764 | "@babel/code-frame" "^7.8.3"
|
758 |
| - "@babel/generator" "^7.8.6" |
| 765 | + "@babel/generator" "^7.9.0" |
759 | 766 | "@babel/helper-function-name" "^7.8.3"
|
760 | 767 | "@babel/helper-split-export-declaration" "^7.8.3"
|
761 |
| - "@babel/parser" "^7.8.6" |
762 |
| - "@babel/types" "^7.8.6" |
| 768 | + "@babel/parser" "^7.9.0" |
| 769 | + "@babel/types" "^7.9.0" |
763 | 770 | debug "^4.1.0"
|
764 | 771 | globals "^11.1.0"
|
765 | 772 | lodash "^4.17.13"
|
766 | 773 |
|
767 |
| -"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7": |
768 |
| - version "7.8.7" |
769 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d" |
770 |
| - integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw== |
| 774 | +"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7", "@babel/types@^7.9.0": |
| 775 | + version "7.9.0" |
| 776 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5" |
| 777 | + integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng== |
771 | 778 | dependencies:
|
772 |
| - esutils "^2.0.2" |
| 779 | + "@babel/helper-validator-identifier" "^7.9.0" |
773 | 780 | lodash "^4.17.13"
|
774 | 781 | to-fast-properties "^2.0.0"
|
775 | 782 |
|
@@ -3330,12 +3337,12 @@ json-stringify-safe@~5.0.1:
|
3330 | 3337 | resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
|
3331 | 3338 | integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
|
3332 | 3339 |
|
3333 |
| -json5@^2.1.0: |
3334 |
| - version "2.1.0" |
3335 |
| - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" |
3336 |
| - integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ== |
| 3340 | +json5@^2.1.2: |
| 3341 | + version "2.1.2" |
| 3342 | + resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.2.tgz#43ef1f0af9835dd624751a6b7fa48874fb2d608e" |
| 3343 | + integrity sha512-MoUOQ4WdiN3yxhm7NEVJSJrieAo5hNSLQ5sj05OTRHPL9HOBy8u4Bu88jsC1jvqAdN+E1bJmsUcZH+1HQxliqQ== |
3337 | 3344 | dependencies:
|
3338 |
| - minimist "^1.2.0" |
| 3345 | + minimist "^1.2.5" |
3339 | 3346 |
|
3340 | 3347 | jsonfile@^6.0.1:
|
3341 | 3348 | version "6.0.1"
|
@@ -3549,6 +3556,11 @@ minimist@^1.1.1, minimist@^1.2.0:
|
3549 | 3556 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
|
3550 | 3557 | integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
|
3551 | 3558 |
|
| 3559 | +minimist@^1.2.5: |
| 3560 | + version "1.2.5" |
| 3561 | + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" |
| 3562 | + integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== |
| 3563 | + |
3552 | 3564 | minipass@^2.2.1, minipass@^2.3.5:
|
3553 | 3565 | version "2.3.5"
|
3554 | 3566 | resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.3.5.tgz#cacebe492022497f656b0f0f51e2682a9ed2d848"
|
|
0 commit comments