|
145 | 145 | "@babel/helper-split-export-declaration" "^7.22.6"
|
146 | 146 | semver "^6.3.1"
|
147 | 147 |
|
| 148 | +"@babel/helper-create-class-features-plugin@^7.23.6": |
| 149 | + version "7.23.7" |
| 150 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.7.tgz#b2e6826e0e20d337143655198b79d58fdc9bd43d" |
| 151 | + integrity sha512-xCoqR/8+BoNnXOY7RVSgv6X+o7pmT5q1d+gGcRlXYkI+9B31glE4jeejhKVpA04O1AtzOt7OSQ6VYKP5FcRl9g== |
| 152 | + dependencies: |
| 153 | + "@babel/helper-annotate-as-pure" "^7.22.5" |
| 154 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 155 | + "@babel/helper-function-name" "^7.23.0" |
| 156 | + "@babel/helper-member-expression-to-functions" "^7.23.0" |
| 157 | + "@babel/helper-optimise-call-expression" "^7.22.5" |
| 158 | + "@babel/helper-replace-supers" "^7.22.20" |
| 159 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" |
| 160 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 161 | + semver "^6.3.1" |
| 162 | + |
148 | 163 | "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.15", "@babel/helper-create-regexp-features-plugin@^7.22.5":
|
149 | 164 | version "7.22.15"
|
150 | 165 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1"
|
|
185 | 200 | dependencies:
|
186 | 201 | "@babel/types" "^7.22.5"
|
187 | 202 |
|
188 |
| -"@babel/helper-member-expression-to-functions@^7.22.15": |
| 203 | +"@babel/helper-member-expression-to-functions@^7.22.15", "@babel/helper-member-expression-to-functions@^7.23.0": |
189 | 204 | version "7.23.0"
|
190 | 205 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366"
|
191 | 206 | integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==
|
|
499 | 514 | dependencies:
|
500 | 515 | "@babel/helper-plugin-utils" "^7.22.5"
|
501 | 516 |
|
| 517 | +"@babel/plugin-syntax-jsx@^7.23.3": |
| 518 | + version "7.23.3" |
| 519 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz#8f2e4f8a9b5f9aa16067e142c1ac9cd9f810f473" |
| 520 | + integrity sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg== |
| 521 | + dependencies: |
| 522 | + "@babel/helper-plugin-utils" "^7.22.5" |
| 523 | + |
502 | 524 | "@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
|
503 | 525 | version "7.10.4"
|
504 | 526 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
|
|
562 | 584 | dependencies:
|
563 | 585 | "@babel/helper-plugin-utils" "^7.22.5"
|
564 | 586 |
|
| 587 | +"@babel/plugin-syntax-typescript@^7.23.3": |
| 588 | + version "7.23.3" |
| 589 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz#24f460c85dbbc983cd2b9c4994178bcc01df958f" |
| 590 | + integrity sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ== |
| 591 | + dependencies: |
| 592 | + "@babel/helper-plugin-utils" "^7.22.5" |
| 593 | + |
565 | 594 | "@babel/plugin-syntax-unicode-sets-regex@^7.18.6":
|
566 | 595 | version "7.18.6"
|
567 | 596 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357"
|
|
997 | 1026 | "@babel/helper-plugin-utils" "^7.22.5"
|
998 | 1027 | "@babel/plugin-syntax-typescript" "^7.22.5"
|
999 | 1028 |
|
| 1029 | +"@babel/plugin-transform-typescript@^7.23.3": |
| 1030 | + version "7.23.6" |
| 1031 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.6.tgz#aa36a94e5da8d94339ae3a4e22d40ed287feb34c" |
| 1032 | + integrity sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA== |
| 1033 | + dependencies: |
| 1034 | + "@babel/helper-annotate-as-pure" "^7.22.5" |
| 1035 | + "@babel/helper-create-class-features-plugin" "^7.23.6" |
| 1036 | + "@babel/helper-plugin-utils" "^7.22.5" |
| 1037 | + "@babel/plugin-syntax-typescript" "^7.23.3" |
| 1038 | + |
1000 | 1039 | "@babel/plugin-transform-unicode-escapes@^7.23.3":
|
1001 | 1040 | version "7.23.3"
|
1002 | 1041 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz#1f66d16cab01fab98d784867d24f70c1ca65b925"
|
|
1135 | 1174 | "@babel/plugin-transform-react-jsx-development" "^7.22.5"
|
1136 | 1175 | "@babel/plugin-transform-react-pure-annotations" "^7.22.5"
|
1137 | 1176 |
|
1138 |
| -"@babel/preset-typescript@^7.16.0", "@babel/preset-typescript@^7.21.0": |
| 1177 | +"@babel/preset-typescript@^7.16.0": |
1139 | 1178 | version "7.23.2"
|
1140 | 1179 | resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.23.2.tgz#c8de488130b7081f7e1482936ad3de5b018beef4"
|
1141 | 1180 | integrity sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==
|
|
1146 | 1185 | "@babel/plugin-transform-modules-commonjs" "^7.23.0"
|
1147 | 1186 | "@babel/plugin-transform-typescript" "^7.22.15"
|
1148 | 1187 |
|
| 1188 | +"@babel/preset-typescript@^7.23.3": |
| 1189 | + version "7.23.3" |
| 1190 | + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.23.3.tgz#14534b34ed5b6d435aa05f1ae1c5e7adcc01d913" |
| 1191 | + integrity sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ== |
| 1192 | + dependencies: |
| 1193 | + "@babel/helper-plugin-utils" "^7.22.5" |
| 1194 | + "@babel/helper-validator-option" "^7.22.15" |
| 1195 | + "@babel/plugin-syntax-jsx" "^7.23.3" |
| 1196 | + "@babel/plugin-transform-modules-commonjs" "^7.23.3" |
| 1197 | + "@babel/plugin-transform-typescript" "^7.23.3" |
| 1198 | + |
1149 | 1199 | "@babel/regjsgen@^0.8.0":
|
1150 | 1200 | version "0.8.0"
|
1151 | 1201 | resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
|
|
3091 | 3141 | resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e"
|
3092 | 3142 | integrity sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==
|
3093 | 3143 |
|
3094 |
| -"@types/node-fetch@^2.5.7": |
3095 |
| - version "2.6.9" |
3096 |
| - resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.9.tgz#15f529d247f1ede1824f7e7acdaa192d5f28071e" |
3097 |
| - integrity sha512-bQVlnMLFJ2d35DkPNjEPmd9ueO/rh5EiaZt2bhqiSarPjZIuIV6bPQVqcrEyvNo+AfTrRGVazle1tl597w3gfA== |
| 3144 | +"@types/node-fetch@^2.6.11": |
| 3145 | + version "2.6.11" |
| 3146 | + resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.11.tgz#9b39b78665dae0e82a08f02f4967d62c66f95d24" |
| 3147 | + integrity sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g== |
3098 | 3148 | dependencies:
|
3099 | 3149 | "@types/node" "*"
|
3100 | 3150 | form-data "^4.0.0"
|
|
0 commit comments