|
429 | 429 | resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35.0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7" |
430 | 430 | integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw== |
431 | 431 |
|
432 | | -"@fullhuman/postcss-purgecss@^5.0.0": |
433 | | - version "5.0.0" |
434 | | - resolved "https://registry.yarnpkg.com/@fullhuman/postcss-purgecss/-/postcss-purgecss-5.0.0.tgz#70db9a537c73750fbcf745b49573db758daba1d8" |
435 | | - integrity sha512-onDS/b/2pMRzqSoj4qOs2tYFmOpaspjTAgvACIHMPiicu1ptajiBruTrjBzTKdxWdX0ldaBb7wj8nEaTLyFkJw== |
| 432 | +"@fullhuman/postcss-purgecss@^8.0.0": |
| 433 | + version "8.0.0" |
| 434 | + resolved "https://registry.yarnpkg.com/@fullhuman/postcss-purgecss/-/postcss-purgecss-8.0.0.tgz#b828aab4a7ff30882f7ad748e9d8cc275b72593b" |
| 435 | + integrity sha512-fSRaBGf6+DYdfQMxedWfnIW8FSYE1LBpgy16jpK1L2vNb1HgeBRRZ+UX4UokNmW7YEAwPdvwkKdYtlkYpH+Aqg== |
436 | 436 | dependencies: |
437 | | - purgecss "^5.0.0" |
| 437 | + purgecss "^8.0.0" |
438 | 438 |
|
439 | 439 | "@humanwhocodes/config-array@^0.11.8": |
440 | 440 | version "0.11.8" |
@@ -1812,6 +1812,13 @@ braces@^3.0.2, braces@~3.0.2: |
1812 | 1812 | dependencies: |
1813 | 1813 | fill-range "^7.0.1" |
1814 | 1814 |
|
| 1815 | +braces@^3.0.3: |
| 1816 | + version "3.0.3" |
| 1817 | + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" |
| 1818 | + integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== |
| 1819 | + dependencies: |
| 1820 | + fill-range "^7.1.1" |
| 1821 | + |
1815 | 1822 | browserslist@^4.0.0, browserslist@^4.16.6, browserslist@^4.21.3, browserslist@^4.21.4: |
1816 | 1823 | version "4.21.4" |
1817 | 1824 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987" |
@@ -2215,6 +2222,11 @@ commander@^10.0.0: |
2215 | 2222 | resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.0.tgz#71797971162cd3cf65f0b9d24eb28f8d303acdf1" |
2216 | 2223 | integrity sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA== |
2217 | 2224 |
|
| 2225 | +commander@^12.1.0: |
| 2226 | + version "12.1.0" |
| 2227 | + resolved "https://registry.yarnpkg.com/commander/-/commander-12.1.0.tgz#01423b36f501259fdaac4d0e4d60c96c991585d3" |
| 2228 | + integrity sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA== |
| 2229 | + |
2218 | 2230 | commander@^2.20.0: |
2219 | 2231 | version "2.20.3" |
2220 | 2232 | resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" |
@@ -3607,6 +3619,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.12, fast-glob@^3.2.7, fast-glob@^3.2.9: |
3607 | 3619 | merge2 "^1.3.0" |
3608 | 3620 | micromatch "^4.0.4" |
3609 | 3621 |
|
| 3622 | +fast-glob@^3.3.2: |
| 3623 | + version "3.3.3" |
| 3624 | + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818" |
| 3625 | + integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg== |
| 3626 | + dependencies: |
| 3627 | + "@nodelib/fs.stat" "^2.0.2" |
| 3628 | + "@nodelib/fs.walk" "^1.2.3" |
| 3629 | + glob-parent "^5.1.2" |
| 3630 | + merge2 "^1.3.0" |
| 3631 | + micromatch "^4.0.8" |
| 3632 | + |
3610 | 3633 | fast-json-stable-stringify@^2.0.0: |
3611 | 3634 | version "2.1.0" |
3612 | 3635 | resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" |
@@ -3664,6 +3687,13 @@ fill-range@^7.0.1: |
3664 | 3687 | dependencies: |
3665 | 3688 | to-regex-range "^5.0.1" |
3666 | 3689 |
|
| 3690 | +fill-range@^7.1.1: |
| 3691 | + version "7.1.1" |
| 3692 | + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292" |
| 3693 | + integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg== |
| 3694 | + dependencies: |
| 3695 | + to-regex-range "^5.0.1" |
| 3696 | + |
3667 | 3697 | find-up@^2.0.0: |
3668 | 3698 | version "2.1.0" |
3669 | 3699 | resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" |
@@ -5295,6 +5325,14 @@ micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5: |
5295 | 5325 | braces "^3.0.2" |
5296 | 5326 | picomatch "^2.3.1" |
5297 | 5327 |
|
| 5328 | +micromatch@^4.0.8: |
| 5329 | + version "4.0.8" |
| 5330 | + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202" |
| 5331 | + integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA== |
| 5332 | + dependencies: |
| 5333 | + braces "^3.0.3" |
| 5334 | + picomatch "^2.3.1" |
| 5335 | + |
5298 | 5336 | mime-db@1.52.0: |
5299 | 5337 | version "1.52.0" |
5300 | 5338 | resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" |
@@ -5499,6 +5537,11 @@ mute-stream@0.0.8: |
5499 | 5537 | resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" |
5500 | 5538 | integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== |
5501 | 5539 |
|
| 5540 | +nanoid@^3.3.11: |
| 5541 | + version "3.3.11" |
| 5542 | + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b" |
| 5543 | + integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w== |
| 5544 | + |
5502 | 5545 | nanoid@^3.3.4: |
5503 | 5546 | version "3.3.4" |
5504 | 5547 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" |
@@ -6166,6 +6209,11 @@ picocolors@^1.0.0: |
6166 | 6209 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" |
6167 | 6210 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== |
6168 | 6211 |
|
| 6212 | +picocolors@^1.1.1: |
| 6213 | + version "1.1.1" |
| 6214 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 6215 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 6216 | + |
6169 | 6217 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1: |
6170 | 6218 | version "2.3.1" |
6171 | 6219 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
@@ -6415,6 +6463,14 @@ postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector |
6415 | 6463 | cssesc "^3.0.0" |
6416 | 6464 | util-deprecate "^1.0.2" |
6417 | 6465 |
|
| 6466 | +postcss-selector-parser@^7.0.0: |
| 6467 | + version "7.1.1" |
| 6468 | + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz#e75d2e0d843f620e5df69076166f4e16f891cb9f" |
| 6469 | + integrity sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg== |
| 6470 | + dependencies: |
| 6471 | + cssesc "^3.0.0" |
| 6472 | + util-deprecate "^1.0.2" |
| 6473 | + |
6418 | 6474 | postcss-svgo@^5.1.0: |
6419 | 6475 | version "5.1.0" |
6420 | 6476 | resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-5.1.0.tgz#0a317400ced789f233a28826e77523f15857d80d" |
@@ -6454,6 +6510,15 @@ postcss@^8.1.10, postcss@^8.4.16, postcss@^8.4.18, postcss@^8.4.21, postcss@^8.4 |
6454 | 6510 | picocolors "^1.0.0" |
6455 | 6511 | source-map-js "^1.0.2" |
6456 | 6512 |
|
| 6513 | +postcss@^8.4.47: |
| 6514 | + version "8.5.6" |
| 6515 | + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c" |
| 6516 | + integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg== |
| 6517 | + dependencies: |
| 6518 | + nanoid "^3.3.11" |
| 6519 | + picocolors "^1.1.1" |
| 6520 | + source-map-js "^1.2.1" |
| 6521 | + |
6457 | 6522 | prelude-ls@^1.2.1: |
6458 | 6523 | version "1.2.1" |
6459 | 6524 | resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" |
@@ -6551,6 +6616,16 @@ purgecss@^5.0.0: |
6551 | 6616 | postcss "^8.4.4" |
6552 | 6617 | postcss-selector-parser "^6.0.7" |
6553 | 6618 |
|
| 6619 | +purgecss@^8.0.0: |
| 6620 | + version "8.0.0" |
| 6621 | + resolved "https://registry.yarnpkg.com/purgecss/-/purgecss-8.0.0.tgz#4716eaeb398364aaefd6ab7808427a9e2621bbea" |
| 6622 | + integrity sha512-QFJyps9y5oHeXnNA3Ql1EaAqWBivNwQn19Pw1lt9RxfB+4e+bIyqCyuombk79D6Fxe+lPXggVfI1WtRGEBwgbQ== |
| 6623 | + dependencies: |
| 6624 | + commander "^12.1.0" |
| 6625 | + fast-glob "^3.3.2" |
| 6626 | + postcss "^8.4.47" |
| 6627 | + postcss-selector-parser "^7.0.0" |
| 6628 | + |
6554 | 6629 | q@^1.5.1: |
6555 | 6630 | version "1.5.1" |
6556 | 6631 | resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" |
@@ -7186,6 +7261,11 @@ source-map-js@^1.0.2: |
7186 | 7261 | resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" |
7187 | 7262 | integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== |
7188 | 7263 |
|
| 7264 | +source-map-js@^1.2.1: |
| 7265 | + version "1.2.1" |
| 7266 | + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" |
| 7267 | + integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== |
| 7268 | + |
7189 | 7269 | source-map-support@^0.5.21, source-map-support@~0.5.20: |
7190 | 7270 | version "0.5.21" |
7191 | 7271 | resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" |
|
0 commit comments