|
153 | 153 | dependencies:
|
154 | 154 | "@babel/highlight" "^7.18.6"
|
155 | 155 |
|
| 156 | +"@babel/code-frame@^7.22.13": |
| 157 | + version "7.22.13" |
| 158 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 159 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 160 | + dependencies: |
| 161 | + "@babel/highlight" "^7.22.13" |
| 162 | + chalk "^2.4.2" |
| 163 | + |
156 | 164 | "@babel/compat-data@^7.20.5":
|
157 | 165 | version "7.20.10"
|
158 | 166 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec"
|
|
188 | 196 | "@jridgewell/gen-mapping" "^0.3.2"
|
189 | 197 | jsesc "^2.5.1"
|
190 | 198 |
|
| 199 | +"@babel/generator@^7.23.0": |
| 200 | + version "7.23.0" |
| 201 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 202 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 203 | + dependencies: |
| 204 | + "@babel/types" "^7.23.0" |
| 205 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 206 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 207 | + jsesc "^2.5.1" |
| 208 | + |
191 | 209 | "@babel/helper-compilation-targets@^7.20.7":
|
192 | 210 | version "7.20.7"
|
193 | 211 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
|
|
204 | 222 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
205 | 223 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
206 | 224 |
|
207 |
| -"@babel/helper-function-name@^7.19.0": |
208 |
| - version "7.19.0" |
209 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" |
210 |
| - integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== |
| 225 | +"@babel/helper-environment-visitor@^7.22.20": |
| 226 | + version "7.22.20" |
| 227 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 228 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 229 | + |
| 230 | +"@babel/helper-function-name@^7.23.0": |
| 231 | + version "7.23.0" |
| 232 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 233 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
211 | 234 | dependencies:
|
212 |
| - "@babel/template" "^7.18.10" |
213 |
| - "@babel/types" "^7.19.0" |
| 235 | + "@babel/template" "^7.22.15" |
| 236 | + "@babel/types" "^7.23.0" |
214 | 237 |
|
215 |
| -"@babel/helper-hoist-variables@^7.18.6": |
216 |
| - version "7.18.6" |
217 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
218 |
| - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
| 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== |
219 | 242 | dependencies:
|
220 |
| - "@babel/types" "^7.18.6" |
| 243 | + "@babel/types" "^7.22.5" |
221 | 244 |
|
222 | 245 | "@babel/helper-module-imports@^7.18.6":
|
223 | 246 | version "7.18.6"
|
|
259 | 282 | dependencies:
|
260 | 283 | "@babel/types" "^7.18.6"
|
261 | 284 |
|
| 285 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 286 | + version "7.22.6" |
| 287 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 288 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 289 | + dependencies: |
| 290 | + "@babel/types" "^7.22.5" |
| 291 | + |
262 | 292 | "@babel/helper-string-parser@^7.19.4":
|
263 | 293 | version "7.19.4"
|
264 | 294 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
265 | 295 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
266 | 296 |
|
| 297 | +"@babel/helper-string-parser@^7.22.5": |
| 298 | + version "7.22.5" |
| 299 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 300 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 301 | + |
267 | 302 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
268 | 303 | version "7.19.1"
|
269 | 304 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
270 | 305 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
271 | 306 |
|
| 307 | +"@babel/helper-validator-identifier@^7.22.20": |
| 308 | + version "7.22.20" |
| 309 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 310 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 311 | + |
272 | 312 | "@babel/helper-validator-option@^7.18.6":
|
273 | 313 | version "7.18.6"
|
274 | 314 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
|
|
292 | 332 | chalk "^2.0.0"
|
293 | 333 | js-tokens "^4.0.0"
|
294 | 334 |
|
| 335 | +"@babel/highlight@^7.22.13": |
| 336 | + version "7.22.20" |
| 337 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 338 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 339 | + dependencies: |
| 340 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 341 | + chalk "^2.4.2" |
| 342 | + js-tokens "^4.0.0" |
| 343 | + |
295 | 344 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7":
|
296 | 345 | version "7.20.7"
|
297 | 346 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b"
|
|
302 | 351 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae"
|
303 | 352 | integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==
|
304 | 353 |
|
| 354 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 355 | + version "7.23.0" |
| 356 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 357 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 358 | + |
305 | 359 | "@babel/plugin-syntax-async-generators@^7.8.4":
|
306 | 360 | version "7.8.4"
|
307 | 361 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
|
|
400 | 454 | dependencies:
|
401 | 455 | "@babel/helper-plugin-utils" "^7.19.0"
|
402 | 456 |
|
403 |
| -"@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.3.3": |
| 457 | +"@babel/template@^7.20.7", "@babel/template@^7.3.3": |
404 | 458 | version "7.20.7"
|
405 | 459 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
|
406 | 460 | integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
|
|
409 | 463 | "@babel/parser" "^7.20.7"
|
410 | 464 | "@babel/types" "^7.20.7"
|
411 | 465 |
|
412 |
| -"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.7": |
413 |
| - version "7.20.12" |
414 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5" |
415 |
| - integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ== |
| 466 | +"@babel/template@^7.22.15": |
| 467 | + version "7.22.15" |
| 468 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 469 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
416 | 470 | dependencies:
|
417 |
| - "@babel/code-frame" "^7.18.6" |
418 |
| - "@babel/generator" "^7.20.7" |
419 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
420 |
| - "@babel/helper-function-name" "^7.19.0" |
421 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
422 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
423 |
| - "@babel/parser" "^7.20.7" |
424 |
| - "@babel/types" "^7.20.7" |
| 471 | + "@babel/code-frame" "^7.22.13" |
| 472 | + "@babel/parser" "^7.22.15" |
| 473 | + "@babel/types" "^7.22.15" |
| 474 | + |
| 475 | +"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.7": |
| 476 | + version "7.23.2" |
| 477 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 478 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 479 | + dependencies: |
| 480 | + "@babel/code-frame" "^7.22.13" |
| 481 | + "@babel/generator" "^7.23.0" |
| 482 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 483 | + "@babel/helper-function-name" "^7.23.0" |
| 484 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 485 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 486 | + "@babel/parser" "^7.23.0" |
| 487 | + "@babel/types" "^7.23.0" |
425 | 488 | debug "^4.1.0"
|
426 | 489 | globals "^11.1.0"
|
427 | 490 |
|
428 |
| -"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
| 491 | +"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
429 | 492 | version "7.20.7"
|
430 | 493 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
|
431 | 494 | integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
|
|
434 | 497 | "@babel/helper-validator-identifier" "^7.19.1"
|
435 | 498 | to-fast-properties "^2.0.0"
|
436 | 499 |
|
| 500 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 501 | + version "7.23.0" |
| 502 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 503 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 504 | + dependencies: |
| 505 | + "@babel/helper-string-parser" "^7.22.5" |
| 506 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 507 | + to-fast-properties "^2.0.0" |
| 508 | + |
437 | 509 | "@bcoe/v8-coverage@^0.2.3":
|
438 | 510 | version "0.2.3"
|
439 | 511 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
869 | 941 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
870 | 942 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
871 | 943 |
|
| 944 | +"@jridgewell/resolve-uri@^3.1.0": |
| 945 | + version "3.1.1" |
| 946 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 947 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 948 | + |
872 | 949 | "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
|
873 | 950 | version "1.1.2"
|
874 | 951 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
879 | 956 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
880 | 957 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
881 | 958 |
|
882 |
| -"@jridgewell/sourcemap-codec@^1.4.15": |
| 959 | +"@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.4.15": |
883 | 960 | version "1.4.15"
|
884 | 961 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
|
885 | 962 | integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
|
900 | 977 | "@jridgewell/resolve-uri" "3.1.0"
|
901 | 978 | "@jridgewell/sourcemap-codec" "1.4.14"
|
902 | 979 |
|
| 980 | +"@jridgewell/trace-mapping@^0.3.17": |
| 981 | + version "0.3.19" |
| 982 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" |
| 983 | + integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== |
| 984 | + dependencies: |
| 985 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 986 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 987 | + |
903 | 988 | "@jridgewell/trace-mapping@^0.3.18":
|
904 | 989 | version "0.3.18"
|
905 | 990 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz#25783b2086daf6ff1dcb53c9249ae480e4dd4cd6"
|
|
0 commit comments