|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
| 5 | +"@ampproject/remapping@^2.1.0": |
| 6 | + version "2.1.2" |
| 7 | + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34" |
| 8 | + integrity sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg== |
| 9 | + dependencies: |
| 10 | + "@jridgewell/trace-mapping" "^0.3.0" |
| 11 | + |
5 | 12 |
|
6 | 13 | version "0.0.6"
|
7 | 14 | resolved "https://registry.yarnpkg.com/@ardatan/aggregate-error/-/aggregate-error-0.0.6.tgz#fe6924771ea40fc98dc7a7045c2e872dc8527609"
|
8 | 15 | integrity sha512-vyrkEHG1jrukmzTPtyWB4NLPauUw5bQeg4uhn8f+1SSynmrOcyvlb1GKQjjgoBzElLdfXCRYX8UnBlhklOHYRQ==
|
9 | 16 | dependencies:
|
10 | 17 | tslib "~2.0.1"
|
11 | 18 |
|
12 |
| -"@babel/cli@7.16.7": |
13 |
| - version "7.16.7" |
14 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.16.7.tgz#4184b5ec6a22106e9dd64bbcaa2eb22675ff595d" |
15 |
| - integrity sha512-0iBF+G2Qml0y3mY5dirolyToLSR88a/KB6F2Gm8J/lOnyL8wbEOHak0DHF8gjc9XZGgTDGv/jYXNiapvsYyHTA== |
| 19 | +"@babel/cli@7.17.3": |
| 20 | + version "7.17.3" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.17.3.tgz#0ccb93a348d0e3a4ff8776a63dbeefd329f7b3cc" |
| 22 | + integrity sha512-1+WRlh1IqLocOp122CLx4if345RSHMspwIZNJTlqG/GA46HVZC6p49N1kolfdd2/GOdr+tu4nScbAR3ACJ2ZiA== |
16 | 23 | dependencies:
|
| 24 | + "@jridgewell/trace-mapping" "^0.3.4" |
17 | 25 | commander "^4.0.1"
|
18 | 26 | convert-source-map "^1.1.0"
|
19 | 27 | fs-readdir-recursive "^1.1.0"
|
|
95 | 103 | semver "^5.4.1"
|
96 | 104 | source-map "^0.5.0"
|
97 | 105 |
|
98 |
| -"@babel/ [email protected]", "@babel/core@^7.15.5": |
| 106 | + |
| 107 | + version "7.17.5" |
| 108 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225" |
| 109 | + integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA== |
| 110 | + dependencies: |
| 111 | + "@ampproject/remapping" "^2.1.0" |
| 112 | + "@babel/code-frame" "^7.16.7" |
| 113 | + "@babel/generator" "^7.17.3" |
| 114 | + "@babel/helper-compilation-targets" "^7.16.7" |
| 115 | + "@babel/helper-module-transforms" "^7.16.7" |
| 116 | + "@babel/helpers" "^7.17.2" |
| 117 | + "@babel/parser" "^7.17.3" |
| 118 | + "@babel/template" "^7.16.7" |
| 119 | + "@babel/traverse" "^7.17.3" |
| 120 | + "@babel/types" "^7.17.0" |
| 121 | + convert-source-map "^1.7.0" |
| 122 | + debug "^4.1.0" |
| 123 | + gensync "^1.0.0-beta.2" |
| 124 | + json5 "^2.1.2" |
| 125 | + semver "^6.3.0" |
| 126 | + |
| 127 | +"@babel/core@^7.15.5": |
99 | 128 | version "7.16.7"
|
100 | 129 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
|
101 | 130 | integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==
|
|
134 | 163 | jsesc "^2.5.1"
|
135 | 164 | source-map "^0.5.0"
|
136 | 165 |
|
| 166 | +"@babel/generator@^7.17.3": |
| 167 | + version "7.17.3" |
| 168 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200" |
| 169 | + integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg== |
| 170 | + dependencies: |
| 171 | + "@babel/types" "^7.17.0" |
| 172 | + jsesc "^2.5.1" |
| 173 | + source-map "^0.5.0" |
| 174 | + |
137 | 175 | "@babel/helper-annotate-as-pure@^7.16.7":
|
138 | 176 | version "7.16.7"
|
139 | 177 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
|
|
159 | 197 | browserslist "^4.17.5"
|
160 | 198 | semver "^6.3.0"
|
161 | 199 |
|
| 200 | +"@babel/helper-create-class-features-plugin@^7.16.10": |
| 201 | + version "7.17.1" |
| 202 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.1.tgz#9699f14a88833a7e055ce57dcd3ffdcd25186b21" |
| 203 | + integrity sha512-JBdSr/LtyYIno/pNnJ75lBcqc3Z1XXujzPanHqjvvrhOA+DTceTFuJi8XjmWTZh4r3fsdfqaCMN0iZemdkxZHQ== |
| 204 | + dependencies: |
| 205 | + "@babel/helper-annotate-as-pure" "^7.16.7" |
| 206 | + "@babel/helper-environment-visitor" "^7.16.7" |
| 207 | + "@babel/helper-function-name" "^7.16.7" |
| 208 | + "@babel/helper-member-expression-to-functions" "^7.16.7" |
| 209 | + "@babel/helper-optimise-call-expression" "^7.16.7" |
| 210 | + "@babel/helper-replace-supers" "^7.16.7" |
| 211 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 212 | + |
162 | 213 | "@babel/helper-create-class-features-plugin@^7.16.7":
|
163 | 214 | version "7.16.7"
|
164 | 215 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz#9c5b34b53a01f2097daf10678d65135c1b9f84ba"
|
|
346 | 397 | "@babel/traverse" "^7.16.7"
|
347 | 398 | "@babel/types" "^7.16.7"
|
348 | 399 |
|
| 400 | +"@babel/helpers@^7.17.2": |
| 401 | + version "7.17.2" |
| 402 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417" |
| 403 | + integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ== |
| 404 | + dependencies: |
| 405 | + "@babel/template" "^7.16.7" |
| 406 | + "@babel/traverse" "^7.17.0" |
| 407 | + "@babel/types" "^7.17.0" |
| 408 | + |
349 | 409 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.16.7":
|
350 | 410 | version "7.16.7"
|
351 | 411 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.7.tgz#81a01d7d675046f0d96f82450d9d9578bdfd6b0b"
|
|
360 | 420 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17"
|
361 | 421 | integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==
|
362 | 422 |
|
| 423 | +"@babel/parser@^7.17.3": |
| 424 | + version "7.17.3" |
| 425 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0" |
| 426 | + integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA== |
| 427 | + |
363 | 428 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
364 | 429 | version "7.16.7"
|
365 | 430 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
|
|
376 | 441 | "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
|
377 | 442 | "@babel/plugin-proposal-optional-chaining" "^7.16.7"
|
378 | 443 |
|
379 |
| -"@babel/plugin-proposal-async-generator-functions@^7.16.7", "@babel/plugin-proposal-async-generator-functions@^7.16.8": |
| 444 | +"@babel/plugin-proposal-async-generator-functions@^7.16.8": |
380 | 445 | version "7.16.8"
|
381 | 446 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz#3bdd1ebbe620804ea9416706cd67d60787504bc8"
|
382 | 447 | integrity sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==
|
|
496 | 561 | "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
|
497 | 562 | "@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
498 | 563 |
|
| 564 | +"@babel/plugin-proposal-private-methods@^7.16.11": |
| 565 | + version "7.16.11" |
| 566 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50" |
| 567 | + integrity sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw== |
| 568 | + dependencies: |
| 569 | + "@babel/helper-create-class-features-plugin" "^7.16.10" |
| 570 | + "@babel/helper-plugin-utils" "^7.16.7" |
| 571 | + |
499 | 572 | "@babel/plugin-proposal-private-methods@^7.16.7":
|
500 | 573 | version "7.16.7"
|
501 | 574 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz#e418e3aa6f86edd6d327ce84eff188e479f571e0"
|
|
655 | 728 | dependencies:
|
656 | 729 | "@babel/helper-plugin-utils" "^7.16.7"
|
657 | 730 |
|
658 |
| -"@babel/plugin-transform-async-to-generator@^7.16.7", "@babel/plugin-transform-async-to-generator@^7.16.8": |
| 731 | +"@babel/plugin-transform-async-to-generator@^7.16.8": |
659 | 732 | version "7.16.8"
|
660 | 733 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz#b83dff4b970cf41f1b819f8b49cc0cfbaa53a808"
|
661 | 734 | integrity sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==
|
|
768 | 841 | "@babel/helper-plugin-utils" "^7.16.7"
|
769 | 842 | babel-plugin-dynamic-import-node "^2.3.3"
|
770 | 843 |
|
771 |
| -"@babel/plugin-transform-modules-commonjs@^7.16.7", "@babel/plugin-transform-modules-commonjs@^7.16.8": |
| 844 | +"@babel/plugin-transform-modules-commonjs@^7.16.8": |
772 | 845 | version "7.16.8"
|
773 | 846 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz#cdee19aae887b16b9d331009aa9a219af7c86afe"
|
774 | 847 | integrity sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==
|
|
797 | 870 | "@babel/helper-module-transforms" "^7.16.7"
|
798 | 871 | "@babel/helper-plugin-utils" "^7.16.7"
|
799 | 872 |
|
800 |
| -"@babel/plugin-transform-named-capturing-groups-regex@^7.16.7", "@babel/plugin-transform-named-capturing-groups-regex@^7.16.8": |
| 873 | +"@babel/plugin-transform-named-capturing-groups-regex@^7.16.8": |
801 | 874 | version "7.16.8"
|
802 | 875 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz#7f860e0e40d844a02c9dcf9d84965e7dfd666252"
|
803 | 876 | integrity sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==
|
|
880 | 953 | dependencies:
|
881 | 954 | "@babel/helper-plugin-utils" "^7.16.7"
|
882 | 955 |
|
883 |
| -"@babel/plugin-transform-runtime@7.16.7": |
884 |
| - version "7.16.7" |
885 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.7.tgz#1da184cb83a2287a01956c10c60e66dd503c18aa" |
886 |
| - integrity sha512-2FoHiSAWkdq4L06uaDN3rS43i6x28desUVxq+zAFuE6kbWYQeiLPJI5IC7Sg9xKYVcrBKSQkVUfH6aeQYbl9QA== |
| 956 | +"@babel/plugin-transform-runtime@7.17.0": |
| 957 | + version "7.17.0" |
| 958 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz#0a2e08b5e2b2d95c4b1d3b3371a2180617455b70" |
| 959 | + integrity sha512-fr7zPWnKXNc1xoHfrIU9mN/4XKX4VLZ45Q+oMhfsYIaHvg7mHgmhfOy/ckRWqDK7XF3QDigRpkh5DKq6+clE8A== |
887 | 960 | dependencies:
|
888 | 961 | "@babel/helper-module-imports" "^7.16.7"
|
889 | 962 | "@babel/helper-plugin-utils" "^7.16.7"
|
890 | 963 | babel-plugin-polyfill-corejs2 "^0.3.0"
|
891 |
| - babel-plugin-polyfill-corejs3 "^0.4.0" |
| 964 | + babel-plugin-polyfill-corejs3 "^0.5.0" |
892 | 965 | babel-plugin-polyfill-regenerator "^0.3.0"
|
893 | 966 | semver "^6.3.0"
|
894 | 967 |
|
|
964 | 1037 | "@babel/helper-create-regexp-features-plugin" "^7.16.7"
|
965 | 1038 | "@babel/helper-plugin-utils" "^7.16.7"
|
966 | 1039 |
|
967 |
| - |
968 |
| - version "7.16.7" |
969 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.7.tgz#c491088856d0b3177822a2bf06cb74d76327aa56" |
970 |
| - integrity sha512-urX3Cee4aOZbRWOSa3mKPk0aqDikfILuo+C7qq7HY0InylGNZ1fekq9jmlr3pLWwZHF4yD7heQooc2Pow2KMyQ== |
| 1040 | + |
| 1041 | + version "7.16.11" |
| 1042 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982" |
| 1043 | + integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g== |
971 | 1044 | dependencies:
|
972 |
| - "@babel/compat-data" "^7.16.4" |
| 1045 | + "@babel/compat-data" "^7.16.8" |
973 | 1046 | "@babel/helper-compilation-targets" "^7.16.7"
|
974 | 1047 | "@babel/helper-plugin-utils" "^7.16.7"
|
975 | 1048 | "@babel/helper-validator-option" "^7.16.7"
|
976 | 1049 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.7"
|
977 | 1050 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.7"
|
978 |
| - "@babel/plugin-proposal-async-generator-functions" "^7.16.7" |
| 1051 | + "@babel/plugin-proposal-async-generator-functions" "^7.16.8" |
979 | 1052 | "@babel/plugin-proposal-class-properties" "^7.16.7"
|
980 | 1053 | "@babel/plugin-proposal-class-static-block" "^7.16.7"
|
981 | 1054 | "@babel/plugin-proposal-dynamic-import" "^7.16.7"
|
|
987 | 1060 | "@babel/plugin-proposal-object-rest-spread" "^7.16.7"
|
988 | 1061 | "@babel/plugin-proposal-optional-catch-binding" "^7.16.7"
|
989 | 1062 | "@babel/plugin-proposal-optional-chaining" "^7.16.7"
|
990 |
| - "@babel/plugin-proposal-private-methods" "^7.16.7" |
| 1063 | + "@babel/plugin-proposal-private-methods" "^7.16.11" |
991 | 1064 | "@babel/plugin-proposal-private-property-in-object" "^7.16.7"
|
992 | 1065 | "@babel/plugin-proposal-unicode-property-regex" "^7.16.7"
|
993 | 1066 | "@babel/plugin-syntax-async-generators" "^7.8.4"
|
|
1005 | 1078 | "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
1006 | 1079 | "@babel/plugin-syntax-top-level-await" "^7.14.5"
|
1007 | 1080 | "@babel/plugin-transform-arrow-functions" "^7.16.7"
|
1008 |
| - "@babel/plugin-transform-async-to-generator" "^7.16.7" |
| 1081 | + "@babel/plugin-transform-async-to-generator" "^7.16.8" |
1009 | 1082 | "@babel/plugin-transform-block-scoped-functions" "^7.16.7"
|
1010 | 1083 | "@babel/plugin-transform-block-scoping" "^7.16.7"
|
1011 | 1084 | "@babel/plugin-transform-classes" "^7.16.7"
|
|
1019 | 1092 | "@babel/plugin-transform-literals" "^7.16.7"
|
1020 | 1093 | "@babel/plugin-transform-member-expression-literals" "^7.16.7"
|
1021 | 1094 | "@babel/plugin-transform-modules-amd" "^7.16.7"
|
1022 |
| - "@babel/plugin-transform-modules-commonjs" "^7.16.7" |
| 1095 | + "@babel/plugin-transform-modules-commonjs" "^7.16.8" |
1023 | 1096 | "@babel/plugin-transform-modules-systemjs" "^7.16.7"
|
1024 | 1097 | "@babel/plugin-transform-modules-umd" "^7.16.7"
|
1025 |
| - "@babel/plugin-transform-named-capturing-groups-regex" "^7.16.7" |
| 1098 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.16.8" |
1026 | 1099 | "@babel/plugin-transform-new-target" "^7.16.7"
|
1027 | 1100 | "@babel/plugin-transform-object-super" "^7.16.7"
|
1028 | 1101 | "@babel/plugin-transform-parameters" "^7.16.7"
|
|
1037 | 1110 | "@babel/plugin-transform-unicode-escapes" "^7.16.7"
|
1038 | 1111 | "@babel/plugin-transform-unicode-regex" "^7.16.7"
|
1039 | 1112 | "@babel/preset-modules" "^0.1.5"
|
1040 |
| - "@babel/types" "^7.16.7" |
| 1113 | + "@babel/types" "^7.16.8" |
1041 | 1114 | babel-plugin-polyfill-corejs2 "^0.3.0"
|
1042 |
| - babel-plugin-polyfill-corejs3 "^0.4.0" |
| 1115 | + babel-plugin-polyfill-corejs3 "^0.5.0" |
1043 | 1116 | babel-plugin-polyfill-regenerator "^0.3.0"
|
1044 |
| - core-js-compat "^3.19.1" |
| 1117 | + core-js-compat "^3.20.2" |
1045 | 1118 | semver "^6.3.0"
|
1046 | 1119 |
|
1047 | 1120 | "@babel/preset-env@^7.15.4":
|
|
1164 | 1237 | core-js-pure "^3.20.2"
|
1165 | 1238 | regenerator-runtime "^0.13.4"
|
1166 | 1239 |
|
1167 |
| -"@babel/ [email protected]", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": |
| 1240 | + |
| 1241 | + version "7.17.2" |
| 1242 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941" |
| 1243 | + integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw== |
| 1244 | + dependencies: |
| 1245 | + regenerator-runtime "^0.13.4" |
| 1246 | + |
| 1247 | +"@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": |
1168 | 1248 | version "7.16.7"
|
1169 | 1249 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.7.tgz#03ff99f64106588c9c403c6ecb8c3bafbbdff1fa"
|
1170 | 1250 | integrity sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==
|
|
1201 | 1281 | debug "^4.1.0"
|
1202 | 1282 | globals "^11.1.0"
|
1203 | 1283 |
|
| 1284 | +"@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3": |
| 1285 | + version "7.17.3" |
| 1286 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57" |
| 1287 | + integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw== |
| 1288 | + dependencies: |
| 1289 | + "@babel/code-frame" "^7.16.7" |
| 1290 | + "@babel/generator" "^7.17.3" |
| 1291 | + "@babel/helper-environment-visitor" "^7.16.7" |
| 1292 | + "@babel/helper-function-name" "^7.16.7" |
| 1293 | + "@babel/helper-hoist-variables" "^7.16.7" |
| 1294 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 1295 | + "@babel/parser" "^7.17.3" |
| 1296 | + "@babel/types" "^7.17.0" |
| 1297 | + debug "^4.1.0" |
| 1298 | + globals "^11.1.0" |
| 1299 | + |
1204 | 1300 | "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.5", "@babel/types@^7.12.7", "@babel/types@^7.15.4", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.4.4":
|
1205 | 1301 | version "7.16.8"
|
1206 | 1302 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1"
|
|
1209 | 1305 | "@babel/helper-validator-identifier" "^7.16.7"
|
1210 | 1306 | to-fast-properties "^2.0.0"
|
1211 | 1307 |
|
| 1308 | +"@babel/types@^7.17.0": |
| 1309 | + version "7.17.0" |
| 1310 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b" |
| 1311 | + integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw== |
| 1312 | + dependencies: |
| 1313 | + "@babel/helper-validator-identifier" "^7.16.7" |
| 1314 | + to-fast-properties "^2.0.0" |
| 1315 | + |
1212 | 1316 | "@endemolshinegroup/ [email protected]":
|
1213 | 1317 | version "3.0.2"
|
1214 | 1318 | resolved "https://registry.yarnpkg.com/@endemolshinegroup/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-3.0.2.tgz#eea4635828dde372838b0909693ebd9aafeec22d"
|
|
1784 | 1888 | "@babel/runtime" "^7.7.2"
|
1785 | 1889 | regenerator-runtime "^0.13.3"
|
1786 | 1890 |
|
| 1891 | +"@jridgewell/resolve-uri@^3.0.3": |
| 1892 | + version "3.0.5" |
| 1893 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c" |
| 1894 | + integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew== |
| 1895 | + |
| 1896 | +"@jridgewell/sourcemap-codec@^1.4.10": |
| 1897 | + version "1.4.11" |
| 1898 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec" |
| 1899 | + integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg== |
| 1900 | + |
| 1901 | +"@jridgewell/trace-mapping@^0.3.0", "@jridgewell/trace-mapping@^0.3.4": |
| 1902 | + version "0.3.4" |
| 1903 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz#f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3" |
| 1904 | + integrity sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ== |
| 1905 | + dependencies: |
| 1906 | + "@jridgewell/resolve-uri" "^3.0.3" |
| 1907 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1908 | + |
1787 | 1909 |
|
1788 | 1910 | version "1.6.22"
|
1789 | 1911 | resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.6.22.tgz#8a723157bf90e78f17dc0f27995398e6c731f1ba"
|
@@ -2893,14 +3015,6 @@ babel-plugin-polyfill-corejs2@^0.3.0:
|
2893 | 3015 | "@babel/helper-define-polyfill-provider" "^0.3.0"
|
2894 | 3016 | semver "^6.1.1"
|
2895 | 3017 |
|
2896 |
| -babel-plugin-polyfill-corejs3@^0.4.0: |
2897 |
| - version "0.4.0" |
2898 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz#0b571f4cf3d67f911512f5c04842a7b8e8263087" |
2899 |
| - integrity sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw== |
2900 |
| - dependencies: |
2901 |
| - "@babel/helper-define-polyfill-provider" "^0.3.0" |
2902 |
| - core-js-compat "^3.18.0" |
2903 |
| - |
2904 | 3018 | babel-plugin-polyfill-corejs3@^0.5.0:
|
2905 | 3019 | version "0.5.0"
|
2906 | 3020 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.0.tgz#f81371be3fe499d39e074e272a1ef86533f3d268"
|
|
3750 | 3864 | browserslist "^4.16.3"
|
3751 | 3865 | semver "7.0.0"
|
3752 | 3866 |
|
3753 |
| -core-js-compat@^3.18.0, core-js-compat@^3.19.1, core-js-compat@^3.20.0, core-js-compat@^3.20.2: |
| 3867 | +core-js-compat@^3.20.0, core-js-compat@^3.20.2: |
3754 | 3868 | version "3.20.2"
|
3755 | 3869 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.20.2.tgz#d1ff6936c7330959b46b2e08b122a8b14e26140b"
|
3756 | 3870 | integrity sha512-qZEzVQ+5Qh6cROaTPFLNS4lkvQ6mBzE3R6A6EEpssj7Zr2egMHgsy4XapdifqJDGC9CBiNv7s+ejI96rLNQFdg==
|
|
0 commit comments