|
23 | 23 | dependencies: |
24 | 24 | "@babel/highlight" "^7.14.5" |
25 | 25 |
|
| 26 | +"@babel/code-frame@^7.15.8": |
| 27 | + version "7.15.8" |
| 28 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503" |
| 29 | + integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg== |
| 30 | + dependencies: |
| 31 | + "@babel/highlight" "^7.14.5" |
| 32 | + |
26 | 33 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.4": |
27 | 34 | version "7.14.4" |
28 | 35 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58" |
|
33 | 40 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" |
34 | 41 | integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== |
35 | 42 |
|
36 | | -"@babel/core@7.15.5": |
37 | | - version "7.15.5" |
38 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9" |
39 | | - integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg== |
| 43 | +"@babel/core@7.15.8": |
| 44 | + version "7.15.8" |
| 45 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10" |
| 46 | + integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og== |
40 | 47 | dependencies: |
41 | | - "@babel/code-frame" "^7.14.5" |
42 | | - "@babel/generator" "^7.15.4" |
| 48 | + "@babel/code-frame" "^7.15.8" |
| 49 | + "@babel/generator" "^7.15.8" |
43 | 50 | "@babel/helper-compilation-targets" "^7.15.4" |
44 | | - "@babel/helper-module-transforms" "^7.15.4" |
| 51 | + "@babel/helper-module-transforms" "^7.15.8" |
45 | 52 | "@babel/helpers" "^7.15.4" |
46 | | - "@babel/parser" "^7.15.5" |
| 53 | + "@babel/parser" "^7.15.8" |
47 | 54 | "@babel/template" "^7.15.4" |
48 | 55 | "@babel/traverse" "^7.15.4" |
49 | | - "@babel/types" "^7.15.4" |
| 56 | + "@babel/types" "^7.15.6" |
50 | 57 | convert-source-map "^1.7.0" |
51 | 58 | debug "^4.1.0" |
52 | 59 | gensync "^1.0.0-beta.2" |
|
102 | 109 | jsesc "^2.5.1" |
103 | 110 | source-map "^0.5.0" |
104 | 111 |
|
| 112 | +"@babel/generator@^7.15.8": |
| 113 | + version "7.15.8" |
| 114 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1" |
| 115 | + integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g== |
| 116 | + dependencies: |
| 117 | + "@babel/types" "^7.15.6" |
| 118 | + jsesc "^2.5.1" |
| 119 | + source-map "^0.5.0" |
| 120 | + |
105 | 121 | "@babel/helper-annotate-as-pure@^7.12.13": |
106 | 122 | version "7.12.13" |
107 | 123 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab" |
|
366 | 382 | "@babel/traverse" "^7.15.4" |
367 | 383 | "@babel/types" "^7.15.4" |
368 | 384 |
|
| 385 | +"@babel/helper-module-transforms@^7.15.8": |
| 386 | + version "7.15.8" |
| 387 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2" |
| 388 | + integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg== |
| 389 | + dependencies: |
| 390 | + "@babel/helper-module-imports" "^7.15.4" |
| 391 | + "@babel/helper-replace-supers" "^7.15.4" |
| 392 | + "@babel/helper-simple-access" "^7.15.4" |
| 393 | + "@babel/helper-split-export-declaration" "^7.15.4" |
| 394 | + "@babel/helper-validator-identifier" "^7.15.7" |
| 395 | + "@babel/template" "^7.15.4" |
| 396 | + "@babel/traverse" "^7.15.4" |
| 397 | + "@babel/types" "^7.15.6" |
| 398 | + |
369 | 399 | "@babel/helper-optimise-call-expression@^7.12.13": |
370 | 400 | version "7.12.13" |
371 | 401 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" |
|
516 | 546 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" |
517 | 547 | integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g== |
518 | 548 |
|
| 549 | +"@babel/helper-validator-identifier@^7.15.7": |
| 550 | + version "7.15.7" |
| 551 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389" |
| 552 | + integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w== |
| 553 | + |
519 | 554 | "@babel/helper-validator-option@^7.12.17": |
520 | 555 | version "7.12.17" |
521 | 556 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" |
|
597 | 632 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.4.tgz#02f2931b822512d3aad17d475ae83da74a255a84" |
598 | 633 | integrity sha512-xmzz+7fRpjrvDUj+GV7zfz/R3gSK2cOxGlazaXooxspCr539cbTXJKvBJzSVI2pPhcRGquoOtaIkKCsHQUiO3w== |
599 | 634 |
|
600 | | -"@babel/parser@^7.15.5": |
601 | | - version "7.15.5" |
602 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.5.tgz#d33a58ca69facc05b26adfe4abebfed56c1c2dac" |
603 | | - integrity sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg== |
| 635 | +"@babel/parser@^7.15.8": |
| 636 | + version "7.15.8" |
| 637 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016" |
| 638 | + integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA== |
604 | 639 |
|
605 | 640 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4": |
606 | 641 | version "7.15.4" |
|
611 | 646 | "@babel/helper-skip-transparent-expression-wrappers" "^7.15.4" |
612 | 647 | "@babel/plugin-proposal-optional-chaining" "^7.14.5" |
613 | 648 |
|
614 | | -"@babel/plugin-proposal-async-generator-functions@^7.15.4": |
615 | | - version "7.15.4" |
616 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.4.tgz#f82aabe96c135d2ceaa917feb9f5fca31635277e" |
617 | | - integrity sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw== |
| 649 | +"@babel/plugin-proposal-async-generator-functions@^7.15.8": |
| 650 | + version "7.15.8" |
| 651 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz#a3100f785fab4357987c4223ab1b02b599048403" |
| 652 | + integrity sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA== |
618 | 653 | dependencies: |
619 | 654 | "@babel/helper-plugin-utils" "^7.14.5" |
620 | 655 | "@babel/helper-remap-async-to-generator" "^7.15.4" |
|
637 | 672 | "@babel/helper-plugin-utils" "^7.14.5" |
638 | 673 | "@babel/plugin-syntax-class-static-block" "^7.14.5" |
639 | 674 |
|
640 | | -"@babel/plugin-proposal-decorators@7.15.4": |
641 | | - version "7.15.4" |
642 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.15.4.tgz#fb55442bc83ab4d45dda76b91949706bf22881d2" |
643 | | - integrity sha512-WNER+YLs7avvRukEddhu5PSfSaMMimX2xBFgLQS7Bw16yrUxJGWidO9nQp+yLy9MVybg5Ba3BlhAw+BkdhpDmg== |
| 675 | +"@babel/plugin-proposal-decorators@7.15.8": |
| 676 | + version "7.15.8" |
| 677 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.15.8.tgz#eb2969abf8993f15289f09fed762bb1df1521bd5" |
| 678 | + integrity sha512-5n8+xGK7YDrXF+WAORg3P7LlCCdiaAyKLZi22eP2BwTy4kJ0kFUMMDCj4nQ8YrKyNZgjhU/9eRVqONnjB3us8g== |
644 | 679 | dependencies: |
645 | 680 | "@babel/helper-create-class-features-plugin" "^7.15.4" |
646 | 681 | "@babel/helper-plugin-utils" "^7.14.5" |
|
1166 | 1201 | dependencies: |
1167 | 1202 | "@babel/helper-plugin-utils" "^7.14.5" |
1168 | 1203 |
|
1169 | | -"@babel/plugin-transform-runtime@7.15.0": |
1170 | | - version "7.15.0" |
1171 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.0.tgz#d3aa650d11678ca76ce294071fda53d7804183b3" |
1172 | | - integrity sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw== |
| 1204 | +"@babel/plugin-transform-runtime@7.15.8": |
| 1205 | + version "7.15.8" |
| 1206 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.8.tgz#9d15b1e94e1c7f6344f65a8d573597d93c6cd886" |
| 1207 | + integrity sha512-+6zsde91jMzzvkzuEA3k63zCw+tm/GvuuabkpisgbDMTPQsIMHllE3XczJFFtEHLjjhKQFZmGQVRdELetlWpVw== |
1173 | 1208 | dependencies: |
1174 | | - "@babel/helper-module-imports" "^7.14.5" |
| 1209 | + "@babel/helper-module-imports" "^7.15.4" |
1175 | 1210 | "@babel/helper-plugin-utils" "^7.14.5" |
1176 | 1211 | babel-plugin-polyfill-corejs2 "^0.2.2" |
1177 | | - babel-plugin-polyfill-corejs3 "^0.2.2" |
| 1212 | + babel-plugin-polyfill-corejs3 "^0.2.5" |
1178 | 1213 | babel-plugin-polyfill-regenerator "^0.2.2" |
1179 | 1214 | semver "^6.3.0" |
1180 | 1215 |
|
|
1185 | 1220 | dependencies: |
1186 | 1221 | "@babel/helper-plugin-utils" "^7.14.5" |
1187 | 1222 |
|
1188 | | -"@babel/plugin-transform-spread@^7.14.6": |
1189 | | - version "7.14.6" |
1190 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144" |
1191 | | - integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag== |
| 1223 | +"@babel/plugin-transform-spread@^7.15.8": |
| 1224 | + version "7.15.8" |
| 1225 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.15.8.tgz#79d5aa27f68d700449b2da07691dfa32d2f6d468" |
| 1226 | + integrity sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ== |
1192 | 1227 | dependencies: |
1193 | 1228 | "@babel/helper-plugin-utils" "^7.14.5" |
1194 | | - "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" |
| 1229 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.15.4" |
1195 | 1230 |
|
1196 | 1231 | "@babel/plugin-transform-sticky-regex@^7.14.5": |
1197 | 1232 | version "7.14.5" |
|
1229 | 1264 | "@babel/helper-create-regexp-features-plugin" "^7.14.5" |
1230 | 1265 | "@babel/helper-plugin-utils" "^7.14.5" |
1231 | 1266 |
|
1232 | | -"@babel/preset-env@7.15.6": |
1233 | | - version "7.15.6" |
1234 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659" |
1235 | | - integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw== |
| 1267 | +"@babel/preset-env@7.15.8": |
| 1268 | + version "7.15.8" |
| 1269 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.8.tgz#f527ce5bcb121cd199f6b502bf23e420b3ff8dba" |
| 1270 | + integrity sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA== |
1236 | 1271 | dependencies: |
1237 | 1272 | "@babel/compat-data" "^7.15.0" |
1238 | 1273 | "@babel/helper-compilation-targets" "^7.15.4" |
1239 | 1274 | "@babel/helper-plugin-utils" "^7.14.5" |
1240 | 1275 | "@babel/helper-validator-option" "^7.14.5" |
1241 | 1276 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4" |
1242 | | - "@babel/plugin-proposal-async-generator-functions" "^7.15.4" |
| 1277 | + "@babel/plugin-proposal-async-generator-functions" "^7.15.8" |
1243 | 1278 | "@babel/plugin-proposal-class-properties" "^7.14.5" |
1244 | 1279 | "@babel/plugin-proposal-class-static-block" "^7.15.4" |
1245 | 1280 | "@babel/plugin-proposal-dynamic-import" "^7.14.5" |
|
1294 | 1329 | "@babel/plugin-transform-regenerator" "^7.14.5" |
1295 | 1330 | "@babel/plugin-transform-reserved-words" "^7.14.5" |
1296 | 1331 | "@babel/plugin-transform-shorthand-properties" "^7.14.5" |
1297 | | - "@babel/plugin-transform-spread" "^7.14.6" |
| 1332 | + "@babel/plugin-transform-spread" "^7.15.8" |
1298 | 1333 | "@babel/plugin-transform-sticky-regex" "^7.14.5" |
1299 | 1334 | "@babel/plugin-transform-template-literals" "^7.14.5" |
1300 | 1335 | "@babel/plugin-transform-typeof-symbol" "^7.14.5" |
|
1303 | 1338 | "@babel/preset-modules" "^0.1.4" |
1304 | 1339 | "@babel/types" "^7.15.6" |
1305 | 1340 | babel-plugin-polyfill-corejs2 "^0.2.2" |
1306 | | - babel-plugin-polyfill-corejs3 "^0.2.2" |
| 1341 | + babel-plugin-polyfill-corejs3 "^0.2.5" |
1307 | 1342 | babel-plugin-polyfill-regenerator "^0.2.2" |
1308 | 1343 | core-js-compat "^3.16.0" |
1309 | 1344 | semver "^6.3.0" |
@@ -2816,13 +2851,13 @@ babel-plugin-polyfill-corejs2@^0.2.2: |
2816 | 2851 | "@babel/helper-define-polyfill-provider" "^0.2.2" |
2817 | 2852 | semver "^6.1.1" |
2818 | 2853 |
|
2819 | | -babel-plugin-polyfill-corejs3@^0.2.2: |
2820 | | - version "0.2.2" |
2821 | | - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.2.tgz#7424a1682ee44baec817327710b1b094e5f8f7f5" |
2822 | | - integrity sha512-l1Cf8PKk12eEk5QP/NQ6TH8A1pee6wWDJ96WjxrMXFLHLOBFzYM4moG80HFgduVhTqAFez4alnZKEhP/bYHg0A== |
| 2854 | +babel-plugin-polyfill-corejs3@^0.2.5: |
| 2855 | + version "0.2.5" |
| 2856 | + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz#2779846a16a1652244ae268b1e906ada107faf92" |
| 2857 | + integrity sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw== |
2823 | 2858 | dependencies: |
2824 | 2859 | "@babel/helper-define-polyfill-provider" "^0.2.2" |
2825 | | - core-js-compat "^3.9.1" |
| 2860 | + core-js-compat "^3.16.2" |
2826 | 2861 |
|
2827 | 2862 | babel-plugin-polyfill-regenerator@^0.2.2: |
2828 | 2863 | version "0.2.2" |
@@ -3133,7 +3168,7 @@ browserify-zlib@^0.2.0: |
3133 | 3168 | dependencies: |
3134 | 3169 | pako "~1.0.5" |
3135 | 3170 |
|
3136 | | -browserslist@4.17.3: |
| 3171 | +browserslist@4.17.3, browserslist@^4.17.3: |
3137 | 3172 | version "4.17.3" |
3138 | 3173 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.3.tgz#2844cd6eebe14d12384b0122d217550160d2d624" |
3139 | 3174 | integrity sha512-59IqHJV5VGdcJZ+GZ2hU5n4Kv3YiASzW6Xk5g9tf5a/MAzGeFwgGWU39fVzNIOVcgB3+Gp+kiQu0HEfTVU/3VQ== |
@@ -3788,12 +3823,12 @@ core-js-compat@^3.16.0: |
3788 | 3823 | browserslist "^4.16.6" |
3789 | 3824 | semver "7.0.0" |
3790 | 3825 |
|
3791 | | -core-js-compat@^3.9.1: |
3792 | | - version "3.14.0" |
3793 | | - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.14.0.tgz#b574dabf29184681d5b16357bd33d104df3d29a5" |
3794 | | - integrity sha512-R4NS2eupxtiJU+VwgkF9WTpnSfZW4pogwKHd8bclWU2sp93Pr5S1uYJI84cMOubJRou7bcfL0vmwtLslWN5p3A== |
| 3826 | +core-js-compat@^3.16.2: |
| 3827 | + version "3.18.2" |
| 3828 | + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.18.2.tgz#e40c266fbd613948dd8d2d2156345da8ac03c142" |
| 3829 | + integrity sha512-25VJYCJtGjZwLguj7d66oiHfmnVw3TMOZ0zV8DyMJp/aeQ3OjR519iOOeck08HMyVVRAqXxafc2Hl+5QstJrsQ== |
3795 | 3830 | dependencies: |
3796 | | - browserslist "^4.16.6" |
| 3831 | + browserslist "^4.17.3" |
3797 | 3832 | semver "7.0.0" |
3798 | 3833 |
|
3799 | 3834 | core-js-pure@^3.0.0: |
|
0 commit comments