|
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.18.8", "@babel/compat-data@^7.19.3":
|
21 | 29 | version "7.19.3"
|
22 | 30 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
|
|
52 | 60 | "@jridgewell/gen-mapping" "^0.3.2"
|
53 | 61 | jsesc "^2.5.1"
|
54 | 62 |
|
| 63 | +"@babel/generator@^7.23.3": |
| 64 | + version "7.23.3" |
| 65 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.3.tgz#86e6e83d95903fbe7613f448613b8b319f330a8e" |
| 66 | + integrity sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg== |
| 67 | + dependencies: |
| 68 | + "@babel/types" "^7.23.3" |
| 69 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 70 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 71 | + jsesc "^2.5.1" |
| 72 | + |
55 | 73 | "@babel/helper-annotate-as-pure@^7.18.6":
|
56 | 74 | version "7.18.6"
|
57 | 75 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
129 | 147 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
130 | 148 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
131 | 149 |
|
| 150 | +"@babel/helper-environment-visitor@^7.22.20": |
| 151 | + version "7.22.20" |
| 152 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 153 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 154 | + |
132 | 155 | "@babel/helper-explode-assignable-expression@^7.18.6":
|
133 | 156 | version "7.18.6"
|
134 | 157 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
|
|
144 | 167 | "@babel/template" "^7.18.10"
|
145 | 168 | "@babel/types" "^7.19.0"
|
146 | 169 |
|
| 170 | +"@babel/helper-function-name@^7.23.0": |
| 171 | + version "7.23.0" |
| 172 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 173 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 174 | + dependencies: |
| 175 | + "@babel/template" "^7.22.15" |
| 176 | + "@babel/types" "^7.23.0" |
| 177 | + |
147 | 178 | "@babel/helper-hoist-variables@^7.18.6":
|
148 | 179 | version "7.18.6"
|
149 | 180 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
|
150 | 181 | integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
|
151 | 182 | dependencies:
|
152 | 183 | "@babel/types" "^7.18.6"
|
153 | 184 |
|
| 185 | +"@babel/helper-hoist-variables@^7.22.5": |
| 186 | + version "7.22.5" |
| 187 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 188 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 189 | + dependencies: |
| 190 | + "@babel/types" "^7.22.5" |
| 191 | + |
154 | 192 | "@babel/helper-member-expression-to-functions@^7.18.9":
|
155 | 193 | version "7.18.9"
|
156 | 194 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz#1531661e8375af843ad37ac692c132841e2fd815"
|
|
233 | 271 | dependencies:
|
234 | 272 | "@babel/types" "^7.18.6"
|
235 | 273 |
|
| 274 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 275 | + version "7.22.6" |
| 276 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 277 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 278 | + dependencies: |
| 279 | + "@babel/types" "^7.22.5" |
| 280 | + |
236 | 281 | "@babel/helper-string-parser@^7.18.10":
|
237 | 282 | version "7.18.10"
|
238 | 283 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
|
239 | 284 | integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
|
240 | 285 |
|
| 286 | +"@babel/helper-string-parser@^7.22.5": |
| 287 | + version "7.22.5" |
| 288 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 289 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 290 | + |
241 | 291 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
242 | 292 | version "7.19.1"
|
243 | 293 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
244 | 294 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
245 | 295 |
|
| 296 | +"@babel/helper-validator-identifier@^7.22.20": |
| 297 | + version "7.22.20" |
| 298 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 299 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 300 | + |
246 | 301 | "@babel/helper-validator-option@^7.18.6":
|
247 | 302 | version "7.18.6"
|
248 | 303 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
|
|
276 | 331 | chalk "^2.0.0"
|
277 | 332 | js-tokens "^4.0.0"
|
278 | 333 |
|
| 334 | +"@babel/highlight@^7.22.13": |
| 335 | + version "7.22.20" |
| 336 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 337 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 338 | + dependencies: |
| 339 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 340 | + chalk "^2.4.2" |
| 341 | + js-tokens "^4.0.0" |
| 342 | + |
279 | 343 | "@babel/parser@^7.1.0", "@babel/parser@^7.11.5", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.7.0":
|
280 | 344 | version "7.19.3"
|
281 | 345 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
|
282 | 346 | integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
|
283 | 347 |
|
| 348 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.3": |
| 349 | + version "7.23.3" |
| 350 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.3.tgz#0ce0be31a4ca4f1884b5786057cadcb6c3be58f9" |
| 351 | + integrity sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw== |
| 352 | + |
284 | 353 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
285 | 354 | version "7.18.6"
|
286 | 355 | 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"
|
|
914 | 983 | "@babel/parser" "^7.18.10"
|
915 | 984 | "@babel/types" "^7.18.10"
|
916 | 985 |
|
917 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.11.5", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.0": |
918 |
| - version "7.19.3" |
919 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4" |
920 |
| - integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ== |
| 986 | +"@babel/template@^7.22.15": |
| 987 | + version "7.22.15" |
| 988 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 989 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
921 | 990 | dependencies:
|
922 |
| - "@babel/code-frame" "^7.18.6" |
923 |
| - "@babel/generator" "^7.19.3" |
924 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
925 |
| - "@babel/helper-function-name" "^7.19.0" |
926 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
927 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
928 |
| - "@babel/parser" "^7.19.3" |
929 |
| - "@babel/types" "^7.19.3" |
| 991 | + "@babel/code-frame" "^7.22.13" |
| 992 | + "@babel/parser" "^7.22.15" |
| 993 | + "@babel/types" "^7.22.15" |
| 994 | + |
| 995 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.11.5", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.0": |
| 996 | + version "7.23.3" |
| 997 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.3.tgz#26ee5f252e725aa7aca3474aa5b324eaf7908b5b" |
| 998 | + integrity sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ== |
| 999 | + dependencies: |
| 1000 | + "@babel/code-frame" "^7.22.13" |
| 1001 | + "@babel/generator" "^7.23.3" |
| 1002 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1003 | + "@babel/helper-function-name" "^7.23.0" |
| 1004 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1005 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1006 | + "@babel/parser" "^7.23.3" |
| 1007 | + "@babel/types" "^7.23.3" |
930 | 1008 | debug "^4.1.0"
|
931 | 1009 | globals "^11.1.0"
|
932 | 1010 |
|
|
939 | 1017 | "@babel/helper-validator-identifier" "^7.19.1"
|
940 | 1018 | to-fast-properties "^2.0.0"
|
941 | 1019 |
|
| 1020 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.3": |
| 1021 | + version "7.23.3" |
| 1022 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.3.tgz#d5ea892c07f2ec371ac704420f4dcdb07b5f9598" |
| 1023 | + integrity sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw== |
| 1024 | + dependencies: |
| 1025 | + "@babel/helper-string-parser" "^7.22.5" |
| 1026 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1027 | + to-fast-properties "^2.0.0" |
| 1028 | + |
942 | 1029 | "@bcoe/v8-coverage@^0.2.3":
|
943 | 1030 | version "0.2.3"
|
944 | 1031 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
1334 | 1421 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
1335 | 1422 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
1336 | 1423 |
|
| 1424 | +"@jridgewell/resolve-uri@^3.1.0": |
| 1425 | + version "3.1.1" |
| 1426 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 1427 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 1428 | + |
1337 | 1429 | "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
|
1338 | 1430 | version "1.1.2"
|
1339 | 1431 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
1352 | 1444 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
1353 | 1445 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
1354 | 1446 |
|
| 1447 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 1448 | + version "1.4.15" |
| 1449 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 1450 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 1451 | + |
| 1452 | +"@jridgewell/trace-mapping@^0.3.17": |
| 1453 | + version "0.3.20" |
| 1454 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
| 1455 | + integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== |
| 1456 | + dependencies: |
| 1457 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1458 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1459 | + |
1355 | 1460 | "@jridgewell/trace-mapping@^0.3.9":
|
1356 | 1461 | version "0.3.15"
|
1357 | 1462 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz#aba35c48a38d3fd84b37e66c9c0423f9744f9774"
|
|
0 commit comments