|
22 | 22 | dependencies:
|
23 | 23 | "@babel/highlight" "^7.18.6"
|
24 | 24 |
|
| 25 | +"@babel/code-frame@^7.22.13": |
| 26 | + version "7.22.13" |
| 27 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 28 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 29 | + dependencies: |
| 30 | + "@babel/highlight" "^7.22.13" |
| 31 | + chalk "^2.4.2" |
| 32 | + |
25 | 33 | "@babel/code-frame@^7.22.5":
|
26 | 34 | version "7.22.5"
|
27 | 35 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658"
|
|
73 | 81 | "@jridgewell/gen-mapping" "^0.3.2"
|
74 | 82 | jsesc "^2.5.1"
|
75 | 83 |
|
| 84 | +"@babel/generator@^7.23.0": |
| 85 | + version "7.23.0" |
| 86 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 87 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 88 | + dependencies: |
| 89 | + "@babel/types" "^7.23.0" |
| 90 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 91 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 92 | + jsesc "^2.5.1" |
| 93 | + |
76 | 94 | "@babel/helper-annotate-as-pure@^7.22.5":
|
77 | 95 | version "7.22.5"
|
78 | 96 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
120 | 138 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
|
121 | 139 | integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
|
122 | 140 |
|
123 |
| -"@babel/helper-function-name@^7.19.0": |
124 |
| - version "7.19.0" |
125 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" |
126 |
| - integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== |
127 |
| - dependencies: |
128 |
| - "@babel/template" "^7.18.10" |
129 |
| - "@babel/types" "^7.19.0" |
130 |
| - |
131 | 141 | "@babel/helper-function-name@^7.22.5":
|
132 | 142 | version "7.22.5"
|
133 | 143 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
|
|
136 | 146 | "@babel/template" "^7.22.5"
|
137 | 147 | "@babel/types" "^7.22.5"
|
138 | 148 |
|
139 |
| -"@babel/helper-hoist-variables@^7.18.6": |
140 |
| - version "7.18.6" |
141 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
142 |
| - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
| 149 | +"@babel/helper-function-name@^7.23.0": |
| 150 | + version "7.23.0" |
| 151 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 152 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
143 | 153 | dependencies:
|
144 |
| - "@babel/types" "^7.18.6" |
| 154 | + "@babel/template" "^7.22.15" |
| 155 | + "@babel/types" "^7.23.0" |
| 156 | + |
| 157 | +"@babel/helper-hoist-variables@^7.22.5": |
| 158 | + version "7.22.5" |
| 159 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 160 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 161 | + dependencies: |
| 162 | + "@babel/types" "^7.22.5" |
145 | 163 |
|
146 | 164 | "@babel/helper-member-expression-to-functions@^7.22.15":
|
147 | 165 | version "7.23.0"
|
|
261 | 279 | chalk "^2.0.0"
|
262 | 280 | js-tokens "^4.0.0"
|
263 | 281 |
|
| 282 | +"@babel/highlight@^7.22.13": |
| 283 | + version "7.22.20" |
| 284 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 285 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 286 | + dependencies: |
| 287 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 288 | + chalk "^2.4.2" |
| 289 | + js-tokens "^4.0.0" |
| 290 | + |
264 | 291 | "@babel/highlight@^7.22.5":
|
265 | 292 | version "7.22.5"
|
266 | 293 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
|
|
275 | 302 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
|
276 | 303 | integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
|
277 | 304 |
|
| 305 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 306 | + version "7.23.0" |
| 307 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 308 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 309 | + |
278 | 310 | "@babel/parser@^7.22.5":
|
279 | 311 | version "7.22.5"
|
280 | 312 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
|
|
413 | 445 | "@babel/parser" "^7.18.10"
|
414 | 446 | "@babel/types" "^7.18.10"
|
415 | 447 |
|
| 448 | +"@babel/template@^7.22.15": |
| 449 | + version "7.22.15" |
| 450 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 451 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 452 | + dependencies: |
| 453 | + "@babel/code-frame" "^7.22.13" |
| 454 | + "@babel/parser" "^7.22.15" |
| 455 | + "@babel/types" "^7.22.15" |
| 456 | + |
416 | 457 | "@babel/template@^7.22.5":
|
417 | 458 | version "7.22.5"
|
418 | 459 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
|
|
423 | 464 | "@babel/types" "^7.22.5"
|
424 | 465 |
|
425 | 466 | "@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6", "@babel/traverse@^7.7.2":
|
426 |
| - version "7.19.6" |
427 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc" |
428 |
| - integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ== |
| 467 | + version "7.23.2" |
| 468 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 469 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
429 | 470 | dependencies:
|
430 |
| - "@babel/code-frame" "^7.18.6" |
431 |
| - "@babel/generator" "^7.19.6" |
432 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
433 |
| - "@babel/helper-function-name" "^7.19.0" |
434 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
435 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
436 |
| - "@babel/parser" "^7.19.6" |
437 |
| - "@babel/types" "^7.19.4" |
| 471 | + "@babel/code-frame" "^7.22.13" |
| 472 | + "@babel/generator" "^7.23.0" |
| 473 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 474 | + "@babel/helper-function-name" "^7.23.0" |
| 475 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 476 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 477 | + "@babel/parser" "^7.23.0" |
| 478 | + "@babel/types" "^7.23.0" |
438 | 479 | debug "^4.1.0"
|
439 | 480 | globals "^11.1.0"
|
440 | 481 |
|
441 |
| -"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
| 482 | +"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
442 | 483 | version "7.19.4"
|
443 | 484 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
|
444 | 485 | integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
|
|
447 | 488 | "@babel/helper-validator-identifier" "^7.19.1"
|
448 | 489 | to-fast-properties "^2.0.0"
|
449 | 490 |
|
| 491 | +"@babel/types@^7.22.15", "@babel/types@^7.23.0": |
| 492 | + version "7.23.0" |
| 493 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 494 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 495 | + dependencies: |
| 496 | + "@babel/helper-string-parser" "^7.22.5" |
| 497 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 498 | + to-fast-properties "^2.0.0" |
| 499 | + |
450 | 500 | "@babel/types@^7.22.5":
|
451 | 501 | version "7.22.5"
|
452 | 502 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
|
|
456 | 506 | "@babel/helper-validator-identifier" "^7.22.5"
|
457 | 507 | to-fast-properties "^2.0.0"
|
458 | 508 |
|
459 |
| -"@babel/types@^7.23.0": |
460 |
| - version "7.23.0" |
461 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
462 |
| - integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
463 |
| - dependencies: |
464 |
| - "@babel/helper-string-parser" "^7.22.5" |
465 |
| - "@babel/helper-validator-identifier" "^7.22.20" |
466 |
| - to-fast-properties "^2.0.0" |
467 |
| - |
468 | 509 | "@bcoe/v8-coverage@^0.2.3":
|
469 | 510 | version "0.2.3"
|
470 | 511 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
847 | 888 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
848 | 889 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
849 | 890 |
|
| 891 | +"@jridgewell/resolve-uri@^3.1.0": |
| 892 | + version "3.1.1" |
| 893 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 894 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 895 | + |
850 | 896 | "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
|
851 | 897 | version "1.1.2"
|
852 | 898 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
857 | 903 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
858 | 904 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
859 | 905 |
|
860 |
| -"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.15": |
| 906 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.4.15": |
861 | 907 | version "1.4.15"
|
862 | 908 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
|
863 | 909 | integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
|
870 | 916 | "@jridgewell/resolve-uri" "3.1.0"
|
871 | 917 | "@jridgewell/sourcemap-codec" "1.4.14"
|
872 | 918 |
|
| 919 | +"@jridgewell/trace-mapping@^0.3.17": |
| 920 | + version "0.3.20" |
| 921 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
| 922 | + integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== |
| 923 | + dependencies: |
| 924 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 925 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 926 | + |
873 | 927 | "@kwsites/file-exists@^1.1.1":
|
874 | 928 | version "1.1.1"
|
875 | 929 | resolved "https://registry.yarnpkg.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz#ad1efcac13e1987d8dbaf235ef3be5b0d96faa99"
|
|
2126 | 2180 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz#249623b7d66869c673699fb66d65723e54dfcfb3"
|
2127 | 2181 | integrity sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==
|
2128 | 2182 |
|
2129 |
| -chalk@^2.0.0, chalk@^2.4.1: |
| 2183 | +chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2: |
2130 | 2184 | version "2.4.2"
|
2131 | 2185 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
2132 | 2186 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments