|
53 | 53 | dependencies:
|
54 | 54 | "@babel/highlight" "^7.18.6"
|
55 | 55 |
|
| 56 | +"@babel/code-frame@^7.22.13": |
| 57 | + version "7.22.13" |
| 58 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 59 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 60 | + dependencies: |
| 61 | + "@babel/highlight" "^7.22.13" |
| 62 | + chalk "^2.4.2" |
| 63 | + |
56 | 64 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.21.4":
|
57 | 65 | version "7.21.4"
|
58 | 66 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
|
|
98 | 106 | "@jridgewell/trace-mapping" "^0.3.17"
|
99 | 107 | jsesc "^2.5.1"
|
100 | 108 |
|
| 109 | +"@babel/generator@^7.23.0": |
| 110 | + version "7.23.0" |
| 111 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 112 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 113 | + dependencies: |
| 114 | + "@babel/types" "^7.23.0" |
| 115 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 116 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 117 | + jsesc "^2.5.1" |
| 118 | + |
101 | 119 | "@babel/helper-annotate-as-pure@^7.18.6":
|
102 | 120 | version "7.18.6"
|
103 | 121 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
162 | 180 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
163 | 181 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
164 | 182 |
|
| 183 | +"@babel/helper-environment-visitor@^7.22.20": |
| 184 | + version "7.22.20" |
| 185 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 186 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 187 | + |
165 | 188 | "@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.19.0", "@babel/helper-function-name@^7.21.0":
|
166 | 189 | version "7.21.0"
|
167 | 190 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
|
|
170 | 193 | "@babel/template" "^7.20.7"
|
171 | 194 | "@babel/types" "^7.21.0"
|
172 | 195 |
|
| 196 | +"@babel/helper-function-name@^7.23.0": |
| 197 | + version "7.23.0" |
| 198 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 199 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 200 | + dependencies: |
| 201 | + "@babel/template" "^7.22.15" |
| 202 | + "@babel/types" "^7.23.0" |
| 203 | + |
173 | 204 | "@babel/helper-hoist-variables@^7.18.6":
|
174 | 205 | version "7.18.6"
|
175 | 206 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
|
176 | 207 | integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
|
177 | 208 | dependencies:
|
178 | 209 | "@babel/types" "^7.18.6"
|
179 | 210 |
|
| 211 | +"@babel/helper-hoist-variables@^7.22.5": |
| 212 | + version "7.22.5" |
| 213 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 214 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 215 | + dependencies: |
| 216 | + "@babel/types" "^7.22.5" |
| 217 | + |
180 | 218 | "@babel/helper-member-expression-to-functions@^7.20.7", "@babel/helper-member-expression-to-functions@^7.21.0":
|
181 | 219 | version "7.21.0"
|
182 | 220 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.0.tgz#319c6a940431a133897148515877d2f3269c3ba5"
|
|
265 | 303 | dependencies:
|
266 | 304 | "@babel/types" "^7.18.6"
|
267 | 305 |
|
| 306 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 307 | + version "7.22.6" |
| 308 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 309 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 310 | + dependencies: |
| 311 | + "@babel/types" "^7.22.5" |
| 312 | + |
268 | 313 | "@babel/helper-string-parser@^7.19.4":
|
269 | 314 | version "7.19.4"
|
270 | 315 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
|
275 | 320 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
|
276 | 321 | integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
|
277 | 322 |
|
| 323 | +"@babel/helper-string-parser@^7.22.5": |
| 324 | + version "7.22.5" |
| 325 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 326 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 327 | + |
278 | 328 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
279 | 329 | version "7.19.1"
|
280 | 330 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
281 | 331 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
282 | 332 |
|
| 333 | +"@babel/helper-validator-identifier@^7.22.20": |
| 334 | + version "7.22.20" |
| 335 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 336 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 337 | + |
283 | 338 | "@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.21.0":
|
284 | 339 | version "7.21.0"
|
285 | 340 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
|
|
313 | 368 | chalk "^2.0.0"
|
314 | 369 | js-tokens "^4.0.0"
|
315 | 370 |
|
| 371 | +"@babel/highlight@^7.22.13": |
| 372 | + version "7.22.20" |
| 373 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 374 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 375 | + dependencies: |
| 376 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 377 | + chalk "^2.4.2" |
| 378 | + js-tokens "^4.0.0" |
| 379 | + |
316 | 380 |
|
317 | 381 | version "7.16.4"
|
318 | 382 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.4.tgz#d5f92f57cf2c74ffe9b37981c0e72fee7311372e"
|
|
323 | 387 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
|
324 | 388 | integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
|
325 | 389 |
|
| 390 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 391 | + version "7.23.0" |
| 392 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 393 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 394 | + |
326 | 395 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
327 | 396 | version "7.18.6"
|
328 | 397 | 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.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
|
1119 | 1188 | "@babel/parser" "^7.20.7"
|
1120 | 1189 | "@babel/types" "^7.20.7"
|
1121 | 1190 |
|
1122 |
| -"@babel/traverse@^7.12.5", "@babel/traverse@^7.14.5", "@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4": |
1123 |
| - version "7.21.4" |
1124 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36" |
1125 |
| - integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== |
| 1191 | +"@babel/template@^7.22.15": |
| 1192 | + version "7.22.15" |
| 1193 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1194 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
1126 | 1195 | dependencies:
|
1127 |
| - "@babel/code-frame" "^7.21.4" |
1128 |
| - "@babel/generator" "^7.21.4" |
1129 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
1130 |
| - "@babel/helper-function-name" "^7.21.0" |
1131 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1132 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1133 |
| - "@babel/parser" "^7.21.4" |
1134 |
| - "@babel/types" "^7.21.4" |
| 1196 | + "@babel/code-frame" "^7.22.13" |
| 1197 | + "@babel/parser" "^7.22.15" |
| 1198 | + "@babel/types" "^7.22.15" |
| 1199 | + |
| 1200 | +"@babel/traverse@^7.12.5", "@babel/traverse@^7.14.5", "@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4": |
| 1201 | + version "7.23.2" |
| 1202 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1203 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1204 | + dependencies: |
| 1205 | + "@babel/code-frame" "^7.22.13" |
| 1206 | + "@babel/generator" "^7.23.0" |
| 1207 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1208 | + "@babel/helper-function-name" "^7.23.0" |
| 1209 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1210 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1211 | + "@babel/parser" "^7.23.0" |
| 1212 | + "@babel/types" "^7.23.0" |
1135 | 1213 | debug "^4.1.0"
|
1136 | 1214 | globals "^11.1.0"
|
1137 | 1215 |
|
|
1153 | 1231 | "@babel/helper-validator-identifier" "^7.19.1"
|
1154 | 1232 | to-fast-properties "^2.0.0"
|
1155 | 1233 |
|
| 1234 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 1235 | + version "7.23.0" |
| 1236 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1237 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1238 | + dependencies: |
| 1239 | + "@babel/helper-string-parser" "^7.22.5" |
| 1240 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1241 | + to-fast-properties "^2.0.0" |
| 1242 | + |
1156 | 1243 | "@bam.tech/react-native-image-resizer@~3.0.4":
|
1157 | 1244 | version "3.0.5"
|
1158 | 1245 | resolved "https://registry.yarnpkg.com/@bam.tech/react-native-image-resizer/-/react-native-image-resizer-3.0.5.tgz#6661ba020de156268f73bdc92fbb93ef86f88a13"
|
|
0 commit comments