|
14 | 14 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
|
15 | 15 | integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
|
16 | 16 |
|
| 17 | +"@babel/compat-data@^7.13.12": |
| 18 | + version "7.13.12" |
| 19 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1" |
| 20 | + integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ== |
| 21 | + |
17 | 22 | "@babel/core@^7.1.0", "@babel/core@^7.13.10", "@babel/core@^7.7.5":
|
18 | 23 | version "7.13.10"
|
19 | 24 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
|
|
258 | 263 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
|
259 | 264 | integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
|
260 | 265 |
|
261 |
| -"@babel/parser@^7.13.11": |
262 |
| - version "7.13.11" |
263 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.11.tgz#f93ebfc99d21c1772afbbaa153f47e7ce2f50b88" |
264 |
| - integrity sha512-PhuoqeHoO9fc4ffMEVk4qb/w/s2iOSWohvbHxLtxui0eBg3Lg5gN1U8wp1V1u61hOWkPQJJyJzGH6Y+grwkq8Q== |
| 266 | +"@babel/parser@^7.13.12": |
| 267 | + version "7.13.12" |
| 268 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.12.tgz#ba320059420774394d3b0c0233ba40e4250b81d1" |
| 269 | + integrity sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw== |
| 270 | + |
| 271 | +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12": |
| 272 | + version "7.13.12" |
| 273 | + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a" |
| 274 | + integrity sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ== |
| 275 | + dependencies: |
| 276 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 277 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" |
| 278 | + "@babel/plugin-proposal-optional-chaining" "^7.13.12" |
265 | 279 |
|
266 | 280 | "@babel/plugin-proposal-async-generator-functions@^7.13.8":
|
267 | 281 | version "7.13.8"
|
|
356 | 370 | "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
|
357 | 371 | "@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
358 | 372 |
|
359 |
| -"@babel/plugin-proposal-optional-chaining@^7.13.8": |
360 |
| - version "7.13.8" |
361 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.8.tgz#e39df93efe7e7e621841babc197982e140e90756" |
362 |
| - integrity sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ== |
363 |
| - dependencies: |
364 |
| - "@babel/helper-plugin-utils" "^7.13.0" |
365 |
| - "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" |
366 |
| - "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
367 |
| - |
368 | 373 | "@babel/plugin-proposal-private-methods@^7.13.0":
|
369 | 374 | version "7.13.0"
|
370 | 375 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.13.0.tgz#04bd4c6d40f6e6bbfa2f57e2d8094bad900ef787"
|
|
746 | 751 | "@babel/helper-create-regexp-features-plugin" "^7.12.13"
|
747 | 752 | "@babel/helper-plugin-utils" "^7.12.13"
|
748 | 753 |
|
749 |
| -"@babel/preset-env@^7.13.10": |
750 |
| - version "7.13.10" |
751 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252" |
752 |
| - integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ== |
| 754 | +"@babel/preset-env@^7.13.12": |
| 755 | + version "7.13.12" |
| 756 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.12.tgz#6dff470478290582ac282fb77780eadf32480237" |
| 757 | + integrity sha512-JzElc6jk3Ko6zuZgBtjOd01pf9yYDEIH8BcqVuYIuOkzOwDesoa/Nz4gIo4lBG6K861KTV9TvIgmFuT6ytOaAA== |
753 | 758 | dependencies:
|
754 |
| - "@babel/compat-data" "^7.13.8" |
| 759 | + "@babel/compat-data" "^7.13.12" |
755 | 760 | "@babel/helper-compilation-targets" "^7.13.10"
|
756 | 761 | "@babel/helper-plugin-utils" "^7.13.0"
|
757 | 762 | "@babel/helper-validator-option" "^7.12.17"
|
| 763 | + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12" |
758 | 764 | "@babel/plugin-proposal-async-generator-functions" "^7.13.8"
|
759 | 765 | "@babel/plugin-proposal-class-properties" "^7.13.0"
|
760 | 766 | "@babel/plugin-proposal-dynamic-import" "^7.13.8"
|
|
765 | 771 | "@babel/plugin-proposal-numeric-separator" "^7.12.13"
|
766 | 772 | "@babel/plugin-proposal-object-rest-spread" "^7.13.8"
|
767 | 773 | "@babel/plugin-proposal-optional-catch-binding" "^7.13.8"
|
768 |
| - "@babel/plugin-proposal-optional-chaining" "^7.13.8" |
| 774 | + "@babel/plugin-proposal-optional-chaining" "^7.13.12" |
769 | 775 | "@babel/plugin-proposal-private-methods" "^7.13.0"
|
770 | 776 | "@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
|
771 | 777 | "@babel/plugin-syntax-async-generators" "^7.8.4"
|
|
813 | 819 | "@babel/plugin-transform-unicode-escapes" "^7.12.13"
|
814 | 820 | "@babel/plugin-transform-unicode-regex" "^7.12.13"
|
815 | 821 | "@babel/preset-modules" "^0.1.4"
|
816 |
| - "@babel/types" "^7.13.0" |
| 822 | + "@babel/types" "^7.13.12" |
817 | 823 | babel-plugin-polyfill-corejs2 "^0.1.4"
|
818 | 824 | babel-plugin-polyfill-corejs3 "^0.1.3"
|
819 | 825 | babel-plugin-polyfill-regenerator "^0.1.2"
|
|
871 | 877 | lodash "^4.17.19"
|
872 | 878 | to-fast-properties "^2.0.0"
|
873 | 879 |
|
| 880 | +"@babel/types@^7.13.12": |
| 881 | + version "7.13.12" |
| 882 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.12.tgz#edbf99208ef48852acdff1c8a681a1e4ade580cd" |
| 883 | + integrity sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA== |
| 884 | + dependencies: |
| 885 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 886 | + lodash "^4.17.19" |
| 887 | + to-fast-properties "^2.0.0" |
| 888 | + |
874 | 889 | "@bcoe/v8-coverage@^0.2.3":
|
875 | 890 | version "0.2.3"
|
876 | 891 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments