summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate2026-04-24 04:08:06 +0000
committerRenovate2026-04-24 04:08:06 +0000
commitfbcca106e29a2e817d8d5b11d2ff79355b0c3934 (patch)
tree90a099d9de470ae22338c7797a315f3605405f4d
parent49a5b2eb7e26b410c016cfa3c4dd46e2ac8804b7 (diff)
RenovateBot: Update dependency @fullhuman/postcss-purgecss to v8
-rw-r--r--package-lock.json600
-rw-r--r--package.json2
2 files changed, 133 insertions, 469 deletions
diff --git a/package-lock.json b/package-lock.json
index cef337e..7d77966 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
9 "version": "0.5.0", 9 "version": "0.5.0",
10 "license": "MIT", 10 "license": "MIT",
11 "dependencies": { 11 "dependencies": {
12 "@fullhuman/postcss-purgecss": "^6.0.0", 12 "@fullhuman/postcss-purgecss": "^8.0.0",
13 "@tailwindcss/cli": "^4.0.17", 13 "@tailwindcss/cli": "^4.0.17",
14 "@tailwindcss/postcss": "^4.0.17", 14 "@tailwindcss/postcss": "^4.0.17",
15 "autoprefixer": "^10.2.5", 15 "autoprefixer": "^10.2.5",
@@ -38,34 +38,17 @@
38 "license": "MIT" 38 "license": "MIT"
39 }, 39 },
40 "node_modules/@fullhuman/postcss-purgecss": { 40 "node_modules/@fullhuman/postcss-purgecss": {
41 "version": "6.0.0", 41 "version": "8.0.0",
42 "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-6.0.0.tgz", 42 "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-8.0.0.tgz",
43 "integrity": "sha512-sUvk5PV7O5xvTJcxDYrQ00xlKtSxivvJdZrwgxE8F1GmNMs7w9U+dSbr83N/qEs9b+f+6QsZKXDs0k8nMjBIqA==", 43 "integrity": "sha512-fSRaBGf6+DYdfQMxedWfnIW8FSYE1LBpgy16jpK1L2vNb1HgeBRRZ+UX4UokNmW7YEAwPdvwkKdYtlkYpH+Aqg==",
44 "license": "MIT", 44 "license": "MIT",
45 "dependencies": { 45 "dependencies": {
46 "purgecss": "^6.0.0" 46 "purgecss": "^8.0.0"
47 }, 47 },
48 "peerDependencies": { 48 "peerDependencies": {
49 "postcss": "^8.0.0" 49 "postcss": "^8.0.0"
50 } 50 }
51 }, 51 },
52 "node_modules/@isaacs/cliui": {
53 "version": "8.0.2",
54 "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
55 "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
56 "license": "ISC",
57 "dependencies": {
58 "string-width": "^5.1.2",
59 "string-width-cjs": "npm:string-width@^4.2.0",
60 "strip-ansi": "^7.0.1",
61 "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
62 "wrap-ansi": "^8.1.0",
63 "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
64 },
65 "engines": {
66 "node": ">=12"
67 }
68 },
69 "node_modules/@jridgewell/gen-mapping": { 52 "node_modules/@jridgewell/gen-mapping": {
70 "version": "0.3.8", 53 "version": "0.3.8",
71 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", 54 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
@@ -124,6 +107,41 @@
124 "@jridgewell/sourcemap-codec": "^1.4.14" 107 "@jridgewell/sourcemap-codec": "^1.4.14"
125 } 108 }
126 }, 109 },
110 "node_modules/@nodelib/fs.scandir": {
111 "version": "2.1.5",
112 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
113 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
114 "license": "MIT",
115 "dependencies": {
116 "@nodelib/fs.stat": "2.0.5",
117 "run-parallel": "^1.1.9"
118 },
119 "engines": {
120 "node": ">= 8"
121 }
122 },
123 "node_modules/@nodelib/fs.stat": {
124 "version": "2.0.5",
125 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
126 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
127 "license": "MIT",
128 "engines": {
129 "node": ">= 8"
130 }
131 },
132 "node_modules/@nodelib/fs.walk": {
133 "version": "1.2.8",
134 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
135 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
136 "license": "MIT",
137 "dependencies": {
138 "@nodelib/fs.scandir": "2.1.5",
139 "fastq": "^1.6.0"
140 },
141 "engines": {
142 "node": ">= 8"
143 }
144 },
127 "node_modules/@parcel/watcher": { 145 "node_modules/@parcel/watcher": {
128 "version": "2.5.1", 146 "version": "2.5.1",
129 "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", 147 "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz",
@@ -419,16 +437,6 @@
419 "url": "https://opencollective.com/parcel" 437 "url": "https://opencollective.com/parcel"
420 } 438 }
421 }, 439 },
422 "node_modules/@pkgjs/parseargs": {
423 "version": "0.11.0",
424 "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
425 "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
426 "license": "MIT",
427 "optional": true,
428 "engines": {
429 "node": ">=14"
430 }
431 },
432 "node_modules/@tailwindcss/cli": { 440 "node_modules/@tailwindcss/cli": {
433 "version": "4.2.4", 441 "version": "4.2.4",
434 "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.2.4.tgz", 442 "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.2.4.tgz",
@@ -773,30 +781,6 @@
773 "tailwindcss": "4.2.4" 781 "tailwindcss": "4.2.4"
774 } 782 }
775 }, 783 },
776 "node_modules/ansi-regex": {
777 "version": "6.1.0",
778 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
779 "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
780 "license": "MIT",
781 "engines": {
782 "node": ">=12"
783 },
784 "funding": {
785 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
786 }
787 },
788 "node_modules/ansi-styles": {
789 "version": "6.2.1",
790 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
791 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
792 "license": "MIT",
793 "engines": {
794 "node": ">=12"
795 },
796 "funding": {
797 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
798 }
799 },
800 "node_modules/anymatch": { 784 "node_modules/anymatch": {
801 "version": "3.1.3", 785 "version": "3.1.3",
802 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 786 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
@@ -846,12 +830,6 @@
846 "postcss": "^8.1.0" 830 "postcss": "^8.1.0"
847 } 831 }
848 }, 832 },
849 "node_modules/balanced-match": {
850 "version": "1.0.2",
851 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
852 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
853 "license": "MIT"
854 },
855 "node_modules/baseline-browser-mapping": { 833 "node_modules/baseline-browser-mapping": {
856 "version": "2.10.18", 834 "version": "2.10.18",
857 "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.18.tgz", 835 "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.18.tgz",
@@ -882,15 +860,6 @@
882 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", 860 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
883 "license": "ISC" 861 "license": "ISC"
884 }, 862 },
885 "node_modules/brace-expansion": {
886 "version": "2.0.1",
887 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
888 "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
889 "license": "MIT",
890 "dependencies": {
891 "balanced-match": "^1.0.0"
892 }
893 },
894 "node_modules/braces": { 863 "node_modules/braces": {
895 "version": "3.0.3", 864 "version": "3.0.3",
896 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", 865 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
@@ -1106,20 +1075,6 @@
1106 "node": ">=18" 1075 "node": ">=18"
1107 } 1076 }
1108 }, 1077 },
1109 "node_modules/cross-spawn": {
1110 "version": "7.0.6",
1111 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1112 "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1113 "license": "MIT",
1114 "dependencies": {
1115 "path-key": "^3.1.0",
1116 "shebang-command": "^2.0.0",
1117 "which": "^2.0.1"
1118 },
1119 "engines": {
1120 "node": ">= 8"
1121 }
1122 },
1123 "node_modules/css-declaration-sorter": { 1078 "node_modules/css-declaration-sorter": {
1124 "version": "7.2.0", 1079 "version": "7.2.0",
1125 "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz", 1080 "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz",
@@ -1370,24 +1325,12 @@
1370 "url": "https://github.com/fb55/domutils?sponsor=1" 1325 "url": "https://github.com/fb55/domutils?sponsor=1"
1371 } 1326 }
1372 }, 1327 },
1373 "node_modules/eastasianwidth": {
1374 "version": "0.2.0",
1375 "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
1376 "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
1377 "license": "MIT"
1378 },
1379 "node_modules/electron-to-chromium": { 1328 "node_modules/electron-to-chromium": {
1380 "version": "1.5.336", 1329 "version": "1.5.336",
1381 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.336.tgz", 1330 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.336.tgz",
1382 "integrity": "sha512-AbH9q9J455r/nLmdNZes0G0ZKcRX73FicwowalLs6ijwOmCJSRRrLX63lcAlzy9ux3dWK1w1+1nsBJEWN11hcQ==", 1331 "integrity": "sha512-AbH9q9J455r/nLmdNZes0G0ZKcRX73FicwowalLs6ijwOmCJSRRrLX63lcAlzy9ux3dWK1w1+1nsBJEWN11hcQ==",
1383 "license": "ISC" 1332 "license": "ISC"
1384 }, 1333 },
1385 "node_modules/emoji-regex": {
1386 "version": "9.2.2",
1387 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
1388 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
1389 "license": "MIT"
1390 },
1391 "node_modules/enhanced-resolve": { 1334 "node_modules/enhanced-resolve": {
1392 "version": "5.20.0", 1335 "version": "5.20.0",
1393 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz", 1336 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz",
@@ -1422,32 +1365,41 @@
1422 "node": ">=6" 1365 "node": ">=6"
1423 } 1366 }
1424 }, 1367 },
1425 "node_modules/fill-range": { 1368 "node_modules/fast-glob": {
1426 "version": "7.1.1", 1369 "version": "3.3.3",
1427 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", 1370 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
1428 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", 1371 "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
1429 "license": "MIT", 1372 "license": "MIT",
1430 "dependencies": { 1373 "dependencies": {
1431 "to-regex-range": "^5.0.1" 1374 "@nodelib/fs.stat": "^2.0.2",
1375 "@nodelib/fs.walk": "^1.2.3",
1376 "glob-parent": "^5.1.2",
1377 "merge2": "^1.3.0",
1378 "micromatch": "^4.0.8"
1432 }, 1379 },
1433 "engines": { 1380 "engines": {
1434 "node": ">=8" 1381 "node": ">=8.6.0"
1435 } 1382 }
1436 }, 1383 },
1437 "node_modules/foreground-child": { 1384 "node_modules/fastq": {
1438 "version": "3.3.1", 1385 "version": "1.20.1",
1439 "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", 1386 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
1440 "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", 1387 "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
1441 "license": "ISC", 1388 "license": "ISC",
1442 "dependencies": { 1389 "dependencies": {
1443 "cross-spawn": "^7.0.6", 1390 "reusify": "^1.0.4"
1444 "signal-exit": "^4.0.1" 1391 }
1392 },
1393 "node_modules/fill-range": {
1394 "version": "7.1.1",
1395 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
1396 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
1397 "license": "MIT",
1398 "dependencies": {
1399 "to-regex-range": "^5.0.1"
1445 }, 1400 },
1446 "engines": { 1401 "engines": {
1447 "node": ">=14" 1402 "node": ">=8"
1448 },
1449 "funding": {
1450 "url": "https://github.com/sponsors/isaacs"
1451 } 1403 }
1452 }, 1404 },
1453 "node_modules/fraction.js": { 1405 "node_modules/fraction.js": {
@@ -1500,26 +1452,6 @@
1500 "node": "6.* || 8.* || >= 10.*" 1452 "node": "6.* || 8.* || >= 10.*"
1501 } 1453 }
1502 }, 1454 },
1503 "node_modules/glob": {
1504 "version": "10.4.5",
1505 "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
1506 "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
1507 "license": "ISC",
1508 "dependencies": {
1509 "foreground-child": "^3.1.0",
1510 "jackspeak": "^3.1.2",
1511 "minimatch": "^9.0.4",
1512 "minipass": "^7.1.2",
1513 "package-json-from-dist": "^1.0.0",
1514 "path-scurry": "^1.11.1"
1515 },
1516 "bin": {
1517 "glob": "dist/esm/bin.mjs"
1518 },
1519 "funding": {
1520 "url": "https://github.com/sponsors/isaacs"
1521 }
1522 },
1523 "node_modules/glob-parent": { 1455 "node_modules/glob-parent": {
1524 "version": "5.1.2", 1456 "version": "5.1.2",
1525 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 1457 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
@@ -1589,27 +1521,6 @@
1589 "node": ">=0.12.0" 1521 "node": ">=0.12.0"
1590 } 1522 }
1591 }, 1523 },
1592 "node_modules/isexe": {
1593 "version": "2.0.0",
1594 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1595 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1596 "license": "ISC"
1597 },
1598 "node_modules/jackspeak": {
1599 "version": "3.4.3",
1600 "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
1601 "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
1602 "license": "BlueOak-1.0.0",
1603 "dependencies": {
1604 "@isaacs/cliui": "^8.0.2"
1605 },
1606 "funding": {
1607 "url": "https://github.com/sponsors/isaacs"
1608 },
1609 "optionalDependencies": {
1610 "@pkgjs/parseargs": "^0.11.0"
1611 }
1612 },
1613 "node_modules/jiti": { 1524 "node_modules/jiti": {
1614 "version": "2.6.1", 1525 "version": "2.6.1",
1615 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", 1526 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
@@ -1913,12 +1824,6 @@
1913 "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", 1824 "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
1914 "license": "MIT" 1825 "license": "MIT"
1915 }, 1826 },
1916 "node_modules/lru-cache": {
1917 "version": "10.4.3",
1918 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
1919 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
1920 "license": "ISC"
1921 },
1922 "node_modules/magic-string": { 1827 "node_modules/magic-string": {
1923 "version": "0.30.21", 1828 "version": "0.30.21",
1924 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", 1829 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
@@ -1934,6 +1839,15 @@
1934 "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==", 1839 "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==",
1935 "license": "CC0-1.0" 1840 "license": "CC0-1.0"
1936 }, 1841 },
1842 "node_modules/merge2": {
1843 "version": "1.4.1",
1844 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
1845 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
1846 "license": "MIT",
1847 "engines": {
1848 "node": ">= 8"
1849 }
1850 },
1937 "node_modules/micromatch": { 1851 "node_modules/micromatch": {
1938 "version": "4.0.8", 1852 "version": "4.0.8",
1939 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", 1853 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
@@ -1947,30 +1861,6 @@
1947 "node": ">=8.6" 1861 "node": ">=8.6"
1948 } 1862 }
1949 }, 1863 },
1950 "node_modules/minimatch": {
1951 "version": "9.0.5",
1952 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
1953 "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
1954 "license": "ISC",
1955 "dependencies": {
1956 "brace-expansion": "^2.0.1"
1957 },
1958 "engines": {
1959 "node": ">=16 || 14 >=14.17"
1960 },
1961 "funding": {
1962 "url": "https://github.com/sponsors/isaacs"
1963 }
1964 },
1965 "node_modules/minipass": {
1966 "version": "7.1.2",
1967 "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
1968 "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
1969 "license": "ISC",
1970 "engines": {
1971 "node": ">=16 || 14 >=14.17"
1972 }
1973 },
1974 "node_modules/mri": { 1864 "node_modules/mri": {
1975 "version": "1.2.0", 1865 "version": "1.2.0",
1976 "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", 1866 "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
@@ -2031,37 +1921,6 @@
2031 "url": "https://github.com/fb55/nth-check?sponsor=1" 1921 "url": "https://github.com/fb55/nth-check?sponsor=1"
2032 } 1922 }
2033 }, 1923 },
2034 "node_modules/package-json-from-dist": {
2035 "version": "1.0.1",
2036 "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
2037 "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
2038 "license": "BlueOak-1.0.0"
2039 },
2040 "node_modules/path-key": {
2041 "version": "3.1.1",
2042 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
2043 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
2044 "license": "MIT",
2045 "engines": {
2046 "node": ">=8"
2047 }
2048 },
2049 "node_modules/path-scurry": {
2050 "version": "1.11.1",
2051 "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
2052 "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
2053 "license": "BlueOak-1.0.0",
2054 "dependencies": {
2055 "lru-cache": "^10.2.0",
2056 "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
2057 },
2058 "engines": {
2059 "node": ">=16 || 14 >=14.18"
2060 },
2061 "funding": {
2062 "url": "https://github.com/sponsors/isaacs"
2063 }
2064 },
2065 "node_modules/picocolors": { 1924 "node_modules/picocolors": {
2066 "version": "1.1.1", 1925 "version": "1.1.1",
2067 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 1926 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
@@ -2650,32 +2509,39 @@
2650 } 2509 }
2651 }, 2510 },
2652 "node_modules/purgecss": { 2511 "node_modules/purgecss": {
2653 "version": "6.0.0", 2512 "version": "8.0.0",
2654 "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-6.0.0.tgz", 2513 "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-8.0.0.tgz",
2655 "integrity": "sha512-s3EBxg5RSWmpqd0KGzNqPiaBbWDz1/As+2MzoYVGMqgDqRTLBhJW6sywfTBek7OwNfoS/6pS0xdtvChNhFj2cw==", 2514 "integrity": "sha512-QFJyps9y5oHeXnNA3Ql1EaAqWBivNwQn19Pw1lt9RxfB+4e+bIyqCyuombk79D6Fxe+lPXggVfI1WtRGEBwgbQ==",
2656 "license": "MIT", 2515 "license": "MIT",
2657 "dependencies": { 2516 "dependencies": {
2658 "commander": "^12.0.0", 2517 "commander": "^12.1.0",
2659 "glob": "^10.3.10", 2518 "fast-glob": "^3.3.2",
2660 "postcss": "^8.4.4", 2519 "postcss": "^8.4.47",
2661 "postcss-selector-parser": "^6.0.7" 2520 "postcss-selector-parser": "^7.0.0"
2662 }, 2521 },
2663 "bin": { 2522 "bin": {
2664 "purgecss": "bin/purgecss.js" 2523 "purgecss": "bin/purgecss.js"
2665 } 2524 }
2666 }, 2525 },
2667 "node_modules/purgecss/node_modules/postcss-selector-parser": { 2526 "node_modules/queue-microtask": {
2668 "version": "6.1.2", 2527 "version": "1.2.3",
2669 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", 2528 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
2670 "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", 2529 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
2671 "license": "MIT", 2530 "funding": [
2672 "dependencies": { 2531 {
2673 "cssesc": "^3.0.0", 2532 "type": "github",
2674 "util-deprecate": "^1.0.2" 2533 "url": "https://github.com/sponsors/feross"
2675 }, 2534 },
2676 "engines": { 2535 {
2677 "node": ">=4" 2536 "type": "patreon",
2678 } 2537 "url": "https://www.patreon.com/feross"
2538 },
2539 {
2540 "type": "consulting",
2541 "url": "https://feross.org/support"
2542 }
2543 ],
2544 "license": "MIT"
2679 }, 2545 },
2680 "node_modules/read-cache": { 2546 "node_modules/read-cache": {
2681 "version": "1.0.0", 2547 "version": "1.0.0",
@@ -2707,46 +2573,46 @@
2707 "node": ">=0.10.0" 2573 "node": ">=0.10.0"
2708 } 2574 }
2709 }, 2575 },
2710 "node_modules/sax": { 2576 "node_modules/reusify": {
2711 "version": "1.5.0", 2577 "version": "1.1.0",
2712 "resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz", 2578 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
2713 "integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==", 2579 "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
2714 "license": "BlueOak-1.0.0",
2715 "engines": {
2716 "node": ">=11.0.0"
2717 }
2718 },
2719 "node_modules/shebang-command": {
2720 "version": "2.0.0",
2721 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
2722 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2723 "license": "MIT", 2580 "license": "MIT",
2724 "dependencies": {
2725 "shebang-regex": "^3.0.0"
2726 },
2727 "engines": { 2581 "engines": {
2728 "node": ">=8" 2582 "iojs": ">=1.0.0",
2583 "node": ">=0.10.0"
2729 } 2584 }
2730 }, 2585 },
2731 "node_modules/shebang-regex": { 2586 "node_modules/run-parallel": {
2732 "version": "3.0.0", 2587 "version": "1.2.0",
2733 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", 2588 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
2734 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", 2589 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
2590 "funding": [
2591 {
2592 "type": "github",
2593 "url": "https://github.com/sponsors/feross"
2594 },
2595 {
2596 "type": "patreon",
2597 "url": "https://www.patreon.com/feross"
2598 },
2599 {
2600 "type": "consulting",
2601 "url": "https://feross.org/support"
2602 }
2603 ],
2735 "license": "MIT", 2604 "license": "MIT",
2736 "engines": { 2605 "dependencies": {
2737 "node": ">=8" 2606 "queue-microtask": "^1.2.2"
2738 } 2607 }
2739 }, 2608 },
2740 "node_modules/signal-exit": { 2609 "node_modules/sax": {
2741 "version": "4.1.0", 2610 "version": "1.5.0",
2742 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", 2611 "resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz",
2743 "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", 2612 "integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==",
2744 "license": "ISC", 2613 "license": "BlueOak-1.0.0",
2745 "engines": { 2614 "engines": {
2746 "node": ">=14" 2615 "node": ">=11.0.0"
2747 },
2748 "funding": {
2749 "url": "https://github.com/sponsors/isaacs"
2750 } 2616 }
2751 }, 2617 },
2752 "node_modules/slash": { 2618 "node_modules/slash": {
@@ -2770,102 +2636,6 @@
2770 "node": ">=0.10.0" 2636 "node": ">=0.10.0"
2771 } 2637 }
2772 }, 2638 },
2773 "node_modules/string-width": {
2774 "version": "5.1.2",
2775 "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
2776 "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
2777 "license": "MIT",
2778 "dependencies": {
2779 "eastasianwidth": "^0.2.0",
2780 "emoji-regex": "^9.2.2",
2781 "strip-ansi": "^7.0.1"
2782 },
2783 "engines": {
2784 "node": ">=12"
2785 },
2786 "funding": {
2787 "url": "https://github.com/sponsors/sindresorhus"
2788 }
2789 },
2790 "node_modules/string-width-cjs": {
2791 "name": "string-width",
2792 "version": "4.2.3",
2793 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
2794 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2795 "license": "MIT",
2796 "dependencies": {
2797 "emoji-regex": "^8.0.0",
2798 "is-fullwidth-code-point": "^3.0.0",
2799 "strip-ansi": "^6.0.1"
2800 },
2801 "engines": {
2802 "node": ">=8"
2803 }
2804 },
2805 "node_modules/string-width-cjs/node_modules/ansi-regex": {
2806 "version": "5.0.1",
2807 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
2808 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
2809 "license": "MIT",
2810 "engines": {
2811 "node": ">=8"
2812 }
2813 },
2814 "node_modules/string-width-cjs/node_modules/emoji-regex": {
2815 "version": "8.0.0",
2816 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
2817 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
2818 "license": "MIT"
2819 },
2820 "node_modules/string-width-cjs/node_modules/strip-ansi": {
2821 "version": "6.0.1",
2822 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2823 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2824 "license": "MIT",
2825 "dependencies": {
2826 "ansi-regex": "^5.0.1"
2827 },
2828 "engines": {
2829 "node": ">=8"
2830 }
2831 },
2832 "node_modules/strip-ansi": {
2833 "version": "7.1.0",
2834 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
2835 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
2836 "license": "MIT",
2837 "dependencies": {
2838 "ansi-regex": "^6.0.1"
2839 },
2840 "engines": {
2841 "node": ">=12"
2842 },
2843 "funding": {
2844 "url": "https://github.com/chalk/strip-ansi?sponsor=1"
2845 }
2846 },
2847 "node_modules/strip-ansi-cjs": {
2848 "name": "strip-ansi",
2849 "version": "6.0.1",
2850 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2851 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2852 "license": "MIT",
2853 "dependencies": {
2854 "ansi-regex": "^5.0.1"
2855 },
2856 "engines": {
2857 "node": ">=8"
2858 }
2859 },
2860 "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
2861 "version": "5.0.1",
2862 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
2863 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
2864 "license": "MIT",
2865 "engines": {
2866 "node": ">=8"
2867 }
2868 },
2869 "node_modules/stylehacks": { 2639 "node_modules/stylehacks": {
2870 "version": "7.0.5", 2640 "version": "7.0.5",
2871 "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.5.tgz", 2641 "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.5.tgz",
@@ -3040,112 +2810,6 @@
3040 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", 2810 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
3041 "license": "MIT" 2811 "license": "MIT"
3042 }, 2812 },
3043 "node_modules/which": {
3044 "version": "2.0.2",
3045 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
3046 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
3047 "license": "ISC",
3048 "dependencies": {
3049 "isexe": "^2.0.0"
3050 },
3051 "bin": {
3052 "node-which": "bin/node-which"
3053 },
3054 "engines": {
3055 "node": ">= 8"
3056 }
3057 },
3058 "node_modules/wrap-ansi": {
3059 "version": "8.1.0",
3060 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
3061 "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
3062 "license": "MIT",
3063 "dependencies": {
3064 "ansi-styles": "^6.1.0",
3065 "string-width": "^5.0.1",
3066 "strip-ansi": "^7.0.1"
3067 },
3068 "engines": {
3069 "node": ">=12"
3070 },
3071 "funding": {
3072 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3073 }
3074 },
3075 "node_modules/wrap-ansi-cjs": {
3076 "name": "wrap-ansi",
3077 "version": "7.0.0",
3078 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3079 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3080 "license": "MIT",
3081 "dependencies": {
3082 "ansi-styles": "^4.0.0",
3083 "string-width": "^4.1.0",
3084 "strip-ansi": "^6.0.0"
3085 },
3086 "engines": {
3087 "node": ">=10"
3088 },
3089 "funding": {
3090 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3091 }
3092 },
3093 "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
3094 "version": "5.0.1",
3095 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
3096 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
3097 "license": "MIT",
3098 "engines": {
3099 "node": ">=8"
3100 }
3101 },
3102 "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
3103 "version": "4.3.0",
3104 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3105 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3106 "license": "MIT",
3107 "dependencies": {
3108 "color-convert": "^2.0.1"
3109 },
3110 "engines": {
3111 "node": ">=8"
3112 },
3113 "funding": {
3114 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3115 }
3116 },
3117 "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
3118 "version": "8.0.0",
3119 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
3120 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
3121 "license": "MIT"
3122 },
3123 "node_modules/wrap-ansi-cjs/node_modules/string-width": {
3124 "version": "4.2.3",
3125 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
3126 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
3127 "license": "MIT",
3128 "dependencies": {
3129 "emoji-regex": "^8.0.0",
3130 "is-fullwidth-code-point": "^3.0.0",
3131 "strip-ansi": "^6.0.1"
3132 },
3133 "engines": {
3134 "node": ">=8"
3135 }
3136 },
3137 "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
3138 "version": "6.0.1",
3139 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
3140 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3141 "license": "MIT",
3142 "dependencies": {
3143 "ansi-regex": "^5.0.1"
3144 },
3145 "engines": {
3146 "node": ">=8"
3147 }
3148 },
3149 "node_modules/y18n": { 2813 "node_modules/y18n": {
3150 "version": "5.0.8", 2814 "version": "5.0.8",
3151 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", 2815 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
diff --git a/package.json b/package.json
index 515bb7d..87cef43 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
19 "author": "jvoisin, jfriedli", 19 "author": "jvoisin, jfriedli",
20 "license": "MIT", 20 "license": "MIT",
21 "dependencies": { 21 "dependencies": {
22 "@fullhuman/postcss-purgecss": "^6.0.0", 22 "@fullhuman/postcss-purgecss": "^8.0.0",
23 "@tailwindcss/cli": "^4.0.17", 23 "@tailwindcss/cli": "^4.0.17",
24 "@tailwindcss/postcss": "^4.0.17", 24 "@tailwindcss/postcss": "^4.0.17",
25 "autoprefixer": "^10.2.5", 25 "autoprefixer": "^10.2.5",