|
32 | 32 | dependencies:
|
33 | 33 | "@babel/highlight" "^7.14.5"
|
34 | 34 |
|
| 35 | +"@babel/code-frame@^7.15.8": |
| 36 | + version "7.15.8" |
| 37 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503" |
| 38 | + integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg== |
| 39 | + dependencies: |
| 40 | + "@babel/highlight" "^7.14.5" |
| 41 | + |
35 | 42 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0":
|
36 | 43 | version "7.15.0"
|
37 | 44 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
|
38 | 45 | integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
|
39 | 46 |
|
40 |
| -"@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.7.5": |
| 47 | + |
| 48 | + version "7.15.8" |
| 49 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10" |
| 50 | + integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og== |
| 51 | + dependencies: |
| 52 | + "@babel/code-frame" "^7.15.8" |
| 53 | + "@babel/generator" "^7.15.8" |
| 54 | + "@babel/helper-compilation-targets" "^7.15.4" |
| 55 | + "@babel/helper-module-transforms" "^7.15.8" |
| 56 | + "@babel/helpers" "^7.15.4" |
| 57 | + "@babel/parser" "^7.15.8" |
| 58 | + "@babel/template" "^7.15.4" |
| 59 | + "@babel/traverse" "^7.15.4" |
| 60 | + "@babel/types" "^7.15.6" |
| 61 | + convert-source-map "^1.7.0" |
| 62 | + debug "^4.1.0" |
| 63 | + gensync "^1.0.0-beta.2" |
| 64 | + json5 "^2.1.2" |
| 65 | + semver "^6.3.0" |
| 66 | + source-map "^0.5.0" |
| 67 | + |
| 68 | +"@babel/core@^7.1.0", "@babel/core@^7.7.5": |
41 | 69 | version "7.15.5"
|
42 | 70 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
|
43 | 71 | integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
|
|
67 | 95 | jsesc "^2.5.1"
|
68 | 96 | source-map "^0.5.0"
|
69 | 97 |
|
| 98 | +"@babel/generator@^7.15.8": |
| 99 | + version "7.15.8" |
| 100 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1" |
| 101 | + integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g== |
| 102 | + dependencies: |
| 103 | + "@babel/types" "^7.15.6" |
| 104 | + jsesc "^2.5.1" |
| 105 | + source-map "^0.5.0" |
| 106 | + |
70 | 107 | "@babel/helper-annotate-as-pure@^7.14.5", "@babel/helper-annotate-as-pure@^7.15.4":
|
71 | 108 | version "7.15.4"
|
72 | 109 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835"
|
|
184 | 221 | "@babel/traverse" "^7.15.4"
|
185 | 222 | "@babel/types" "^7.15.6"
|
186 | 223 |
|
| 224 | +"@babel/helper-module-transforms@^7.15.8": |
| 225 | + version "7.15.8" |
| 226 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2" |
| 227 | + integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg== |
| 228 | + dependencies: |
| 229 | + "@babel/helper-module-imports" "^7.15.4" |
| 230 | + "@babel/helper-replace-supers" "^7.15.4" |
| 231 | + "@babel/helper-simple-access" "^7.15.4" |
| 232 | + "@babel/helper-split-export-declaration" "^7.15.4" |
| 233 | + "@babel/helper-validator-identifier" "^7.15.7" |
| 234 | + "@babel/template" "^7.15.4" |
| 235 | + "@babel/traverse" "^7.15.4" |
| 236 | + "@babel/types" "^7.15.6" |
| 237 | + |
187 | 238 | "@babel/helper-optimise-call-expression@^7.15.4":
|
188 | 239 | version "7.15.4"
|
189 | 240 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171"
|
|
279 | 330 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae"
|
280 | 331 | integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==
|
281 | 332 |
|
| 333 | +"@babel/parser@^7.15.8": |
| 334 | + version "7.15.8" |
| 335 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016" |
| 336 | + integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA== |
| 337 | + |
282 | 338 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
|
283 | 339 | version "7.15.4"
|
284 | 340 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz#dbdeabb1e80f622d9f0b583efb2999605e0a567e"
|
|
295 | 351 | dependencies:
|
296 | 352 | "@babel/helper-plugin-utils" "^7.14.5"
|
297 | 353 |
|
298 |
| -"@babel/plugin-proposal-async-generator-functions@^7.15.4": |
299 |
| - version "7.15.4" |
300 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.4.tgz#f82aabe96c135d2ceaa917feb9f5fca31635277e" |
301 |
| - integrity sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw== |
| 354 | +"@babel/plugin-proposal-async-generator-functions@^7.15.8": |
| 355 | + version "7.15.8" |
| 356 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz#a3100f785fab4357987c4223ab1b02b599048403" |
| 357 | + integrity sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA== |
302 | 358 | dependencies:
|
303 | 359 | "@babel/helper-plugin-utils" "^7.14.5"
|
304 | 360 | "@babel/helper-remap-async-to-generator" "^7.15.4"
|
|
746 | 802 | dependencies:
|
747 | 803 | "@babel/helper-plugin-utils" "^7.14.5"
|
748 | 804 |
|
749 |
| -"@babel/plugin-transform-spread@^7.14.6": |
750 |
| - version "7.14.6" |
751 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144" |
752 |
| - integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag== |
| 805 | +"@babel/plugin-transform-spread@^7.15.8": |
| 806 | + version "7.15.8" |
| 807 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.15.8.tgz#79d5aa27f68d700449b2da07691dfa32d2f6d468" |
| 808 | + integrity sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ== |
753 | 809 | dependencies:
|
754 | 810 | "@babel/helper-plugin-utils" "^7.14.5"
|
755 |
| - "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" |
| 811 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.15.4" |
756 | 812 |
|
757 | 813 | "@babel/plugin-transform-sticky-regex@^7.14.5":
|
758 | 814 | version "7.14.5"
|
|
799 | 855 | "@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
800 | 856 | "@babel/helper-plugin-utils" "^7.14.5"
|
801 | 857 |
|
802 |
| - |
803 |
| - version "7.15.6" |
804 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659" |
805 |
| - integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw== |
| 858 | + |
| 859 | + version "7.15.8" |
| 860 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.8.tgz#f527ce5bcb121cd199f6b502bf23e420b3ff8dba" |
| 861 | + integrity sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA== |
806 | 862 | dependencies:
|
807 | 863 | "@babel/compat-data" "^7.15.0"
|
808 | 864 | "@babel/helper-compilation-targets" "^7.15.4"
|
809 | 865 | "@babel/helper-plugin-utils" "^7.14.5"
|
810 | 866 | "@babel/helper-validator-option" "^7.14.5"
|
811 | 867 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4"
|
812 |
| - "@babel/plugin-proposal-async-generator-functions" "^7.15.4" |
| 868 | + "@babel/plugin-proposal-async-generator-functions" "^7.15.8" |
813 | 869 | "@babel/plugin-proposal-class-properties" "^7.14.5"
|
814 | 870 | "@babel/plugin-proposal-class-static-block" "^7.15.4"
|
815 | 871 | "@babel/plugin-proposal-dynamic-import" "^7.14.5"
|
|
864 | 920 | "@babel/plugin-transform-regenerator" "^7.14.5"
|
865 | 921 | "@babel/plugin-transform-reserved-words" "^7.14.5"
|
866 | 922 | "@babel/plugin-transform-shorthand-properties" "^7.14.5"
|
867 |
| - "@babel/plugin-transform-spread" "^7.14.6" |
| 923 | + "@babel/plugin-transform-spread" "^7.15.8" |
868 | 924 | "@babel/plugin-transform-sticky-regex" "^7.14.5"
|
869 | 925 | "@babel/plugin-transform-template-literals" "^7.14.5"
|
870 | 926 | "@babel/plugin-transform-typeof-symbol" "^7.14.5"
|
|
873 | 929 | "@babel/preset-modules" "^0.1.4"
|
874 | 930 | "@babel/types" "^7.15.6"
|
875 | 931 | babel-plugin-polyfill-corejs2 "^0.2.2"
|
876 |
| - babel-plugin-polyfill-corejs3 "^0.2.2" |
| 932 | + babel-plugin-polyfill-corejs3 "^0.2.5" |
877 | 933 | babel-plugin-polyfill-regenerator "^0.2.2"
|
878 | 934 | core-js-compat "^3.16.0"
|
879 | 935 | semver "^6.3.0"
|
@@ -2085,7 +2141,7 @@ babel-plugin-polyfill-corejs2@^0.2.2:
|
2085 | 2141 | "@babel/helper-define-polyfill-provider" "^0.2.2"
|
2086 | 2142 | semver "^6.1.1"
|
2087 | 2143 |
|
2088 |
| -babel-plugin-polyfill-corejs3@^0.2.2: |
| 2144 | +babel-plugin-polyfill-corejs3@^0.2.5: |
2089 | 2145 | version "0.2.5"
|
2090 | 2146 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz#2779846a16a1652244ae268b1e906ada107faf92"
|
2091 | 2147 | integrity sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==
|
|
0 commit comments