|
17 | 17 | dependencies: |
18 | 18 | "@babel/highlight" "^7.18.6" |
19 | 19 |
|
| 20 | +"@babel/code-frame@^7.22.13": |
| 21 | + version "7.22.13" |
| 22 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 23 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 24 | + dependencies: |
| 25 | + "@babel/highlight" "^7.22.13" |
| 26 | + chalk "^2.4.2" |
| 27 | + |
20 | 28 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1": |
21 | 29 | version "7.20.5" |
22 | 30 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.5.tgz" |
|
61 | 69 | "@jridgewell/gen-mapping" "^0.3.2" |
62 | 70 | jsesc "^2.5.1" |
63 | 71 |
|
| 72 | +"@babel/generator@^7.23.0": |
| 73 | + version "7.23.0" |
| 74 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 75 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 76 | + dependencies: |
| 77 | + "@babel/types" "^7.23.0" |
| 78 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 79 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 80 | + jsesc "^2.5.1" |
| 81 | + |
64 | 82 | "@babel/helper-annotate-as-pure@^7.18.6": |
65 | 83 | version "7.18.6" |
66 | 84 | resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz" |
|
124 | 142 | resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz" |
125 | 143 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== |
126 | 144 |
|
| 145 | +"@babel/helper-environment-visitor@^7.22.20": |
| 146 | + version "7.22.20" |
| 147 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 148 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 149 | + |
127 | 150 | "@babel/helper-explode-assignable-expression@^7.18.6": |
128 | 151 | version "7.18.6" |
129 | 152 | resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz" |
|
139 | 162 | "@babel/template" "^7.18.10" |
140 | 163 | "@babel/types" "^7.19.0" |
141 | 164 |
|
142 | | -"@babel/helper-hoist-variables@^7.18.6": |
143 | | - version "7.18.6" |
144 | | - resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz" |
145 | | - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
| 165 | +"@babel/helper-function-name@^7.23.0": |
| 166 | + version "7.23.0" |
| 167 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 168 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
146 | 169 | dependencies: |
147 | | - "@babel/types" "^7.18.6" |
| 170 | + "@babel/template" "^7.22.15" |
| 171 | + "@babel/types" "^7.23.0" |
| 172 | + |
| 173 | +"@babel/helper-hoist-variables@^7.22.5": |
| 174 | + version "7.22.5" |
| 175 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 176 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 177 | + dependencies: |
| 178 | + "@babel/types" "^7.22.5" |
148 | 179 |
|
149 | 180 | "@babel/helper-member-expression-to-functions@^7.18.9": |
150 | 181 | version "7.18.9" |
|
228 | 259 | dependencies: |
229 | 260 | "@babel/types" "^7.18.6" |
230 | 261 |
|
| 262 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 263 | + version "7.22.6" |
| 264 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 265 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 266 | + dependencies: |
| 267 | + "@babel/types" "^7.22.5" |
| 268 | + |
231 | 269 | "@babel/helper-string-parser@^7.19.4": |
232 | 270 | version "7.19.4" |
233 | 271 | resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz" |
234 | 272 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
235 | 273 |
|
| 274 | +"@babel/helper-string-parser@^7.22.5": |
| 275 | + version "7.22.5" |
| 276 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 277 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 278 | + |
236 | 279 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
237 | 280 | version "7.19.1" |
238 | 281 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz" |
239 | 282 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== |
240 | 283 |
|
| 284 | +"@babel/helper-validator-identifier@^7.22.20": |
| 285 | + version "7.22.20" |
| 286 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 287 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 288 | + |
241 | 289 | "@babel/helper-validator-option@^7.18.6": |
242 | 290 | version "7.18.6" |
243 | 291 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz" |
|
271 | 319 | chalk "^2.0.0" |
272 | 320 | js-tokens "^4.0.0" |
273 | 321 |
|
| 322 | +"@babel/highlight@^7.22.13": |
| 323 | + version "7.22.20" |
| 324 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 325 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 326 | + dependencies: |
| 327 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 328 | + chalk "^2.4.2" |
| 329 | + js-tokens "^4.0.0" |
| 330 | + |
274 | 331 | "@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.20.5": |
275 | 332 | version "7.20.5" |
276 | 333 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.20.5.tgz" |
277 | 334 | integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA== |
278 | 335 |
|
| 336 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 337 | + version "7.23.0" |
| 338 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 339 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 340 | + |
279 | 341 | "@babel/plugin-proposal-async-generator-functions@^7.0.0": |
280 | 342 | version "7.20.1" |
281 | 343 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz" |
|
743 | 805 | "@babel/parser" "^7.18.10" |
744 | 806 | "@babel/types" "^7.18.10" |
745 | 807 |
|
746 | | -"@babel/traverse@^7.14.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4": |
747 | | - version "7.20.5" |
748 | | - resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.5.tgz" |
749 | | - integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ== |
| 808 | +"@babel/template@^7.22.15": |
| 809 | + version "7.22.15" |
| 810 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 811 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
750 | 812 | dependencies: |
751 | | - "@babel/code-frame" "^7.18.6" |
752 | | - "@babel/generator" "^7.20.5" |
753 | | - "@babel/helper-environment-visitor" "^7.18.9" |
754 | | - "@babel/helper-function-name" "^7.19.0" |
755 | | - "@babel/helper-hoist-variables" "^7.18.6" |
756 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
757 | | - "@babel/parser" "^7.20.5" |
758 | | - "@babel/types" "^7.20.5" |
| 813 | + "@babel/code-frame" "^7.22.13" |
| 814 | + "@babel/parser" "^7.22.15" |
| 815 | + "@babel/types" "^7.22.15" |
| 816 | + |
| 817 | +"@babel/traverse@^7.14.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4": |
| 818 | + version "7.23.2" |
| 819 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 820 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 821 | + dependencies: |
| 822 | + "@babel/code-frame" "^7.22.13" |
| 823 | + "@babel/generator" "^7.23.0" |
| 824 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 825 | + "@babel/helper-function-name" "^7.23.0" |
| 826 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 827 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 828 | + "@babel/parser" "^7.23.0" |
| 829 | + "@babel/types" "^7.23.0" |
759 | 830 | debug "^4.1.0" |
760 | 831 | globals "^11.1.0" |
761 | 832 |
|
|
768 | 839 | "@babel/helper-validator-identifier" "^7.19.1" |
769 | 840 | to-fast-properties "^2.0.0" |
770 | 841 |
|
| 842 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 843 | + version "7.23.0" |
| 844 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 845 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 846 | + dependencies: |
| 847 | + "@babel/helper-string-parser" "^7.22.5" |
| 848 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 849 | + to-fast-properties "^2.0.0" |
| 850 | + |
771 | 851 | "@bcoe/v8-coverage@^0.2.3": |
772 | 852 | version "0.2.3" |
773 | 853 | resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" |
|
1133 | 1213 | resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz" |
1134 | 1214 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== |
1135 | 1215 |
|
| 1216 | +"@jridgewell/resolve-uri@^3.1.0": |
| 1217 | + version "3.1.1" |
| 1218 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 1219 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 1220 | + |
1136 | 1221 | "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": |
1137 | 1222 | version "1.1.2" |
1138 | 1223 | resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz" |
|
1143 | 1228 | resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz" |
1144 | 1229 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
1145 | 1230 |
|
| 1231 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 1232 | + version "1.4.15" |
| 1233 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 1234 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 1235 | + |
1146 | 1236 | "@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.15", "@jridgewell/trace-mapping@^0.3.9": |
1147 | 1237 | version "0.3.17" |
1148 | 1238 | resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz" |
|
1151 | 1241 | "@jridgewell/resolve-uri" "3.1.0" |
1152 | 1242 | "@jridgewell/sourcemap-codec" "1.4.14" |
1153 | 1243 |
|
| 1244 | +"@jridgewell/trace-mapping@^0.3.17": |
| 1245 | + version "0.3.20" |
| 1246 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
| 1247 | + integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== |
| 1248 | + dependencies: |
| 1249 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1250 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1251 | + |
1154 | 1252 | "@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1": |
1155 | 1253 | version "5.1.1-v1" |
1156 | 1254 | resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129" |
|
1428 | 1526 | "@sinonjs/commons" "^1.7.0" |
1429 | 1527 |
|
1430 | 1528 | "@synonymdev/react-native-ldk@../lib": |
1431 | | - version "0.0.111" |
| 1529 | + version "0.0.118" |
1432 | 1530 | dependencies: |
1433 | 1531 | bitcoinjs-lib "^6.0.2" |
1434 | 1532 |
|
|
0 commit comments