|
38 | 38 | dependencies:
|
39 | 39 | "@babel/highlight" "^7.14.5"
|
40 | 40 |
|
| 41 | +"@babel/code-frame@^7.15.8": |
| 42 | + version "7.15.8" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503" |
| 44 | + integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg== |
| 45 | + dependencies: |
| 46 | + "@babel/highlight" "^7.14.5" |
| 47 | + |
41 | 48 | "@babel/code-frame@^7.8.3":
|
42 | 49 | version "7.8.3"
|
43 | 50 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
|
|
55 | 62 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
|
56 | 63 | integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
|
57 | 64 |
|
58 |
| -"@babel/[email protected].5", "@babel/core@^7.7.2", "@babel/core@^7.7.5": |
59 |
| - version "7.15.5" |
60 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9" |
61 |
| - integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg== |
| 65 | + |
| 66 | + version "7.15.8" |
| 67 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10" |
| 68 | + integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og== |
62 | 69 | dependencies:
|
63 |
| - "@babel/code-frame" "^7.14.5" |
64 |
| - "@babel/generator" "^7.15.4" |
| 70 | + "@babel/code-frame" "^7.15.8" |
| 71 | + "@babel/generator" "^7.15.8" |
65 | 72 | "@babel/helper-compilation-targets" "^7.15.4"
|
66 |
| - "@babel/helper-module-transforms" "^7.15.4" |
| 73 | + "@babel/helper-module-transforms" "^7.15.8" |
67 | 74 | "@babel/helpers" "^7.15.4"
|
68 |
| - "@babel/parser" "^7.15.5" |
| 75 | + "@babel/parser" "^7.15.8" |
69 | 76 | "@babel/template" "^7.15.4"
|
70 | 77 | "@babel/traverse" "^7.15.4"
|
71 |
| - "@babel/types" "^7.15.4" |
| 78 | + "@babel/types" "^7.15.6" |
72 | 79 | convert-source-map "^1.7.0"
|
73 | 80 | debug "^4.1.0"
|
74 | 81 | gensync "^1.0.0-beta.2"
|
|
96 | 103 | semver "^5.4.1"
|
97 | 104 | source-map "^0.5.0"
|
98 | 105 |
|
| 106 | +"@babel/core@^7.7.2", "@babel/core@^7.7.5": |
| 107 | + version "7.15.5" |
| 108 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9" |
| 109 | + integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg== |
| 110 | + dependencies: |
| 111 | + "@babel/code-frame" "^7.14.5" |
| 112 | + "@babel/generator" "^7.15.4" |
| 113 | + "@babel/helper-compilation-targets" "^7.15.4" |
| 114 | + "@babel/helper-module-transforms" "^7.15.4" |
| 115 | + "@babel/helpers" "^7.15.4" |
| 116 | + "@babel/parser" "^7.15.5" |
| 117 | + "@babel/template" "^7.15.4" |
| 118 | + "@babel/traverse" "^7.15.4" |
| 119 | + "@babel/types" "^7.15.4" |
| 120 | + convert-source-map "^1.7.0" |
| 121 | + debug "^4.1.0" |
| 122 | + gensync "^1.0.0-beta.2" |
| 123 | + json5 "^2.1.2" |
| 124 | + semver "^6.3.0" |
| 125 | + source-map "^0.5.0" |
| 126 | + |
99 | 127 | "@babel/generator@^7.0.0":
|
100 | 128 | version "7.1.2"
|
101 | 129 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.2.tgz#fde75c072575ce7abbd97322e8fef5bae67e4630"
|
|
124 | 152 | jsesc "^2.5.1"
|
125 | 153 | source-map "^0.5.0"
|
126 | 154 |
|
| 155 | +"@babel/generator@^7.15.8": |
| 156 | + version "7.15.8" |
| 157 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1" |
| 158 | + integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g== |
| 159 | + dependencies: |
| 160 | + "@babel/types" "^7.15.6" |
| 161 | + jsesc "^2.5.1" |
| 162 | + source-map "^0.5.0" |
| 163 | + |
127 | 164 | "@babel/generator@^7.2.2":
|
128 | 165 | version "7.3.0"
|
129 | 166 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.3.0.tgz#f663838cd7b542366de3aa608a657b8ccb2a99eb"
|
|
347 | 384 | "@babel/traverse" "^7.15.4"
|
348 | 385 | "@babel/types" "^7.15.6"
|
349 | 386 |
|
| 387 | +"@babel/helper-module-transforms@^7.15.8": |
| 388 | + version "7.15.8" |
| 389 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2" |
| 390 | + integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg== |
| 391 | + dependencies: |
| 392 | + "@babel/helper-module-imports" "^7.15.4" |
| 393 | + "@babel/helper-replace-supers" "^7.15.4" |
| 394 | + "@babel/helper-simple-access" "^7.15.4" |
| 395 | + "@babel/helper-split-export-declaration" "^7.15.4" |
| 396 | + "@babel/helper-validator-identifier" "^7.15.7" |
| 397 | + "@babel/template" "^7.15.4" |
| 398 | + "@babel/traverse" "^7.15.4" |
| 399 | + "@babel/types" "^7.15.6" |
| 400 | + |
350 | 401 | "@babel/helper-optimise-call-expression@^7.15.4":
|
351 | 402 | version "7.15.4"
|
352 | 403 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171"
|
|
557 | 608 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae"
|
558 | 609 | integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==
|
559 | 610 |
|
| 611 | +"@babel/parser@^7.15.8": |
| 612 | + version "7.15.8" |
| 613 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016" |
| 614 | + integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA== |
| 615 | + |
560 | 616 | "@babel/parser@^7.2.2", "@babel/parser@^7.2.3":
|
561 | 617 | version "7.3.1"
|
562 | 618 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.3.1.tgz#8f4ffd45f779e6132780835ffa7a215fa0b2d181"
|
|
575 | 631 | "@babel/helper-skip-transparent-expression-wrappers" "^7.15.4"
|
576 | 632 | "@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
577 | 633 |
|
578 |
| -"@babel/plugin-proposal-async-generator-functions@^7.15.4": |
579 |
| - version "7.15.4" |
580 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.4.tgz#f82aabe96c135d2ceaa917feb9f5fca31635277e" |
581 |
| - integrity sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw== |
| 634 | +"@babel/plugin-proposal-async-generator-functions@^7.15.8": |
| 635 | + version "7.15.8" |
| 636 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz#a3100f785fab4357987c4223ab1b02b599048403" |
| 637 | + integrity sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA== |
582 | 638 | dependencies:
|
583 | 639 | "@babel/helper-plugin-utils" "^7.14.5"
|
584 | 640 | "@babel/helper-remap-async-to-generator" "^7.15.4"
|
|
1104 | 1160 | dependencies:
|
1105 | 1161 | "@babel/helper-plugin-utils" "^7.14.5"
|
1106 | 1162 |
|
1107 |
| -"@babel/plugin-transform-spread@^7.14.6": |
1108 |
| - version "7.14.6" |
1109 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144" |
1110 |
| - integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag== |
| 1163 | +"@babel/plugin-transform-spread@^7.15.8": |
| 1164 | + version "7.15.8" |
| 1165 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.15.8.tgz#79d5aa27f68d700449b2da07691dfa32d2f6d468" |
| 1166 | + integrity sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ== |
1111 | 1167 | dependencies:
|
1112 | 1168 | "@babel/helper-plugin-utils" "^7.14.5"
|
1113 |
| - "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" |
| 1169 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.15.4" |
1114 | 1170 |
|
1115 | 1171 | "@babel/plugin-transform-sticky-regex@^7.14.5":
|
1116 | 1172 | version "7.14.5"
|
|
1148 | 1204 | "@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
1149 | 1205 | "@babel/helper-plugin-utils" "^7.14.5"
|
1150 | 1206 |
|
1151 |
| - |
1152 |
| - version "7.15.6" |
1153 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659" |
1154 |
| - integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw== |
| 1207 | + |
| 1208 | + version "7.15.8" |
| 1209 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.8.tgz#f527ce5bcb121cd199f6b502bf23e420b3ff8dba" |
| 1210 | + integrity sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA== |
1155 | 1211 | dependencies:
|
1156 | 1212 | "@babel/compat-data" "^7.15.0"
|
1157 | 1213 | "@babel/helper-compilation-targets" "^7.15.4"
|
1158 | 1214 | "@babel/helper-plugin-utils" "^7.14.5"
|
1159 | 1215 | "@babel/helper-validator-option" "^7.14.5"
|
1160 | 1216 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4"
|
1161 |
| - "@babel/plugin-proposal-async-generator-functions" "^7.15.4" |
| 1217 | + "@babel/plugin-proposal-async-generator-functions" "^7.15.8" |
1162 | 1218 | "@babel/plugin-proposal-class-properties" "^7.14.5"
|
1163 | 1219 | "@babel/plugin-proposal-class-static-block" "^7.15.4"
|
1164 | 1220 | "@babel/plugin-proposal-dynamic-import" "^7.14.5"
|
|
1213 | 1269 | "@babel/plugin-transform-regenerator" "^7.14.5"
|
1214 | 1270 | "@babel/plugin-transform-reserved-words" "^7.14.5"
|
1215 | 1271 | "@babel/plugin-transform-shorthand-properties" "^7.14.5"
|
1216 |
| - "@babel/plugin-transform-spread" "^7.14.6" |
| 1272 | + "@babel/plugin-transform-spread" "^7.15.8" |
1217 | 1273 | "@babel/plugin-transform-sticky-regex" "^7.14.5"
|
1218 | 1274 | "@babel/plugin-transform-template-literals" "^7.14.5"
|
1219 | 1275 | "@babel/plugin-transform-typeof-symbol" "^7.14.5"
|
|
1222 | 1278 | "@babel/preset-modules" "^0.1.4"
|
1223 | 1279 | "@babel/types" "^7.15.6"
|
1224 | 1280 | babel-plugin-polyfill-corejs2 "^0.2.2"
|
1225 |
| - babel-plugin-polyfill-corejs3 "^0.2.2" |
| 1281 | + babel-plugin-polyfill-corejs3 "^0.2.5" |
1226 | 1282 | babel-plugin-polyfill-regenerator "^0.2.2"
|
1227 | 1283 | core-js-compat "^3.16.0"
|
1228 | 1284 | semver "^6.3.0"
|
@@ -2640,7 +2696,7 @@ babel-plugin-polyfill-corejs2@^0.2.2:
|
2640 | 2696 | "@babel/helper-define-polyfill-provider" "^0.2.2"
|
2641 | 2697 | semver "^6.1.1"
|
2642 | 2698 |
|
2643 |
| -babel-plugin-polyfill-corejs3@^0.2.2: |
| 2699 | +babel-plugin-polyfill-corejs3@^0.2.5: |
2644 | 2700 | version "0.2.5"
|
2645 | 2701 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz#2779846a16a1652244ae268b1e906ada107faf92"
|
2646 | 2702 | integrity sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==
|
|
0 commit comments