|
30 | 30 | dependencies:
|
31 | 31 | "@babel/highlight" "^7.16.7"
|
32 | 32 |
|
| 33 | +"@babel/code-frame@^7.22.13": |
| 34 | + version "7.22.13" |
| 35 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 36 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 37 | + dependencies: |
| 38 | + "@babel/highlight" "^7.22.13" |
| 39 | + chalk "^2.4.2" |
| 40 | + |
33 | 41 | "@babel/compat-data@^7.12.13":
|
34 | 42 | version "7.12.13"
|
35 | 43 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8"
|
|
112 | 120 | eslint-visitor-keys "^2.1.0"
|
113 | 121 | semver "^6.3.0"
|
114 | 122 |
|
115 |
| -"@babel/generator@^7.12.1", "@babel/generator@^7.12.5": |
| 123 | +"@babel/generator@^7.12.1": |
116 | 124 | version "7.12.5"
|
117 | 125 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
|
118 | 126 | integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==
|
|
121 | 129 | jsesc "^2.5.1"
|
122 | 130 | source-map "^0.5.0"
|
123 | 131 |
|
124 |
| -"@babel/generator@^7.12.17": |
125 |
| - version "7.12.17" |
126 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287" |
127 |
| - integrity sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg== |
128 |
| - dependencies: |
129 |
| - "@babel/types" "^7.12.17" |
130 |
| - jsesc "^2.5.1" |
131 |
| - source-map "^0.5.0" |
132 |
| - |
133 | 132 | "@babel/generator@^7.16.7", "@babel/generator@^7.7.2":
|
134 | 133 | version "7.16.7"
|
135 | 134 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.7.tgz#b42bf46a3079fa65e1544135f32e7958f048adbb"
|
|
139 | 138 | jsesc "^2.5.1"
|
140 | 139 | source-map "^0.5.0"
|
141 | 140 |
|
| 141 | +"@babel/generator@^7.23.0": |
| 142 | + version "7.23.0" |
| 143 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 144 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 145 | + dependencies: |
| 146 | + "@babel/types" "^7.23.0" |
| 147 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 148 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 149 | + jsesc "^2.5.1" |
| 150 | + |
142 | 151 | "@babel/generator@^7.7.4":
|
143 | 152 | version "7.7.4"
|
144 | 153 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.4.tgz#db651e2840ca9aa66f327dcec1dc5f5fa9611369"
|
|
291 | 300 | dependencies:
|
292 | 301 | "@babel/types" "^7.16.7"
|
293 | 302 |
|
| 303 | +"@babel/helper-environment-visitor@^7.22.20": |
| 304 | + version "7.22.20" |
| 305 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 306 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 307 | + |
294 | 308 | "@babel/helper-explode-assignable-expression@^7.12.13":
|
295 | 309 | version "7.12.13"
|
296 | 310 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.13.tgz#0e46990da9e271502f77507efa4c9918d3d8634a"
|
|
305 | 319 | dependencies:
|
306 | 320 | "@babel/types" "^7.16.7"
|
307 | 321 |
|
308 |
| -"@babel/helper-function-name@^7.10.4": |
309 |
| - version "7.10.4" |
310 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a" |
311 |
| - integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== |
312 |
| - dependencies: |
313 |
| - "@babel/helper-get-function-arity" "^7.10.4" |
314 |
| - "@babel/template" "^7.10.4" |
315 |
| - "@babel/types" "^7.10.4" |
316 |
| - |
317 | 322 | "@babel/helper-function-name@^7.12.13":
|
318 | 323 | version "7.12.13"
|
319 | 324 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
|
|
332 | 337 | "@babel/template" "^7.16.7"
|
333 | 338 | "@babel/types" "^7.16.7"
|
334 | 339 |
|
335 |
| -"@babel/helper-function-name@^7.7.4": |
336 |
| - version "7.7.4" |
337 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e" |
338 |
| - integrity sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ== |
339 |
| - dependencies: |
340 |
| - "@babel/helper-get-function-arity" "^7.7.4" |
341 |
| - "@babel/template" "^7.7.4" |
342 |
| - "@babel/types" "^7.7.4" |
343 |
| - |
344 |
| -"@babel/helper-get-function-arity@^7.10.4": |
345 |
| - version "7.10.4" |
346 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2" |
347 |
| - integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== |
| 340 | +"@babel/helper-function-name@^7.23.0": |
| 341 | + version "7.23.0" |
| 342 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 343 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
348 | 344 | dependencies:
|
349 |
| - "@babel/types" "^7.10.4" |
| 345 | + "@babel/template" "^7.22.15" |
| 346 | + "@babel/types" "^7.23.0" |
350 | 347 |
|
351 | 348 | "@babel/helper-get-function-arity@^7.12.13":
|
352 | 349 | version "7.12.13"
|
|
362 | 359 | dependencies:
|
363 | 360 | "@babel/types" "^7.16.7"
|
364 | 361 |
|
365 |
| -"@babel/helper-get-function-arity@^7.7.4": |
366 |
| - version "7.7.4" |
367 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0" |
368 |
| - integrity sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA== |
369 |
| - dependencies: |
370 |
| - "@babel/types" "^7.7.4" |
371 |
| - |
372 | 362 | "@babel/helper-hoist-variables@^7.12.13":
|
373 | 363 | version "7.12.13"
|
374 | 364 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.12.13.tgz#13aba58b7480b502362316ea02f52cca0e9796cd"
|
|
383 | 373 | dependencies:
|
384 | 374 | "@babel/types" "^7.16.7"
|
385 | 375 |
|
| 376 | +"@babel/helper-hoist-variables@^7.22.5": |
| 377 | + version "7.22.5" |
| 378 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 379 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 380 | + dependencies: |
| 381 | + "@babel/types" "^7.22.5" |
| 382 | + |
386 | 383 | "@babel/helper-member-expression-to-functions@^7.12.1":
|
387 | 384 | version "7.12.1"
|
388 | 385 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c"
|
|
627 | 624 | dependencies:
|
628 | 625 | "@babel/types" "^7.16.7"
|
629 | 626 |
|
630 |
| -"@babel/helper-split-export-declaration@^7.7.4": |
631 |
| - version "7.7.4" |
632 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz#57292af60443c4a3622cf74040ddc28e68336fd8" |
633 |
| - integrity sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug== |
| 627 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 628 | + version "7.22.6" |
| 629 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 630 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
634 | 631 | dependencies:
|
635 |
| - "@babel/types" "^7.7.4" |
| 632 | + "@babel/types" "^7.22.5" |
| 633 | + |
| 634 | +"@babel/helper-string-parser@^7.22.5": |
| 635 | + version "7.22.5" |
| 636 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 637 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
636 | 638 |
|
637 | 639 | "@babel/helper-validator-identifier@^7.10.4":
|
638 | 640 | version "7.10.4"
|
|
649 | 651 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
|
650 | 652 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
|
651 | 653 |
|
| 654 | +"@babel/helper-validator-identifier@^7.22.20": |
| 655 | + version "7.22.20" |
| 656 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 657 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 658 | + |
652 | 659 | "@babel/helper-validator-option@^7.12.17":
|
653 | 660 | version "7.12.17"
|
654 | 661 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
|
|
724 | 731 | chalk "^2.0.0"
|
725 | 732 | js-tokens "^4.0.0"
|
726 | 733 |
|
| 734 | +"@babel/highlight@^7.22.13": |
| 735 | + version "7.22.20" |
| 736 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 737 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 738 | + dependencies: |
| 739 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 740 | + chalk "^2.4.2" |
| 741 | + js-tokens "^4.0.0" |
| 742 | + |
727 | 743 | "@babel/parser@^7.1.0", "@babel/parser@^7.7.4":
|
728 | 744 | version "7.7.4"
|
729 | 745 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb"
|
730 | 746 | integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g==
|
731 | 747 |
|
732 |
| -"@babel/parser@^7.10.4", "@babel/parser@^7.12.3", "@babel/parser@^7.12.5": |
| 748 | +"@babel/parser@^7.10.4", "@babel/parser@^7.12.3": |
733 | 749 | version "7.12.5"
|
734 | 750 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.5.tgz#b4af32ddd473c0bfa643bd7ff0728b8e71b81ea0"
|
735 | 751 | integrity sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ==
|
736 | 752 |
|
737 |
| -"@babel/parser@^7.12.13", "@babel/parser@^7.12.17": |
| 753 | +"@babel/parser@^7.12.13": |
738 | 754 | version "7.12.17"
|
739 | 755 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848"
|
740 | 756 | integrity sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg==
|
|
744 | 760 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e"
|
745 | 761 | integrity sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA==
|
746 | 762 |
|
| 763 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 764 | + version "7.23.0" |
| 765 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 766 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 767 | + |
747 | 768 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
748 | 769 | version "7.16.7"
|
749 | 770 | 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.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
|
|
2043 | 2064 | "@babel/parser" "^7.16.7"
|
2044 | 2065 | "@babel/types" "^7.16.7"
|
2045 | 2066 |
|
| 2067 | +"@babel/template@^7.22.15": |
| 2068 | + version "7.22.15" |
| 2069 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 2070 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 2071 | + dependencies: |
| 2072 | + "@babel/code-frame" "^7.22.13" |
| 2073 | + "@babel/parser" "^7.22.15" |
| 2074 | + "@babel/types" "^7.22.15" |
| 2075 | + |
2046 | 2076 | "@babel/template@^7.7.4":
|
2047 | 2077 | version "7.7.4"
|
2048 | 2078 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.4.tgz#428a7d9eecffe27deac0a98e23bf8e3675d2a77b"
|
|
2052 | 2082 | "@babel/parser" "^7.7.4"
|
2053 | 2083 | "@babel/types" "^7.7.4"
|
2054 | 2084 |
|
2055 |
| -"@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5": |
2056 |
| - version "7.12.5" |
2057 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.5.tgz#78a0c68c8e8a35e4cacfd31db8bb303d5606f095" |
2058 |
| - integrity sha512-xa15FbQnias7z9a62LwYAA5SZZPkHIXpd42C6uW68o8uTuua96FHZy1y61Va5P/i83FAAcMpW8+A/QayntzuqA== |
2059 |
| - dependencies: |
2060 |
| - "@babel/code-frame" "^7.10.4" |
2061 |
| - "@babel/generator" "^7.12.5" |
2062 |
| - "@babel/helper-function-name" "^7.10.4" |
2063 |
| - "@babel/helper-split-export-declaration" "^7.11.0" |
2064 |
| - "@babel/parser" "^7.12.5" |
2065 |
| - "@babel/types" "^7.12.5" |
| 2085 | +"@babel/traverse@^7.12.1", "@babel/traverse@^7.12.13", "@babel/traverse@^7.12.17", "@babel/traverse@^7.12.5", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4": |
| 2086 | + version "7.23.2" |
| 2087 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 2088 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 2089 | + dependencies: |
| 2090 | + "@babel/code-frame" "^7.22.13" |
| 2091 | + "@babel/generator" "^7.23.0" |
| 2092 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 2093 | + "@babel/helper-function-name" "^7.23.0" |
| 2094 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 2095 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 2096 | + "@babel/parser" "^7.23.0" |
| 2097 | + "@babel/types" "^7.23.0" |
2066 | 2098 | debug "^4.1.0"
|
2067 | 2099 | globals "^11.1.0"
|
2068 |
| - lodash "^4.17.19" |
2069 |
| - |
2070 |
| -"@babel/traverse@^7.12.13", "@babel/traverse@^7.12.17": |
2071 |
| - version "7.12.17" |
2072 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619" |
2073 |
| - integrity sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ== |
2074 |
| - dependencies: |
2075 |
| - "@babel/code-frame" "^7.12.13" |
2076 |
| - "@babel/generator" "^7.12.17" |
2077 |
| - "@babel/helper-function-name" "^7.12.13" |
2078 |
| - "@babel/helper-split-export-declaration" "^7.12.13" |
2079 |
| - "@babel/parser" "^7.12.17" |
2080 |
| - "@babel/types" "^7.12.17" |
2081 |
| - debug "^4.1.0" |
2082 |
| - globals "^11.1.0" |
2083 |
| - lodash "^4.17.19" |
2084 |
| - |
2085 |
| -"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.7.2": |
2086 |
| - version "7.16.7" |
2087 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76" |
2088 |
| - integrity sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ== |
2089 |
| - dependencies: |
2090 |
| - "@babel/code-frame" "^7.16.7" |
2091 |
| - "@babel/generator" "^7.16.7" |
2092 |
| - "@babel/helper-environment-visitor" "^7.16.7" |
2093 |
| - "@babel/helper-function-name" "^7.16.7" |
2094 |
| - "@babel/helper-hoist-variables" "^7.16.7" |
2095 |
| - "@babel/helper-split-export-declaration" "^7.16.7" |
2096 |
| - "@babel/parser" "^7.16.7" |
2097 |
| - "@babel/types" "^7.16.7" |
2098 |
| - debug "^4.1.0" |
2099 |
| - globals "^11.1.0" |
2100 |
| - |
2101 |
| -"@babel/traverse@^7.7.4": |
2102 |
| - version "7.7.4" |
2103 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558" |
2104 |
| - integrity sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw== |
2105 |
| - dependencies: |
2106 |
| - "@babel/code-frame" "^7.5.5" |
2107 |
| - "@babel/generator" "^7.7.4" |
2108 |
| - "@babel/helper-function-name" "^7.7.4" |
2109 |
| - "@babel/helper-split-export-declaration" "^7.7.4" |
2110 |
| - "@babel/parser" "^7.7.4" |
2111 |
| - "@babel/types" "^7.7.4" |
2112 |
| - debug "^4.1.0" |
2113 |
| - globals "^11.1.0" |
2114 |
| - lodash "^4.17.13" |
2115 | 2100 |
|
2116 | 2101 | "@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.7.4":
|
2117 | 2102 | version "7.7.4"
|
|
2148 | 2133 | "@babel/helper-validator-identifier" "^7.16.7"
|
2149 | 2134 | to-fast-properties "^2.0.0"
|
2150 | 2135 |
|
| 2136 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 2137 | + version "7.23.0" |
| 2138 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 2139 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 2140 | + dependencies: |
| 2141 | + "@babel/helper-string-parser" "^7.22.5" |
| 2142 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 2143 | + to-fast-properties "^2.0.0" |
| 2144 | + |
2151 | 2145 | "@babel/types@^7.8.3":
|
2152 | 2146 | version "7.8.3"
|
2153 | 2147 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
|
|
2498 | 2492 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
2499 | 2493 | "@jridgewell/trace-mapping" "^0.3.9"
|
2500 | 2494 |
|
| 2495 | +"@jridgewell/gen-mapping@^0.3.2": |
| 2496 | + version "0.3.3" |
| 2497 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 2498 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 2499 | + dependencies: |
| 2500 | + "@jridgewell/set-array" "^1.0.1" |
| 2501 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 2502 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 2503 | + |
2501 | 2504 | "@jridgewell/resolve-uri@^3.0.3":
|
2502 | 2505 | version "3.1.0"
|
2503 | 2506 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
2504 | 2507 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
2505 | 2508 |
|
| 2509 | +"@jridgewell/resolve-uri@^3.1.0": |
| 2510 | + version "3.1.1" |
| 2511 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 2512 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 2513 | + |
2506 | 2514 | "@jridgewell/set-array@^1.0.1":
|
2507 | 2515 | version "1.1.2"
|
2508 | 2516 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
2521 | 2529 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
2522 | 2530 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
2523 | 2531 |
|
| 2532 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 2533 | + version "1.4.15" |
| 2534 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 2535 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 2536 | + |
| 2537 | +"@jridgewell/trace-mapping@^0.3.17": |
| 2538 | + version "0.3.19" |
| 2539 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" |
| 2540 | + integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== |
| 2541 | + dependencies: |
| 2542 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 2543 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 2544 | + |
2524 | 2545 | "@jridgewell/trace-mapping@^0.3.9":
|
2525 | 2546 | version "0.3.14"
|
2526 | 2547 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed"
|
|
0 commit comments