|
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"
|
@@ -241,12 +246,6 @@ delayed-stream@~1.0.0:
|
241 | 246 | resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
|
242 | 247 | integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
|
243 | 248 |
|
244 |
| -dir-glob@^3.0.1: |
245 |
| - version "3.0.1" |
246 |
| - resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" |
247 |
| - dependencies: |
248 |
| - path-type "^4.0.0" |
249 |
| - |
250 | 249 | doctrine@^3.0.0:
|
251 | 250 | version "3.0.0"
|
252 | 251 | resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
|
@@ -356,10 +355,10 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
356 | 355 | resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
357 | 356 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
358 | 357 |
|
359 |
| -fast-glob@^3.3.0: |
360 |
| - version "3.3.0" |
361 |
| - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.0.tgz#7c40cb491e1e2ed5664749e87bfb516dbe8727c0" |
362 |
| - integrity sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA== |
| 358 | +fast-glob@^3.3.2: |
| 359 | + version "3.3.2" |
| 360 | + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" |
| 361 | + integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== |
363 | 362 | dependencies:
|
364 | 363 | "@nodelib/fs.stat" "^2.0.2"
|
365 | 364 | "@nodelib/fs.walk" "^1.2.3"
|
@@ -466,16 +465,17 @@ globals@^13.19.0:
|
466 | 465 | dependencies:
|
467 | 466 | type-fest "^0.20.2"
|
468 | 467 |
|
469 |
| -globby@13.2.2: |
470 |
| - version "13.2.2" |
471 |
| - resolved "https://registry.yarnpkg.com/globby/-/globby-13.2.2.tgz#63b90b1bf68619c2135475cbd4e71e66aa090592" |
472 |
| - integrity sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w== |
| 468 | +globby@14.0.0: |
| 469 | + version "14.0.0" |
| 470 | + resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.0.tgz#ea9c062a3614e33f516804e778590fcf055256b9" |
| 471 | + integrity sha512-/1WM/LNHRAOH9lZta77uGbq0dAEQM+XjNesWwhlERDVenqothRbnzTrL3/LrIoEPPjeUHC3vrS6TwoyxeHs7MQ== |
473 | 472 | dependencies:
|
474 |
| - dir-glob "^3.0.1" |
475 |
| - fast-glob "^3.3.0" |
| 473 | + "@sindresorhus/merge-streams" "^1.0.0" |
| 474 | + fast-glob "^3.3.2" |
476 | 475 | ignore "^5.2.4"
|
477 |
| - merge2 "^1.4.1" |
478 |
| - slash "^4.0.0" |
| 476 | + path-type "^5.0.0" |
| 477 | + slash "^5.1.0" |
| 478 | + unicorn-magic "^0.1.0" |
479 | 479 |
|
480 | 480 | graphemer@^1.4.0:
|
481 | 481 | version "1.4.0"
|
@@ -599,7 +599,7 @@ lodash.uniq@4.5.0:
|
599 | 599 | version "4.5.0"
|
600 | 600 | resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
601 | 601 |
|
602 |
| -merge2@^1.3.0, merge2@^1.4.1: |
| 602 | +merge2@^1.3.0: |
603 | 603 | version "1.4.1"
|
604 | 604 | resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
|
605 | 605 | integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
|
@@ -698,9 +698,10 @@ path-key@^3.1.0:
|
698 | 698 | resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
|
699 | 699 | integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
|
700 | 700 |
|
701 |
| -path-type@^4.0.0: |
702 |
| - version "4.0.0" |
703 |
| - resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" |
| 701 | +path-type@^5.0.0: |
| 702 | + version "5.0.0" |
| 703 | + resolved "https://registry.yarnpkg.com/path-type/-/path-type-5.0.0.tgz#14b01ed7aea7ddf9c7c3f46181d4d04f9c785bb8" |
| 704 | + integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg== |
704 | 705 |
|
705 | 706 | picomatch@^2.2.3:
|
706 | 707 | version "2.3.0"
|
@@ -747,10 +748,10 @@ shebang-regex@^3.0.0:
|
747 | 748 | resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
748 | 749 | integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
749 | 750 |
|
750 |
| -slash@^4.0.0: |
751 |
| - version "4.0.0" |
752 |
| - resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7" |
753 |
| - integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== |
| 751 | +slash@^5.1.0: |
| 752 | + version "5.1.0" |
| 753 | + resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce" |
| 754 | + integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg== |
754 | 755 |
|
755 | 756 | strip-ansi@^6.0.1:
|
756 | 757 | version "6.0.1"
|
@@ -793,6 +794,11 @@ type-fest@^0.20.2:
|
793 | 794 | resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
|
794 | 795 | integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
|
795 | 796 |
|
| 797 | +unicorn-magic@^0.1.0: |
| 798 | + version "0.1.0" |
| 799 | + resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4" |
| 800 | + integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ== |
| 801 | + |
796 | 802 | uri-js@^4.2.2:
|
797 | 803 | version "4.2.2"
|
798 | 804 | resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"
|
|
0 commit comments