|
18 | 18 | "@babel/highlight" "^7.24.7"
|
19 | 19 | picocolors "^1.0.0"
|
20 | 20 |
|
| 21 | +"@babel/code-frame@^7.24.7": |
| 22 | + version "7.24.7" |
| 23 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465" |
| 24 | + integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA== |
| 25 | + dependencies: |
| 26 | + "@babel/highlight" "^7.24.7" |
| 27 | + picocolors "^1.0.0" |
| 28 | + |
21 | 29 | "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.6":
|
22 | 30 | version "7.24.6"
|
23 | 31 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.6.tgz#b3600217688cabb26e25f8e467019e66d71b7ae2"
|
|
68 | 76 | "@jridgewell/trace-mapping" "^0.3.25"
|
69 | 77 | jsesc "^2.5.1"
|
70 | 78 |
|
| 79 | +"@babel/generator@^7.25.0": |
| 80 | + version "7.25.0" |
| 81 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e" |
| 82 | + integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw== |
| 83 | + dependencies: |
| 84 | + "@babel/types" "^7.25.0" |
| 85 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 86 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 87 | + jsesc "^2.5.1" |
| 88 | + |
71 | 89 | "@babel/helper-annotate-as-pure@^7.24.6":
|
72 | 90 | version "7.24.6"
|
73 | 91 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.6.tgz#517af93abc77924f9b2514c407bbef527fb8938d"
|
74 | 92 | integrity sha512-DitEzDfOMnd13kZnDqns1ccmftwJTS9DMkyn9pYTxulS7bZxUxpMly3Nf23QQ6NwA4UB8lAqjbqWtyvElEMAkg==
|
75 | 93 | dependencies:
|
76 | 94 | "@babel/types" "^7.24.6"
|
77 | 95 |
|
| 96 | +"@babel/helper-annotate-as-pure@^7.24.7": |
| 97 | + version "7.24.7" |
| 98 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz#5373c7bc8366b12a033b4be1ac13a206c6656aab" |
| 99 | + integrity sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg== |
| 100 | + dependencies: |
| 101 | + "@babel/types" "^7.24.7" |
| 102 | + |
78 | 103 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.24.6":
|
79 | 104 | version "7.24.6"
|
80 | 105 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.6.tgz#19e9089ee87b0d0928012c83961a8deef4b0223f"
|
|
93 | 118 | lru-cache "^5.1.1"
|
94 | 119 | semver "^6.3.1"
|
95 | 120 |
|
| 121 | +"@babel/helper-compilation-targets@^7.24.8": |
| 122 | + version "7.25.2" |
| 123 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c" |
| 124 | + integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw== |
| 125 | + dependencies: |
| 126 | + "@babel/compat-data" "^7.25.2" |
| 127 | + "@babel/helper-validator-option" "^7.24.8" |
| 128 | + browserslist "^4.23.1" |
| 129 | + lru-cache "^5.1.1" |
| 130 | + semver "^6.3.1" |
| 131 | + |
96 | 132 | "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.24.6":
|
97 | 133 | version "7.24.6"
|
98 | 134 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.6.tgz#c50b86fa1c4ca9b7a890dc21884f097b6c4b5286"
|
|
108 | 144 | "@babel/helper-split-export-declaration" "^7.24.6"
|
109 | 145 | semver "^6.3.1"
|
110 | 146 |
|
| 147 | +"@babel/helper-create-class-features-plugin@^7.24.7": |
| 148 | + version "7.25.0" |
| 149 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.0.tgz#a109bf9c3d58dfed83aaf42e85633c89f43a6253" |
| 150 | + integrity sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ== |
| 151 | + dependencies: |
| 152 | + "@babel/helper-annotate-as-pure" "^7.24.7" |
| 153 | + "@babel/helper-member-expression-to-functions" "^7.24.8" |
| 154 | + "@babel/helper-optimise-call-expression" "^7.24.7" |
| 155 | + "@babel/helper-replace-supers" "^7.25.0" |
| 156 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7" |
| 157 | + "@babel/traverse" "^7.25.0" |
| 158 | + semver "^6.3.1" |
| 159 | + |
111 | 160 | "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.24.6":
|
112 | 161 | version "7.24.6"
|
113 | 162 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.6.tgz#47d382dec0d49e74ca1b6f7f3b81f5968022a3c8"
|
|
117 | 166 | regexpu-core "^5.3.1"
|
118 | 167 | semver "^6.3.1"
|
119 | 168 |
|
| 169 | +"@babel/helper-create-regexp-features-plugin@^7.24.7": |
| 170 | + version "7.25.2" |
| 171 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz#24c75974ed74183797ffd5f134169316cd1808d9" |
| 172 | + integrity sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g== |
| 173 | + dependencies: |
| 174 | + "@babel/helper-annotate-as-pure" "^7.24.7" |
| 175 | + regexpu-core "^5.3.1" |
| 176 | + semver "^6.3.1" |
| 177 | + |
120 | 178 | "@babel/helper-define-polyfill-provider@^0.6.1", "@babel/helper-define-polyfill-provider@^0.6.2":
|
121 | 179 | version "0.6.2"
|
122 | 180 | resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d"
|
|
155 | 213 | dependencies:
|
156 | 214 | "@babel/types" "^7.24.6"
|
157 | 215 |
|
| 216 | +"@babel/helper-member-expression-to-functions@^7.24.8": |
| 217 | + version "7.24.8" |
| 218 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz#6155e079c913357d24a4c20480db7c712a5c3fb6" |
| 219 | + integrity sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA== |
| 220 | + dependencies: |
| 221 | + "@babel/traverse" "^7.24.8" |
| 222 | + "@babel/types" "^7.24.8" |
| 223 | + |
158 | 224 | "@babel/helper-module-imports@^7.24.6":
|
159 | 225 | version "7.24.6"
|
160 | 226 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz#65e54ffceed6a268dc4ce11f0433b82cfff57852"
|
|
187 | 253 | dependencies:
|
188 | 254 | "@babel/types" "^7.24.6"
|
189 | 255 |
|
| 256 | +"@babel/helper-optimise-call-expression@^7.24.7": |
| 257 | + version "7.24.7" |
| 258 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz#8b0a0456c92f6b323d27cfd00d1d664e76692a0f" |
| 259 | + integrity sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A== |
| 260 | + dependencies: |
| 261 | + "@babel/types" "^7.24.7" |
| 262 | + |
190 | 263 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.6", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
|
191 | 264 | version "7.24.6"
|
192 | 265 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz#fa02a32410a15a6e8f8185bcbf608f10528d2a24"
|
193 | 266 | integrity sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg==
|
194 | 267 |
|
| 268 | +"@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.24.8": |
| 269 | + version "7.24.8" |
| 270 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz#94ee67e8ec0e5d44ea7baeb51e571bd26af07878" |
| 271 | + integrity sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg== |
| 272 | + |
195 | 273 | "@babel/helper-remap-async-to-generator@^7.18.9", "@babel/helper-remap-async-to-generator@^7.24.6":
|
196 | 274 | version "7.24.6"
|
197 | 275 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.6.tgz#c96ceb9846e877d806ce82a1521230ea7e0fc354"
|
|
210 | 288 | "@babel/helper-member-expression-to-functions" "^7.24.6"
|
211 | 289 | "@babel/helper-optimise-call-expression" "^7.24.6"
|
212 | 290 |
|
| 291 | +"@babel/helper-replace-supers@^7.25.0": |
| 292 | + version "7.25.0" |
| 293 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz#ff44deac1c9f619523fe2ca1fd650773792000a9" |
| 294 | + integrity sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg== |
| 295 | + dependencies: |
| 296 | + "@babel/helper-member-expression-to-functions" "^7.24.8" |
| 297 | + "@babel/helper-optimise-call-expression" "^7.24.7" |
| 298 | + "@babel/traverse" "^7.25.0" |
| 299 | + |
213 | 300 | "@babel/helper-simple-access@^7.24.6":
|
214 | 301 | version "7.24.6"
|
215 | 302 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz#1d6e04d468bba4fc963b4906f6dac6286cfedff1"
|
|
232 | 319 | dependencies:
|
233 | 320 | "@babel/types" "^7.24.6"
|
234 | 321 |
|
| 322 | +"@babel/helper-skip-transparent-expression-wrappers@^7.24.7": |
| 323 | + version "7.24.7" |
| 324 | + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz#5f8fa83b69ed5c27adc56044f8be2b3ea96669d9" |
| 325 | + integrity sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ== |
| 326 | + dependencies: |
| 327 | + "@babel/traverse" "^7.24.7" |
| 328 | + "@babel/types" "^7.24.7" |
| 329 | + |
235 | 330 | "@babel/helper-split-export-declaration@^7.24.6":
|
236 | 331 | version "7.24.6"
|
237 | 332 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz#e830068f7ba8861c53b7421c284da30ae656d7a3"
|
|
244 | 339 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
|
245 | 340 | integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
|
246 | 341 |
|
| 342 | +"@babel/helper-string-parser@^7.24.8": |
| 343 | + version "7.24.8" |
| 344 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d" |
| 345 | + integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ== |
| 346 | + |
247 | 347 | "@babel/helper-validator-identifier@^7.24.6":
|
248 | 348 | version "7.24.6"
|
249 | 349 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e"
|
|
298 | 398 | dependencies:
|
299 | 399 | "@babel/types" "^7.25.2"
|
300 | 400 |
|
| 401 | +"@babel/parser@^7.25.0", "@babel/parser@^7.25.3": |
| 402 | + version "7.25.3" |
| 403 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065" |
| 404 | + integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw== |
| 405 | + dependencies: |
| 406 | + "@babel/types" "^7.25.2" |
| 407 | + |
301 | 408 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.6":
|
302 | 409 | version "7.24.6"
|
303 | 410 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.6.tgz#283a74ef365b1e954cda6b2724c678a978215e88"
|
|
615 | 722 | dependencies:
|
616 | 723 | "@babel/helper-plugin-utils" "^7.24.6"
|
617 | 724 |
|
618 |
| -"@babel/plugin-transform-class-properties@^7.24.6": |
619 |
| - version "7.24.6" |
620 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.6.tgz#d9f394e97e88ef905d5a1e5e7a16238621b7982e" |
621 |
| - integrity sha512-j6dZ0Z2Z2slWLR3kt9aOmSIrBvnntWjMDN/TVcMPxhXMLmJVqX605CBRlcGI4b32GMbfifTEsdEjGjiE+j/c3A== |
| 725 | +"@babel/plugin-transform-class-properties@^7.0.0-0", "@babel/plugin-transform-class-properties@^7.24.6": |
| 726 | + version "7.24.7" |
| 727 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz#256879467b57b0b68c7ddfc5b76584f398cd6834" |
| 728 | + integrity sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w== |
622 | 729 | dependencies:
|
623 |
| - "@babel/helper-create-class-features-plugin" "^7.24.6" |
624 |
| - "@babel/helper-plugin-utils" "^7.24.6" |
| 730 | + "@babel/helper-create-class-features-plugin" "^7.24.7" |
| 731 | + "@babel/helper-plugin-utils" "^7.24.7" |
625 | 732 |
|
626 | 733 | "@babel/plugin-transform-class-static-block@^7.24.6":
|
627 | 734 | version "7.24.6"
|
|
632 | 739 | "@babel/helper-plugin-utils" "^7.24.6"
|
633 | 740 | "@babel/plugin-syntax-class-static-block" "^7.14.5"
|
634 | 741 |
|
635 |
| -"@babel/plugin-transform-classes@^7.0.0", "@babel/plugin-transform-classes@^7.24.6": |
636 |
| - version "7.24.6" |
637 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.6.tgz#0cc198c02720d4eeb091004843477659c6b37977" |
638 |
| - integrity sha512-+fN+NO2gh8JtRmDSOB6gaCVo36ha8kfCW1nMq2Gc0DABln0VcHN4PrALDvF5/diLzIRKptC7z/d7Lp64zk92Fg== |
639 |
| - dependencies: |
640 |
| - "@babel/helper-annotate-as-pure" "^7.24.6" |
641 |
| - "@babel/helper-compilation-targets" "^7.24.6" |
642 |
| - "@babel/helper-environment-visitor" "^7.24.6" |
643 |
| - "@babel/helper-function-name" "^7.24.6" |
644 |
| - "@babel/helper-plugin-utils" "^7.24.6" |
645 |
| - "@babel/helper-replace-supers" "^7.24.6" |
646 |
| - "@babel/helper-split-export-declaration" "^7.24.6" |
| 742 | +"@babel/plugin-transform-classes@^7.0.0", "@babel/plugin-transform-classes@^7.0.0-0", "@babel/plugin-transform-classes@^7.24.6": |
| 743 | + version "7.25.0" |
| 744 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz#63122366527d88e0ef61b612554fe3f8c793991e" |
| 745 | + integrity sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw== |
| 746 | + dependencies: |
| 747 | + "@babel/helper-annotate-as-pure" "^7.24.7" |
| 748 | + "@babel/helper-compilation-targets" "^7.24.8" |
| 749 | + "@babel/helper-plugin-utils" "^7.24.8" |
| 750 | + "@babel/helper-replace-supers" "^7.25.0" |
| 751 | + "@babel/traverse" "^7.25.0" |
647 | 752 | globals "^11.1.0"
|
648 | 753 |
|
649 | 754 | "@babel/plugin-transform-computed-properties@^7.0.0", "@babel/plugin-transform-computed-properties@^7.24.6":
|
|
1008 | 1113 | "@babel/helper-create-regexp-features-plugin" "^7.24.6"
|
1009 | 1114 | "@babel/helper-plugin-utils" "^7.24.6"
|
1010 | 1115 |
|
1011 |
| -"@babel/plugin-transform-unicode-regex@^7.0.0", "@babel/plugin-transform-unicode-regex@^7.24.6": |
1012 |
| - version "7.24.6" |
1013 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.6.tgz#2001e7d87ed709eea145e0b65fb5f93c3c0e225b" |
1014 |
| - integrity sha512-pssN6ExsvxaKU638qcWb81RrvvgZom3jDgU/r5xFZ7TONkZGFf4MhI2ltMb8OcQWhHyxgIavEU+hgqtbKOmsPA== |
| 1116 | +"@babel/plugin-transform-unicode-regex@^7.0.0", "@babel/plugin-transform-unicode-regex@^7.0.0-0", "@babel/plugin-transform-unicode-regex@^7.24.6": |
| 1117 | + version "7.24.7" |
| 1118 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz#dfc3d4a51127108099b19817c0963be6a2adf19f" |
| 1119 | + integrity sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg== |
1015 | 1120 | dependencies:
|
1016 |
| - "@babel/helper-create-regexp-features-plugin" "^7.24.6" |
1017 |
| - "@babel/helper-plugin-utils" "^7.24.6" |
| 1121 | + "@babel/helper-create-regexp-features-plugin" "^7.24.7" |
| 1122 | + "@babel/helper-plugin-utils" "^7.24.7" |
1018 | 1123 |
|
1019 | 1124 | "@babel/plugin-transform-unicode-sets-regex@^7.24.6":
|
1020 | 1125 | version "7.24.6"
|
|
1194 | 1299 | "@babel/helper-validator-identifier" "^7.24.7"
|
1195 | 1300 | to-fast-properties "^2.0.0"
|
1196 | 1301 |
|
| 1302 | +"@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2": |
| 1303 | + version "7.25.2" |
| 1304 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125" |
| 1305 | + integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q== |
| 1306 | + dependencies: |
| 1307 | + "@babel/helper-string-parser" "^7.24.8" |
| 1308 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 1309 | + to-fast-properties "^2.0.0" |
| 1310 | + |
1197 | 1311 | "@bcoe/v8-coverage@^0.2.3":
|
1198 | 1312 | version "0.2.3"
|
1199 | 1313 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -7240,16 +7354,19 @@ react-native-progress@^5.0.0:
|
7240 | 7354 | dependencies:
|
7241 | 7355 | prop-types "^15.7.2"
|
7242 | 7356 |
|
7243 |
| -react-native-reanimated@^3.5.4: |
7244 |
| - version "3.11.0" |
7245 |
| - resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.11.0.tgz#d4265d4e0232623f5958ed60e1686ca884fc3452" |
7246 |
| - integrity sha512-BNw/XDgUfs8UhfY1X6IniU8kWpnotWGyt8qmQviaHisTi5lvwnaOdXQKfN1KGONx6ekdFRHRP5EFwLi0UajwKA== |
| 7357 | +react-native-reanimated@^3.15.0: |
| 7358 | + version "3.15.0" |
| 7359 | + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.15.0.tgz#8814af7c78bbdf4c92bbd583f2266febf962e66a" |
| 7360 | + integrity sha512-yGxOyYAAu/5CyjonM2SgsM5sviiiK8HiHL9jT1bKfRxMLnNX9cFP8/UXRkbMT7ZXIfOlCvNFR0AqnphpuXIPVA== |
7247 | 7361 | dependencies:
|
7248 | 7362 | "@babel/plugin-transform-arrow-functions" "^7.0.0-0"
|
| 7363 | + "@babel/plugin-transform-class-properties" "^7.0.0-0" |
| 7364 | + "@babel/plugin-transform-classes" "^7.0.0-0" |
7249 | 7365 | "@babel/plugin-transform-nullish-coalescing-operator" "^7.0.0-0"
|
7250 | 7366 | "@babel/plugin-transform-optional-chaining" "^7.0.0-0"
|
7251 | 7367 | "@babel/plugin-transform-shorthand-properties" "^7.0.0-0"
|
7252 | 7368 | "@babel/plugin-transform-template-literals" "^7.0.0-0"
|
| 7369 | + "@babel/plugin-transform-unicode-regex" "^7.0.0-0" |
7253 | 7370 | "@babel/preset-typescript" "^7.16.7"
|
7254 | 7371 | convert-source-map "^2.0.0"
|
7255 | 7372 | invariant "^2.2.4"
|
|
0 commit comments