|
100 | 100 | "@nodelib/fs.scandir" "2.1.5"
|
101 | 101 | fastq "^1.6.0"
|
102 | 102 |
|
| 103 | +"@sindresorhus/merge-streams@^1.0.0": |
| 104 | + version "1.0.0" |
| 105 | + resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-1.0.0.tgz#9cd84cc15bc865a5ca35fcaae198eb899f7b5c90" |
| 106 | + integrity sha512-rUV5WyJrJLoloD4NDN1V1+LDMDWOa4OTsT4yYJwQNpTU6FWxkxHpL7eu4w+DmiH8x/EAM1otkPE1+LaspIbplw== |
| 107 | + |
103 | 108 | "@types/color-name@^1.1.1":
|
104 | 109 | version "1.1.1"
|
105 | 110 | resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
|
@@ -246,12 +251,6 @@ delayed-stream@~1.0.0:
|
246 | 251 | resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
|
247 | 252 | integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
|
248 | 253 |
|
249 |
| -dir-glob@^3.0.1: |
250 |
| - version "3.0.1" |
251 |
| - resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" |
252 |
| - dependencies: |
253 |
| - path-type "^4.0.0" |
254 |
| - |
255 | 254 | doctrine@^3.0.0:
|
256 | 255 | version "3.0.0"
|
257 | 256 | resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
|
@@ -362,10 +361,10 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
362 | 361 | resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
363 | 362 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
364 | 363 |
|
365 |
| -fast-glob@^3.3.0: |
366 |
| - version "3.3.0" |
367 |
| - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.0.tgz#7c40cb491e1e2ed5664749e87bfb516dbe8727c0" |
368 |
| - integrity sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA== |
| 364 | +fast-glob@^3.3.2: |
| 365 | + version "3.3.2" |
| 366 | + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" |
| 367 | + integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== |
369 | 368 | dependencies:
|
370 | 369 | "@nodelib/fs.stat" "^2.0.2"
|
371 | 370 | "@nodelib/fs.walk" "^1.2.3"
|
@@ -472,16 +471,17 @@ globals@^13.19.0:
|
472 | 471 | dependencies:
|
473 | 472 | type-fest "^0.20.2"
|
474 | 473 |
|
475 |
| -globby@13.2.2: |
476 |
| - version "13.2.2" |
477 |
| - resolved "https://registry.yarnpkg.com/globby/-/globby-13.2.2.tgz#63b90b1bf68619c2135475cbd4e71e66aa090592" |
478 |
| - integrity sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w== |
| 474 | +globby@14.0.0: |
| 475 | + version "14.0.0" |
| 476 | + resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.0.tgz#ea9c062a3614e33f516804e778590fcf055256b9" |
| 477 | + integrity sha512-/1WM/LNHRAOH9lZta77uGbq0dAEQM+XjNesWwhlERDVenqothRbnzTrL3/LrIoEPPjeUHC3vrS6TwoyxeHs7MQ== |
479 | 478 | dependencies:
|
480 |
| - dir-glob "^3.0.1" |
481 |
| - fast-glob "^3.3.0" |
| 479 | + "@sindresorhus/merge-streams" "^1.0.0" |
| 480 | + fast-glob "^3.3.2" |
482 | 481 | ignore "^5.2.4"
|
483 |
| - merge2 "^1.4.1" |
484 |
| - slash "^4.0.0" |
| 482 | + path-type "^5.0.0" |
| 483 | + slash "^5.1.0" |
| 484 | + unicorn-magic "^0.1.0" |
485 | 485 |
|
486 | 486 | graphemer@^1.4.0:
|
487 | 487 | version "1.4.0"
|
@@ -605,7 +605,7 @@ lodash.uniq@4.5.0:
|
605 | 605 | version "4.5.0"
|
606 | 606 | resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
607 | 607 |
|
608 |
| -merge2@^1.3.0, merge2@^1.4.1: |
| 608 | +merge2@^1.3.0: |
609 | 609 | version "1.4.1"
|
610 | 610 | resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
|
611 | 611 | integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
|
@@ -704,9 +704,10 @@ path-key@^3.1.0:
|
704 | 704 | resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
|
705 | 705 | integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
|
706 | 706 |
|
707 |
| -path-type@^4.0.0: |
708 |
| - version "4.0.0" |
709 |
| - resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" |
| 707 | +path-type@^5.0.0: |
| 708 | + version "5.0.0" |
| 709 | + resolved "https://registry.yarnpkg.com/path-type/-/path-type-5.0.0.tgz#14b01ed7aea7ddf9c7c3f46181d4d04f9c785bb8" |
| 710 | + integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg== |
710 | 711 |
|
711 | 712 | picomatch@^2.2.3:
|
712 | 713 | version "2.3.0"
|
@@ -753,10 +754,10 @@ shebang-regex@^3.0.0:
|
753 | 754 | resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
754 | 755 | integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
755 | 756 |
|
756 |
| -slash@^4.0.0: |
757 |
| - version "4.0.0" |
758 |
| - resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7" |
759 |
| - integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== |
| 757 | +slash@^5.1.0: |
| 758 | + version "5.1.0" |
| 759 | + resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce" |
| 760 | + integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg== |
760 | 761 |
|
761 | 762 | strip-ansi@^6.0.1:
|
762 | 763 | version "6.0.1"
|
@@ -799,6 +800,11 @@ type-fest@^0.20.2:
|
799 | 800 | resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
|
800 | 801 | integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
|
801 | 802 |
|
| 803 | +unicorn-magic@^0.1.0: |
| 804 | + version "0.1.0" |
| 805 | + resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4" |
| 806 | + integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ== |
| 807 | + |
802 | 808 | uri-js@^4.2.2:
|
803 | 809 | version "4.2.2"
|
804 | 810 | resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"
|
|
0 commit comments