|
9 | 9 | dependencies: |
10 | 10 | "@babel/highlight" "^7.8.3" |
11 | 11 |
|
| 12 | +"@babel/code-frame@^7.22.13": |
| 13 | + version "7.22.13" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 15 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 16 | + dependencies: |
| 17 | + "@babel/highlight" "^7.22.13" |
| 18 | + chalk "^2.4.2" |
| 19 | + |
12 | 20 | "@babel/core@^7.0.0": |
13 | 21 | version "7.8.4" |
14 | 22 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e" |
|
40 | 48 | lodash "^4.17.13" |
41 | 49 | source-map "^0.5.0" |
42 | 50 |
|
| 51 | +"@babel/generator@^7.23.0": |
| 52 | + version "7.23.0" |
| 53 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 54 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 55 | + dependencies: |
| 56 | + "@babel/types" "^7.23.0" |
| 57 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 58 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 59 | + jsesc "^2.5.1" |
| 60 | + |
43 | 61 | "@babel/helper-annotate-as-pure@^7.8.3": |
44 | 62 | version "7.8.3" |
45 | 63 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee" |
|
101 | 119 | "@babel/types" "^7.8.3" |
102 | 120 | lodash "^4.17.13" |
103 | 121 |
|
| 122 | +"@babel/helper-environment-visitor@^7.22.20": |
| 123 | + version "7.22.20" |
| 124 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 125 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 126 | + |
104 | 127 | "@babel/helper-explode-assignable-expression@^7.8.3": |
105 | 128 | version "7.8.3" |
106 | 129 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.8.3.tgz#a728dc5b4e89e30fc2dfc7d04fa28a930653f982" |
|
109 | 132 | "@babel/traverse" "^7.8.3" |
110 | 133 | "@babel/types" "^7.8.3" |
111 | 134 |
|
| 135 | +"@babel/helper-function-name@^7.23.0": |
| 136 | + version "7.23.0" |
| 137 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 138 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 139 | + dependencies: |
| 140 | + "@babel/template" "^7.22.15" |
| 141 | + "@babel/types" "^7.23.0" |
| 142 | + |
112 | 143 | "@babel/helper-function-name@^7.8.3": |
113 | 144 | version "7.8.3" |
114 | 145 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca" |
|
125 | 156 | dependencies: |
126 | 157 | "@babel/types" "^7.8.3" |
127 | 158 |
|
| 159 | +"@babel/helper-hoist-variables@^7.22.5": |
| 160 | + version "7.22.5" |
| 161 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 162 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 163 | + dependencies: |
| 164 | + "@babel/types" "^7.22.5" |
| 165 | + |
128 | 166 | "@babel/helper-hoist-variables@^7.8.3": |
129 | 167 | version "7.8.3" |
130 | 168 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.8.3.tgz#1dbe9b6b55d78c9b4183fc8cdc6e30ceb83b7134" |
|
206 | 244 | "@babel/template" "^7.8.3" |
207 | 245 | "@babel/types" "^7.8.3" |
208 | 246 |
|
| 247 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 248 | + version "7.22.6" |
| 249 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 250 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 251 | + dependencies: |
| 252 | + "@babel/types" "^7.22.5" |
| 253 | + |
209 | 254 | "@babel/helper-split-export-declaration@^7.8.3": |
210 | 255 | version "7.8.3" |
211 | 256 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9" |
212 | 257 | integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA== |
213 | 258 | dependencies: |
214 | 259 | "@babel/types" "^7.8.3" |
215 | 260 |
|
| 261 | +"@babel/helper-string-parser@^7.22.5": |
| 262 | + version "7.22.5" |
| 263 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 264 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 265 | + |
| 266 | +"@babel/helper-validator-identifier@^7.22.20": |
| 267 | + version "7.22.20" |
| 268 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 269 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 270 | + |
216 | 271 | "@babel/helper-wrap-function@^7.8.3": |
217 | 272 | version "7.8.3" |
218 | 273 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610" |
|
232 | 287 | "@babel/traverse" "^7.8.4" |
233 | 288 | "@babel/types" "^7.8.3" |
234 | 289 |
|
| 290 | +"@babel/highlight@^7.22.13": |
| 291 | + version "7.22.20" |
| 292 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 293 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 294 | + dependencies: |
| 295 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 296 | + chalk "^2.4.2" |
| 297 | + js-tokens "^4.0.0" |
| 298 | + |
235 | 299 | "@babel/highlight@^7.8.3": |
236 | 300 | version "7.8.3" |
237 | 301 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797" |
|
246 | 310 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8" |
247 | 311 | integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw== |
248 | 312 |
|
| 313 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 314 | + version "7.23.0" |
| 315 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 316 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 317 | + |
249 | 318 | "@babel/plugin-external-helpers@^7.0.0": |
250 | 319 | version "7.8.3" |
251 | 320 | resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.8.3.tgz#5a94164d9af393b2820a3cdc407e28ebf237de4b" |
|
631 | 700 | "@babel/parser" "^7.8.3" |
632 | 701 | "@babel/types" "^7.8.3" |
633 | 702 |
|
634 | | -"@babel/traverse@^7.0.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4": |
635 | | - version "7.8.4" |
636 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c" |
637 | | - integrity sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg== |
| 703 | +"@babel/template@^7.22.15": |
| 704 | + version "7.22.15" |
| 705 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 706 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
638 | 707 | dependencies: |
639 | | - "@babel/code-frame" "^7.8.3" |
640 | | - "@babel/generator" "^7.8.4" |
641 | | - "@babel/helper-function-name" "^7.8.3" |
642 | | - "@babel/helper-split-export-declaration" "^7.8.3" |
643 | | - "@babel/parser" "^7.8.4" |
644 | | - "@babel/types" "^7.8.3" |
| 708 | + "@babel/code-frame" "^7.22.13" |
| 709 | + "@babel/parser" "^7.22.15" |
| 710 | + "@babel/types" "^7.22.15" |
| 711 | + |
| 712 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4": |
| 713 | + version "7.23.2" |
| 714 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 715 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 716 | + dependencies: |
| 717 | + "@babel/code-frame" "^7.22.13" |
| 718 | + "@babel/generator" "^7.23.0" |
| 719 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 720 | + "@babel/helper-function-name" "^7.23.0" |
| 721 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 722 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 723 | + "@babel/parser" "^7.23.0" |
| 724 | + "@babel/types" "^7.23.0" |
645 | 725 | debug "^4.1.0" |
646 | 726 | globals "^11.1.0" |
647 | | - lodash "^4.17.13" |
648 | 727 |
|
649 | 728 | "@babel/types@^7.0.0", "@babel/types@^7.8.3": |
650 | 729 | version "7.8.3" |
|
655 | 734 | lodash "^4.17.13" |
656 | 735 | to-fast-properties "^2.0.0" |
657 | 736 |
|
| 737 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 738 | + version "7.23.0" |
| 739 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 740 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 741 | + dependencies: |
| 742 | + "@babel/helper-string-parser" "^7.22.5" |
| 743 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 744 | + to-fast-properties "^2.0.0" |
| 745 | + |
658 | 746 | "@cnakazawa/watch@^1.0.3": |
659 | 747 | version "1.0.4" |
660 | 748 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" |
|
750 | 838 | "@types/yargs" "^15.0.0" |
751 | 839 | chalk "^3.0.0" |
752 | 840 |
|
| 841 | +"@jridgewell/gen-mapping@^0.3.2": |
| 842 | + version "0.3.3" |
| 843 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 844 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 845 | + dependencies: |
| 846 | + "@jridgewell/set-array" "^1.0.1" |
| 847 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 848 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 849 | + |
| 850 | +"@jridgewell/resolve-uri@^3.1.0": |
| 851 | + version "3.1.1" |
| 852 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 853 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 854 | + |
| 855 | +"@jridgewell/set-array@^1.0.1": |
| 856 | + version "1.1.2" |
| 857 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
| 858 | + integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
| 859 | + |
| 860 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": |
| 861 | + version "1.4.15" |
| 862 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 863 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 864 | + |
| 865 | +"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": |
| 866 | + version "0.3.20" |
| 867 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
| 868 | + integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== |
| 869 | + dependencies: |
| 870 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 871 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 872 | + |
753 | 873 | "@react-native-community/cli-debugger-ui@^3.0.0": |
754 | 874 | version "3.0.0" |
755 | 875 | resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-3.0.0.tgz#d01d08d1e5ddc1633d82c7d84d48fff07bd39416" |
|
0 commit comments