|
29 | 29 | dependencies:
|
30 | 30 | "@babel/highlight" "^7.18.6"
|
31 | 31 |
|
| 32 | +"@babel/code-frame@^7.22.13": |
| 33 | + version "7.22.13" |
| 34 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 35 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 36 | + dependencies: |
| 37 | + "@babel/highlight" "^7.22.13" |
| 38 | + chalk "^2.4.2" |
| 39 | + |
32 | 40 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.21.4":
|
33 | 41 | version "7.21.4"
|
34 | 42 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
|
|
101 | 109 | "@jridgewell/trace-mapping" "^0.3.17"
|
102 | 110 | jsesc "^2.5.1"
|
103 | 111 |
|
| 112 | +"@babel/generator@^7.23.0": |
| 113 | + version "7.23.0" |
| 114 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 115 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 116 | + dependencies: |
| 117 | + "@babel/types" "^7.23.0" |
| 118 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 119 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 120 | + jsesc "^2.5.1" |
| 121 | + |
104 | 122 | "@babel/helper-annotate-as-pure@^7.18.6":
|
105 | 123 | version "7.18.6"
|
106 | 124 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
182 | 200 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba"
|
183 | 201 | integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==
|
184 | 202 |
|
| 203 | +"@babel/helper-environment-visitor@^7.22.20": |
| 204 | + version "7.22.20" |
| 205 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 206 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 207 | + |
185 | 208 | "@babel/helper-explode-assignable-expression@^7.18.6":
|
186 | 209 | version "7.18.6"
|
187 | 210 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
|
|
197 | 220 | "@babel/template" "^7.20.7"
|
198 | 221 | "@babel/types" "^7.21.0"
|
199 | 222 |
|
| 223 | +"@babel/helper-function-name@^7.23.0": |
| 224 | + version "7.23.0" |
| 225 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 226 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 227 | + dependencies: |
| 228 | + "@babel/template" "^7.22.15" |
| 229 | + "@babel/types" "^7.23.0" |
| 230 | + |
200 | 231 | "@babel/helper-hoist-variables@^7.18.6":
|
201 | 232 | version "7.18.6"
|
202 | 233 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
|
203 | 234 | integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
|
204 | 235 | dependencies:
|
205 | 236 | "@babel/types" "^7.18.6"
|
206 | 237 |
|
| 238 | +"@babel/helper-hoist-variables@^7.22.5": |
| 239 | + version "7.22.5" |
| 240 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 241 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 242 | + dependencies: |
| 243 | + "@babel/types" "^7.22.5" |
| 244 | + |
207 | 245 | "@babel/helper-member-expression-to-functions@^7.20.7", "@babel/helper-member-expression-to-functions@^7.21.0":
|
208 | 246 | version "7.21.0"
|
209 | 247 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.0.tgz#319c6a940431a133897148515877d2f3269c3ba5"
|
|
308 | 346 | dependencies:
|
309 | 347 | "@babel/types" "^7.18.6"
|
310 | 348 |
|
| 349 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 350 | + version "7.22.6" |
| 351 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 352 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 353 | + dependencies: |
| 354 | + "@babel/types" "^7.22.5" |
| 355 | + |
311 | 356 | "@babel/helper-string-parser@^7.19.4":
|
312 | 357 | version "7.19.4"
|
313 | 358 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
|
318 | 363 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
|
319 | 364 | integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
|
320 | 365 |
|
| 366 | +"@babel/helper-string-parser@^7.22.5": |
| 367 | + version "7.22.5" |
| 368 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 369 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 370 | + |
321 | 371 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
322 | 372 | version "7.19.1"
|
323 | 373 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
324 | 374 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
325 | 375 |
|
| 376 | +"@babel/helper-validator-identifier@^7.22.20": |
| 377 | + version "7.22.20" |
| 378 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 379 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 380 | + |
326 | 381 | "@babel/helper-validator-option@^7.21.0":
|
327 | 382 | version "7.21.0"
|
328 | 383 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
|
|
365 | 420 | chalk "^2.0.0"
|
366 | 421 | js-tokens "^4.0.0"
|
367 | 422 |
|
| 423 | +"@babel/highlight@^7.22.13": |
| 424 | + version "7.22.20" |
| 425 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 426 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 427 | + dependencies: |
| 428 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 429 | + chalk "^2.4.2" |
| 430 | + js-tokens "^4.0.0" |
| 431 | + |
368 | 432 | "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.21.4":
|
369 | 433 | version "7.21.4"
|
370 | 434 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
|
371 | 435 | integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
|
372 | 436 |
|
373 |
| -"@babel/parser@^7.21.5", "@babel/parser@^7.21.8": |
| 437 | +"@babel/parser@^7.21.8": |
374 | 438 | version "7.21.8"
|
375 | 439 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8"
|
376 | 440 | integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==
|
377 | 441 |
|
| 442 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 443 | + version "7.23.0" |
| 444 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 445 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 446 | + |
378 | 447 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
379 | 448 | version "7.18.6"
|
380 | 449 | 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"
|
|
1136 | 1205 | "@babel/parser" "^7.20.7"
|
1137 | 1206 | "@babel/types" "^7.20.7"
|
1138 | 1207 |
|
1139 |
| -"@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": |
1140 |
| - version "7.21.4" |
1141 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36" |
1142 |
| - integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== |
1143 |
| - dependencies: |
1144 |
| - "@babel/code-frame" "^7.21.4" |
1145 |
| - "@babel/generator" "^7.21.4" |
1146 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
1147 |
| - "@babel/helper-function-name" "^7.21.0" |
1148 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1149 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1150 |
| - "@babel/parser" "^7.21.4" |
1151 |
| - "@babel/types" "^7.21.4" |
1152 |
| - debug "^4.1.0" |
1153 |
| - globals "^11.1.0" |
1154 |
| - |
1155 |
| -"@babel/traverse@^7.21.5": |
1156 |
| - version "7.21.5" |
1157 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133" |
1158 |
| - integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw== |
1159 |
| - dependencies: |
1160 |
| - "@babel/code-frame" "^7.21.4" |
1161 |
| - "@babel/generator" "^7.21.5" |
1162 |
| - "@babel/helper-environment-visitor" "^7.21.5" |
1163 |
| - "@babel/helper-function-name" "^7.21.0" |
1164 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1165 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1166 |
| - "@babel/parser" "^7.21.5" |
1167 |
| - "@babel/types" "^7.21.5" |
| 1208 | +"@babel/template@^7.22.15": |
| 1209 | + version "7.22.15" |
| 1210 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1211 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 1212 | + dependencies: |
| 1213 | + "@babel/code-frame" "^7.22.13" |
| 1214 | + "@babel/parser" "^7.22.15" |
| 1215 | + "@babel/types" "^7.22.15" |
| 1216 | + |
| 1217 | +"@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", "@babel/traverse@^7.21.5": |
| 1218 | + version "7.23.2" |
| 1219 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1220 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1221 | + dependencies: |
| 1222 | + "@babel/code-frame" "^7.22.13" |
| 1223 | + "@babel/generator" "^7.23.0" |
| 1224 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1225 | + "@babel/helper-function-name" "^7.23.0" |
| 1226 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1227 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1228 | + "@babel/parser" "^7.23.0" |
| 1229 | + "@babel/types" "^7.23.0" |
1168 | 1230 | debug "^4.1.0"
|
1169 | 1231 | globals "^11.1.0"
|
1170 | 1232 |
|
|
1186 | 1248 | "@babel/helper-validator-identifier" "^7.19.1"
|
1187 | 1249 | to-fast-properties "^2.0.0"
|
1188 | 1250 |
|
| 1251 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 1252 | + version "7.23.0" |
| 1253 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1254 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1255 | + dependencies: |
| 1256 | + "@babel/helper-string-parser" "^7.22.5" |
| 1257 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1258 | + to-fast-properties "^2.0.0" |
| 1259 | + |
1189 | 1260 | "@expo/bunyan@4.0.0", "@expo/bunyan@^4.0.0":
|
1190 | 1261 | version "4.0.0"
|
1191 | 1262 | resolved "https://registry.yarnpkg.com/@expo/bunyan/-/bunyan-4.0.0.tgz#be0c1de943c7987a9fbd309ea0b1acd605890c7b"
|
|
0 commit comments