|
334 | 334 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
335 | 335 | integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== |
336 | 336 |
|
| 337 | +"@babel/helper-validator-identifier@^7.12.11": |
| 338 | + version "7.12.11" |
| 339 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
| 340 | + integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
| 341 | + |
337 | 342 | "@babel/helper-validator-option@^7.12.1": |
338 | 343 | version "7.12.1" |
339 | 344 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9" |
340 | 345 | integrity sha512-YpJabsXlJVWP0USHjnC/AQDTLlZERbON577YUVO/wLpqyj6HAtVYnWaQaN0iUN+1/tWn3c+uKKXjRut5115Y2A== |
341 | 346 |
|
| 347 | +"@babel/helper-validator-option@^7.12.11": |
| 348 | + version "7.12.11" |
| 349 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f" |
| 350 | + integrity sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw== |
| 351 | + |
342 | 352 | "@babel/helper-wrap-function@^7.10.4": |
343 | 353 | version "7.12.3" |
344 | 354 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz#3332339fc4d1fbbf1c27d7958c27d34708e990d9" |
|
596 | 606 | dependencies: |
597 | 607 | "@babel/helper-plugin-utils" "^7.10.4" |
598 | 608 |
|
599 | | -"@babel/plugin-transform-block-scoping@^7.12.1": |
600 | | - version "7.12.1" |
601 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.1.tgz#f0ee727874b42a208a48a586b84c3d222c2bbef1" |
602 | | - integrity sha512-zJyAC9sZdE60r1nVQHblcfCj29Dh2Y0DOvlMkcqSo0ckqjiCwNiUezUKw+RjOCwGfpLRwnAeQ2XlLpsnGkvv9w== |
| 609 | +"@babel/plugin-transform-block-scoping@^7.12.11": |
| 610 | + version "7.12.11" |
| 611 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.11.tgz#83ae92a104dbb93a7d6c6dd1844f351083c46b4f" |
| 612 | + integrity sha512-atR1Rxc3hM+VPg/NvNvfYw0npQEAcHuJ+MGZnFn6h3bo+1U3BWXMdFMlvVRApBTWKQMX7SOwRJZA5FBF/JQbvA== |
603 | 613 | dependencies: |
604 | 614 | "@babel/helper-plugin-utils" "^7.10.4" |
605 | 615 |
|
|
830 | 840 | core-js "^2.6.5" |
831 | 841 | regenerator-runtime "^0.13.4" |
832 | 842 |
|
833 | | -"@babel/preset-env@7.12.10": |
834 | | - version "7.12.10" |
835 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.10.tgz#ca981b95f641f2610531bd71948656306905e6ab" |
836 | | - integrity sha512-Gz9hnBT/tGeTE2DBNDkD7BiWRELZt+8lSysHuDwmYXUIvtwZl0zI+D6mZgXZX0u8YBlLS4tmai9ONNY9tjRgRA== |
| 843 | +"@babel/preset-env@7.12.11": |
| 844 | + version "7.12.11" |
| 845 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.11.tgz#55d5f7981487365c93dbbc84507b1c7215e857f9" |
| 846 | + integrity sha512-j8Tb+KKIXKYlDBQyIOy4BLxzv1NUOwlHfZ74rvW+Z0Gp4/cI2IMDPBWAgWceGcE7aep9oL/0K9mlzlMGxA8yNw== |
837 | 847 | dependencies: |
838 | 848 | "@babel/compat-data" "^7.12.7" |
839 | 849 | "@babel/helper-compilation-targets" "^7.12.5" |
840 | 850 | "@babel/helper-module-imports" "^7.12.5" |
841 | 851 | "@babel/helper-plugin-utils" "^7.10.4" |
842 | | - "@babel/helper-validator-option" "^7.12.1" |
| 852 | + "@babel/helper-validator-option" "^7.12.11" |
843 | 853 | "@babel/plugin-proposal-async-generator-functions" "^7.12.1" |
844 | 854 | "@babel/plugin-proposal-class-properties" "^7.12.1" |
845 | 855 | "@babel/plugin-proposal-dynamic-import" "^7.12.1" |
|
868 | 878 | "@babel/plugin-transform-arrow-functions" "^7.12.1" |
869 | 879 | "@babel/plugin-transform-async-to-generator" "^7.12.1" |
870 | 880 | "@babel/plugin-transform-block-scoped-functions" "^7.12.1" |
871 | | - "@babel/plugin-transform-block-scoping" "^7.12.1" |
| 881 | + "@babel/plugin-transform-block-scoping" "^7.12.11" |
872 | 882 | "@babel/plugin-transform-classes" "^7.12.1" |
873 | 883 | "@babel/plugin-transform-computed-properties" "^7.12.1" |
874 | 884 | "@babel/plugin-transform-destructuring" "^7.12.1" |
|
898 | 908 | "@babel/plugin-transform-unicode-escapes" "^7.12.1" |
899 | 909 | "@babel/plugin-transform-unicode-regex" "^7.12.1" |
900 | 910 | "@babel/preset-modules" "^0.1.3" |
901 | | - "@babel/types" "^7.12.10" |
| 911 | + "@babel/types" "^7.12.11" |
902 | 912 | core-js-compat "^3.8.0" |
903 | 913 | semver "^5.5.0" |
904 | 914 |
|
|
997 | 1007 | lodash "^4.17.19" |
998 | 1008 | to-fast-properties "^2.0.0" |
999 | 1009 |
|
| 1010 | +"@babel/types@^7.12.11": |
| 1011 | + version "7.12.11" |
| 1012 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.11.tgz#a86e4d71e30a9b6ee102590446c98662589283ce" |
| 1013 | + integrity sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA== |
| 1014 | + dependencies: |
| 1015 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 1016 | + lodash "^4.17.19" |
| 1017 | + to-fast-properties "^2.0.0" |
| 1018 | + |
1000 | 1019 | "@babel/types@^7.12.7": |
1001 | 1020 | version "7.12.7" |
1002 | 1021 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13" |
|
0 commit comments