|
60 | 60 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
|
61 | 61 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
|
62 | 62 |
|
63 |
| -"@babel/core@7.26.9": |
64 |
| - version "7.26.9" |
65 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
66 |
| - integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
| 63 | +"@babel/core@7.26.10": |
| 64 | + version "7.26.10" |
| 65 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
| 66 | + integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
67 | 67 | dependencies:
|
68 | 68 | "@ampproject/remapping" "^2.2.0"
|
69 | 69 | "@babel/code-frame" "^7.26.2"
|
70 |
| - "@babel/generator" "^7.26.9" |
| 70 | + "@babel/generator" "^7.26.10" |
71 | 71 | "@babel/helper-compilation-targets" "^7.26.5"
|
72 | 72 | "@babel/helper-module-transforms" "^7.26.0"
|
73 |
| - "@babel/helpers" "^7.26.9" |
74 |
| - "@babel/parser" "^7.26.9" |
| 73 | + "@babel/helpers" "^7.26.10" |
| 74 | + "@babel/parser" "^7.26.10" |
75 | 75 | "@babel/template" "^7.26.9"
|
76 |
| - "@babel/traverse" "^7.26.9" |
77 |
| - "@babel/types" "^7.26.9" |
| 76 | + "@babel/traverse" "^7.26.10" |
| 77 | + "@babel/types" "^7.26.10" |
78 | 78 | convert-source-map "^2.0.0"
|
79 | 79 | debug "^4.1.0"
|
80 | 80 | gensync "^1.0.0-beta.2"
|
|
101 | 101 | "@jridgewell/trace-mapping" "^0.3.25"
|
102 | 102 | jsesc "^3.0.2"
|
103 | 103 |
|
| 104 | +"@babel/generator@^7.26.10": |
| 105 | + version "7.26.10" |
| 106 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7" |
| 107 | + integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang== |
| 108 | + dependencies: |
| 109 | + "@babel/parser" "^7.26.10" |
| 110 | + "@babel/types" "^7.26.10" |
| 111 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 112 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 113 | + jsesc "^3.0.2" |
| 114 | + |
104 | 115 | "@babel/generator@^7.26.8":
|
105 | 116 | version "7.26.8"
|
106 | 117 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.8.tgz#f9c5e770309e12e3099ad8271e52f6caa15442ab"
|
|
112 | 123 | "@jridgewell/trace-mapping" "^0.3.25"
|
113 | 124 | jsesc "^3.0.2"
|
114 | 125 |
|
115 |
| -"@babel/generator@^7.26.9": |
116 |
| - version "7.26.9" |
117 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
118 |
| - integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
119 |
| - dependencies: |
120 |
| - "@babel/parser" "^7.26.9" |
121 |
| - "@babel/types" "^7.26.9" |
122 |
| - "@jridgewell/gen-mapping" "^0.3.5" |
123 |
| - "@jridgewell/trace-mapping" "^0.3.25" |
124 |
| - jsesc "^3.0.2" |
125 |
| - |
126 | 126 | "@babel/helper-annotate-as-pure@^7.24.7":
|
127 | 127 | version "7.24.7"
|
128 | 128 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz#5373c7bc8366b12a033b4be1ac13a206c6656aab"
|
|
353 | 353 | "@babel/traverse" "^7.25.9"
|
354 | 354 | "@babel/types" "^7.25.9"
|
355 | 355 |
|
356 |
| -"@babel/helpers@^7.26.9": |
357 |
| - version "7.26.9" |
358 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
359 |
| - integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
| 356 | +"@babel/helpers@^7.26.10": |
| 357 | + version "7.26.10" |
| 358 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 359 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
360 | 360 | dependencies:
|
361 | 361 | "@babel/template" "^7.26.9"
|
362 |
| - "@babel/types" "^7.26.9" |
| 362 | + "@babel/types" "^7.26.10" |
363 | 363 |
|
364 | 364 | "@babel/highlight@^7.24.7":
|
365 | 365 | version "7.24.7"
|
|
393 | 393 | dependencies:
|
394 | 394 | "@babel/types" "^7.25.9"
|
395 | 395 |
|
| 396 | +"@babel/parser@^7.26.10": |
| 397 | + version "7.26.10" |
| 398 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 399 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 400 | + dependencies: |
| 401 | + "@babel/types" "^7.26.10" |
| 402 | + |
396 | 403 | "@babel/parser@^7.26.8":
|
397 | 404 | version "7.26.8"
|
398 | 405 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2"
|
|
1005 | 1012 | debug "^4.3.1"
|
1006 | 1013 | globals "^11.1.0"
|
1007 | 1014 |
|
| 1015 | +"@babel/traverse@^7.26.10": |
| 1016 | + version "7.26.10" |
| 1017 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380" |
| 1018 | + integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A== |
| 1019 | + dependencies: |
| 1020 | + "@babel/code-frame" "^7.26.2" |
| 1021 | + "@babel/generator" "^7.26.10" |
| 1022 | + "@babel/parser" "^7.26.10" |
| 1023 | + "@babel/template" "^7.26.9" |
| 1024 | + "@babel/types" "^7.26.10" |
| 1025 | + debug "^4.3.1" |
| 1026 | + globals "^11.1.0" |
| 1027 | + |
1008 | 1028 | "@babel/traverse@^7.26.8":
|
1009 | 1029 | version "7.26.8"
|
1010 | 1030 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9"
|
|
1018 | 1038 | debug "^4.3.1"
|
1019 | 1039 | globals "^11.1.0"
|
1020 | 1040 |
|
1021 |
| -"@babel/traverse@^7.26.9": |
1022 |
| - version "7.26.9" |
1023 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
1024 |
| - integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
1025 |
| - dependencies: |
1026 |
| - "@babel/code-frame" "^7.26.2" |
1027 |
| - "@babel/generator" "^7.26.9" |
1028 |
| - "@babel/parser" "^7.26.9" |
1029 |
| - "@babel/template" "^7.26.9" |
1030 |
| - "@babel/types" "^7.26.9" |
1031 |
| - debug "^4.3.1" |
1032 |
| - globals "^11.1.0" |
1033 |
| - |
1034 | 1041 | "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4":
|
1035 | 1042 | version "7.25.1"
|
1036 | 1043 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.1.tgz#64dbc31effc5f3fa3cf10d19df0e6310214743f5"
|
|
1061 | 1068 | "@babel/helper-string-parser" "^7.25.9"
|
1062 | 1069 | "@babel/helper-validator-identifier" "^7.25.9"
|
1063 | 1070 |
|
| 1071 | +"@babel/types@^7.26.10": |
| 1072 | + version "7.26.10" |
| 1073 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 1074 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 1075 | + dependencies: |
| 1076 | + "@babel/helper-string-parser" "^7.25.9" |
| 1077 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1078 | + |
1064 | 1079 | "@babel/types@^7.26.8":
|
1065 | 1080 | version "7.26.8"
|
1066 | 1081 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
|
@@ -2029,16 +2044,16 @@ asynckit@^0.4.0:
|
2029 | 2044 | resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
|
2030 | 2045 | integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
|
2031 | 2046 |
|
2032 |
| -autoprefixer@10.4.20: |
2033 |
| - version "10.4.20" |
2034 |
| - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.20.tgz#5caec14d43976ef42e32dcb4bd62878e96be5b3b" |
2035 |
| - integrity sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g== |
| 2047 | +autoprefixer@10.4.21: |
| 2048 | + version "10.4.21" |
| 2049 | + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.21.tgz#77189468e7a8ad1d9a37fbc08efc9f480cf0a95d" |
| 2050 | + integrity sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ== |
2036 | 2051 | dependencies:
|
2037 |
| - browserslist "^4.23.3" |
2038 |
| - caniuse-lite "^1.0.30001646" |
| 2052 | + browserslist "^4.24.4" |
| 2053 | + caniuse-lite "^1.0.30001702" |
2039 | 2054 | fraction.js "^4.3.7"
|
2040 | 2055 | normalize-range "^0.1.2"
|
2041 |
| - picocolors "^1.0.1" |
| 2056 | + picocolors "^1.1.1" |
2042 | 2057 | postcss-value-parser "^4.2.0"
|
2043 | 2058 |
|
2044 | 2059 | available-typed-arrays@^1.0.7:
|
@@ -2250,7 +2265,7 @@ browser-sync@3.0.3:
|
2250 | 2265 | ua-parser-js "^1.0.33"
|
2251 | 2266 | yargs "^17.3.1"
|
2252 | 2267 |
|
2253 |
| -browserslist@4.24.4, browserslist@^4.24.3: |
| 2268 | +browserslist@4.24.4, browserslist@^4.24.3, browserslist@^4.24.4: |
2254 | 2269 | version "4.24.4"
|
2255 | 2270 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.4.tgz#c6b2865a3f08bcb860a0e827389003b9fe686e4b"
|
2256 | 2271 | integrity sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==
|
@@ -2453,6 +2468,11 @@ caniuse-lite@^1.0.30001687, caniuse-lite@^1.0.30001688:
|
2453 | 2468 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001688.tgz#f9d3ede749f083ce0db4c13db9d828adaf2e8d0a"
|
2454 | 2469 | integrity sha512-Nmqpru91cuABu/DTCXbM2NSRHzM2uVHfPnhJ/1zEAJx/ILBRVmz3pzH4N7DZqbdG0gWClsCC05Oj0mJ/1AWMbA==
|
2455 | 2470 |
|
| 2471 | +caniuse-lite@^1.0.30001702: |
| 2472 | + version "1.0.30001704" |
| 2473 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001704.tgz#6644fe909d924ac3a7125e8a0ab6af95b1f32990" |
| 2474 | + integrity sha512-+L2IgBbV6gXB4ETf0keSvLr7JUrRVbIaB/lrQ1+z8mRcQiisG5k+lG6O4n6Y5q6f5EuNfaYXKgymucphlEXQew== |
| 2475 | + |
2456 | 2476 | caseless@~0.12.0:
|
2457 | 2477 | version "0.12.0"
|
2458 | 2478 | resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
@@ -3252,10 +3272,10 @@ depd@~1.1.2:
|
3252 | 3272 | resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
|
3253 | 3273 | integrity sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==
|
3254 | 3274 |
|
3255 |
| -dependency-graph@^0.11.0: |
3256 |
| - version "0.11.0" |
3257 |
| - resolved "https://registry.yarnpkg.com/dependency-graph/-/dependency-graph-0.11.0.tgz#ac0ce7ed68a54da22165a85e97a01d53f5eb2e27" |
3258 |
| - integrity sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg== |
| 3275 | +dependency-graph@^1.0.0: |
| 3276 | + version "1.0.0" |
| 3277 | + resolved "https://registry.yarnpkg.com/dependency-graph/-/dependency-graph-1.0.0.tgz#bb5e85aec1310bc13b22dbd76e3196c4ee4c10d2" |
| 3278 | + integrity sha512-cW3gggJ28HZ/LExwxP2B++aiKxhJXMSIt9K48FOXQkm+vuG5gyatXnLsONRJdzO/7VfjDIiaOOa/bs4l464Lwg== |
3259 | 3279 |
|
3260 | 3280 | destroy@1.2.0:
|
3261 | 3281 | version "1.2.0"
|
@@ -4110,6 +4130,11 @@ fd-slicer@~1.1.0:
|
4110 | 4130 | dependencies:
|
4111 | 4131 | pend "~1.2.0"
|
4112 | 4132 |
|
| 4133 | +fdir@^6.4.3: |
| 4134 | + version "6.4.3" |
| 4135 | + resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.3.tgz#011cdacf837eca9b811c89dbb902df714273db72" |
| 4136 | + integrity sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw== |
| 4137 | + |
4113 | 4138 | fg-loadcss@^2.1.0:
|
4114 | 4139 | version "2.1.0"
|
4115 | 4140 | resolved "https://registry.yarnpkg.com/fg-loadcss/-/fg-loadcss-2.1.0.tgz#b3cbdf2ab5ee82a13ddb26340f10e3ac43fe2233"
|
@@ -4573,7 +4598,7 @@ globby@^11.0.1, globby@^11.1.0:
|
4573 | 4598 | merge2 "^1.4.1"
|
4574 | 4599 | slash "^3.0.0"
|
4575 | 4600 |
|
4576 |
| -globby@^14.0.0, globby@^14.0.2: |
| 4601 | +globby@^14.0.2: |
4577 | 4602 | version "14.0.2"
|
4578 | 4603 | resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.2.tgz#06554a54ccfe9264e5a9ff8eded46aa1e306482f"
|
4579 | 4604 | integrity sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==
|
@@ -6546,6 +6571,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
|
6546 | 6571 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
6547 | 6572 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
6548 | 6573 |
|
| 6574 | +picomatch@^4.0.2: |
| 6575 | + version "4.0.2" |
| 6576 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab" |
| 6577 | + integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg== |
| 6578 | + |
6549 | 6579 | pify@^2.0.0, pify@^2.3.0:
|
6550 | 6580 | version "2.3.0"
|
6551 | 6581 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
|
@@ -6651,22 +6681,21 @@ postcss-calc@^10.0.2:
|
6651 | 6681 | postcss-selector-parser "^6.1.2"
|
6652 | 6682 | postcss-value-parser "^4.2.0"
|
6653 | 6683 |
|
6654 |
| -postcss-cli@11.0.0: |
6655 |
| - version "11.0.0" |
6656 |
| - resolved "https://registry.yarnpkg.com/postcss-cli/-/postcss-cli-11.0.0.tgz#649f4b9af447501feb6cbca7f7505a132f90442b" |
6657 |
| - integrity sha512-xMITAI7M0u1yolVcXJ9XTZiO9aO49mcoKQy6pCDFdMh9kGqhzLVpWxeD/32M/QBmkhcGypZFFOLNLmIW4Pg4RA== |
| 6684 | +postcss-cli@11.0.1: |
| 6685 | + version "11.0.1" |
| 6686 | + resolved "https://registry.yarnpkg.com/postcss-cli/-/postcss-cli-11.0.1.tgz#341188ff7b26b19b206ca923ae2bd979751e7da7" |
| 6687 | + integrity sha512-0UnkNPSayHKRe/tc2YGW6XnSqqOA9eqpiRMgRlV1S6HdGi16vwJBx7lviARzbV1HpQHqLLRH3o8vTcB0cLc+5g== |
6658 | 6688 | dependencies:
|
6659 | 6689 | chokidar "^3.3.0"
|
6660 |
| - dependency-graph "^0.11.0" |
| 6690 | + dependency-graph "^1.0.0" |
6661 | 6691 | fs-extra "^11.0.0"
|
6662 |
| - get-stdin "^9.0.0" |
6663 |
| - globby "^14.0.0" |
6664 | 6692 | picocolors "^1.0.0"
|
6665 | 6693 | postcss-load-config "^5.0.0"
|
6666 | 6694 | postcss-reporter "^7.0.0"
|
6667 | 6695 | pretty-hrtime "^1.0.3"
|
6668 | 6696 | read-cache "^1.0.0"
|
6669 | 6697 | slash "^5.0.0"
|
| 6698 | + tinyglobby "^0.2.12" |
6670 | 6699 | yargs "^17.0.0"
|
6671 | 6700 |
|
6672 | 6701 | postcss-colormin@^7.0.2:
|
@@ -8660,6 +8689,14 @@ through@^2.3.4, through@^2.3.6:
|
8660 | 8689 | resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
|
8661 | 8690 | integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
|
8662 | 8691 |
|
| 8692 | +tinyglobby@^0.2.12: |
| 8693 | + version "0.2.12" |
| 8694 | + resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.12.tgz#ac941a42e0c5773bd0b5d08f32de82e74a1a61b5" |
| 8695 | + integrity sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww== |
| 8696 | + dependencies: |
| 8697 | + fdir "^6.4.3" |
| 8698 | + picomatch "^4.0.2" |
| 8699 | + |
8663 | 8700 | title-case@^2.1.0:
|
8664 | 8701 | version "2.1.1"
|
8665 | 8702 | resolved "https://registry.yarnpkg.com/title-case/-/title-case-2.1.1.tgz#3e127216da58d2bc5becf137ab91dae3a7cd8faa"
|
|
0 commit comments