summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 96f4424..8b82536 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",
@@ -1080,30 +1088,6 @@
1080 "tailwindcss": "4.2.2" 1088 "tailwindcss": "4.2.2"
1081 } 1089 }
1082 }, 1090 },
1083 "node_modules/ansi-regex": {
1084 "version": "6.1.0",
1085 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
1086 "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
1087 "license": "MIT",
1088 "engines": {
1089 "node": ">=12"
1090 },
1091 "funding": {
1092 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
1093 }
1094 },
1095 "node_modules/ansi-styles": {
1096 "version": "6.2.1",
1097 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
1098 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
1099 "license": "MIT",
1100 "engines": {
1101 "node": ">=12"
1102 },
1103 "funding": {
1104 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1105 }
1106 },
1107 "node_modules/anymatch": { 1091 "node_modules/anymatch": {
1108 "version": "3.1.3", 1092 "version": "3.1.3",
1109 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 1093 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
@@ -1153,12 +1137,6 @@
1153 "postcss": "^8.1.0" 1137 "postcss": "^8.1.0"
1154 } 1138 }
1155 }, 1139 },
1156 "node_modules/balanced-match": {
1157 "version": "1.0.2",
1158 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
1159 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
1160 "license": "MIT"
1161 },
1162 "node_modules/baseline-browser-mapping": { 1140 "node_modules/baseline-browser-mapping": {
1163 "version": "2.10.18", 1141 "version": "2.10.18",
1164 "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.18.tgz", 1142 "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.18.tgz",
@@ -1189,15 +1167,6 @@
1189 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", 1167 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
1190 "license": "ISC" 1168 "license": "ISC"
1191 }, 1169 },
1192 "node_modules/brace-expansion": {
1193 "version": "2.0.1",
1194 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
1195 "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
1196 "license": "MIT",
1197 "dependencies": {
1198 "balanced-match": "^1.0.0"
1199 }
1200 },
1201 "node_modules/braces": { 1170 "node_modules/braces": {
1202 "version": "3.0.3", 1171 "version": "3.0.3",
1203 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", 1172 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
@@ -1413,20 +1382,6 @@
1413 "node": ">=18" 1382 "node": ">=18"
1414 } 1383 }
1415 }, 1384 },
1416 "node_modules/cross-spawn": {
1417 "version": "7.0.6",
1418 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1419 "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1420 "license": "MIT",
1421 "dependencies": {
1422 "path-key": "^3.1.0",
1423 "shebang-command": "^2.0.0",
1424 "which": "^2.0.1"
1425 },
1426 "engines": {
1427 "node": ">= 8"
1428 }
1429 },
1430 "node_modules/css-declaration-sorter": { 1385 "node_modules/css-declaration-sorter": {
1431 "version": "7.2.0", 1386 "version": "7.2.0",
1432 "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz", 1387 "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz",
@@ -1677,24 +1632,12 @@
1677 "url": "https://github.com/fb55/domutils?sponsor=1" 1632 "url": "https://github.com/fb55/domutils?sponsor=1"
1678 } 1633 }
1679 }, 1634 },
1680 "node_modules/eastasianwidth": {
1681 "version": "0.2.0",
1682 "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
1683 "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
1684 "license": "MIT"
1685 },
1686 "node_modules/electron-to-chromium": { 1635 "node_modules/electron-to-chromium": {
1687 "version": "1.5.336", 1636 "version": "1.5.336",
1688 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.336.tgz", 1637 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.336.tgz",
1689 "integrity": "sha512-AbH9q9J455r/nLmdNZes0G0ZKcRX73FicwowalLs6ijwOmCJSRRrLX63lcAlzy9ux3dWK1w1+1nsBJEWN11hcQ==", 1638 "integrity": "sha512-AbH9q9J455r/nLmdNZes0G0ZKcRX73FicwowalLs6ijwOmCJSRRrLX63lcAlzy9ux3dWK1w1+1nsBJEWN11hcQ==",
1690 "license": "ISC" 1639 "license": "ISC"
1691 }, 1640 },
1692 "node_modules/emoji-regex": {
1693 "version": "9.2.2",
1694 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
1695 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
1696 "license": "MIT"
1697 },
1698 "node_modules/enhanced-resolve": { 1641 "node_modules/enhanced-resolve": {
1699 "version": "5.20.0", 1642 "version": "5.20.0",
1700 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz", 1643 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz",
@@ -1729,32 +1672,41 @@
1729 "node": ">=6" 1672 "node": ">=6"
1730 } 1673 }
1731 }, 1674 },
1732 "node_modules/fill-range": { 1675 "node_modules/fast-glob": {
1733 "version": "7.1.1", 1676 "version": "3.3.3",
1734 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", 1677 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
1735 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", 1678 "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
1736 "license": "MIT", 1679 "license": "MIT",
1737 "dependencies": { 1680 "dependencies": {
1738 "to-regex-range": "^5.0.1" 1681 "@nodelib/fs.stat": "^2.0.2",
1682 "@nodelib/fs.walk": "^1.2.3",
1683 "glob-parent": "^5.1.2",
1684 "merge2": "^1.3.0",
1685 "micromatch": "^4.0.8"
1739 }, 1686 },
1740 "engines": { 1687 "engines": {
1741 "node": ">=8" 1688 "node": ">=8.6.0"
1742 } 1689 }
1743 }, 1690 },
1744 "node_modules/foreground-child": { 1691 "node_modules/fastq": {
1745 "version": "3.3.1", 1692 "version": "1.20.1",
1746 "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", 1693 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
1747 "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", 1694 "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
1748 "license": "ISC", 1695 "license": "ISC",
1749 "dependencies": { 1696 "dependencies": {
1750 "cross-spawn": "^7.0.6", 1697 "reusify": "^1.0.4"
1751 "signal-exit": "^4.0.1" 1698 }
1699 },
1700 "node_modules/fill-range": {
1701 "version": "7.1.1",
1702 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
1703 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
1704 "license": "MIT",
1705 "dependencies": {
1706 "to-regex-range": "^5.0.1"
1752 }, 1707 },
1753 "engines": { 1708 "engines": {
1754 "node": ">=14" 1709 "node": ">=8"
1755 },
1756 "funding": {
1757 "url": "https://github.com/sponsors/isaacs"
1758 } 1710 }
1759 }, 1711 },
1760 "node_modules/fraction.js": { 1712 "node_modules/fraction.js": {
@@ -1807,26 +1759,6 @@
1807 "node": "6.* || 8.* || >= 10.*" 1759 "node": "6.* || 8.* || >= 10.*"
1808 } 1760 }
1809 }, 1761 },
1810 "node_modules/glob": {
1811 "version": "10.4.5",
1812 "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
1813 "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
1814 "license": "ISC",
1815 "dependencies": {
1816 "foreground-child": "^3.1.0",
1817 "jackspeak": "^3.1.2",
1818 "minimatch": "^9.0.4",
1819 "minipass": "^7.1.2",
1820 "package-json-from-dist": "^1.0.0",
1821 "path-scurry": "^1.11.1"
1822 },
1823 "bin": {
1824 "glob": "dist/esm/bin.mjs"
1825 },
1826 "funding": {
1827 "url": "https://github.com/sponsors/isaacs"
1828 }
1829 },
1830 "node_modules/glob-parent": { 1762 "node_modules/glob-parent": {
1831 "version": "5.1.2", 1763 "version": "5.1.2",
1832 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 1764 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
@@ -1896,27 +1828,6 @@
1896 "node": ">=0.12.0" 1828 "node": ">=0.12.0"
1897 } 1829 }
1898 }, 1830 },
1899 "node_modules/isexe": {
1900 "version": "2.0.0",
1901 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1902 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1903 "license": "ISC"
1904 },
1905 "node_modules/jackspeak": {
1906 "version": "3.4.3",
1907 "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
1908 "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
1909 "license": "BlueOak-1.0.0",
1910 "dependencies": {
1911 "@isaacs/cliui": "^8.0.2"
1912 },
1913 "funding": {
1914 "url": "https://github.com/sponsors/isaacs"
1915 },
1916 "optionalDependencies": {
1917 "@pkgjs/parseargs": "^0.11.0"
1918 }
1919 },
1920 "node_modules/jiti": { 1831 "node_modules/jiti": {
1921 "version": "2.6.1", 1832 "version": "2.6.1",
1922 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", 1833 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
@@ -2220,12 +2131,6 @@
2220 "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", 2131 "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
2221 "license": "MIT" 2132 "license": "MIT"
2222 }, 2133 },
2223 "node_modules/lru-cache": {
2224 "version": "10.4.3",
2225 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
2226 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
2227 "license": "ISC"
2228 },
2229 "node_modules/magic-string": { 2134 "node_modules/magic-string": {
2230 "version": "0.30.21", 2135 "version": "0.30.21",
2231 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", 2136 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
@@ -2241,6 +2146,15 @@
2241 "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==", 2146 "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==",
2242 "license": "CC0-1.0" 2147 "license": "CC0-1.0"
2243 }, 2148 },
2149 "node_modules/merge2": {
2150 "version": "1.4.1",
2151 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
2152 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
2153 "license": "MIT",
2154 "engines": {
2155 "node": ">= 8"
2156 }
2157 },
2244 "node_modules/micromatch": { 2158 "node_modules/micromatch": {
2245 "version": "4.0.8", 2159 "version": "4.0.8",
2246 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", 2160 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
@@ -2254,30 +2168,6 @@
2254 "node": ">=8.6" 2168 "node": ">=8.6"
2255 } 2169 }
2256 }, 2170 },
2257 "node_modules/minimatch": {
2258 "version": "9.0.5",
2259 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
2260 "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
2261 "license": "ISC",
2262 "dependencies": {
2263 "brace-expansion": "^2.0.1"
2264 },
2265 "engines": {
2266 "node": ">=16 || 14 >=14.17"
2267 },
2268 "funding": {
2269 "url": "https://github.com/sponsors/isaacs"
2270 }
2271 },
2272 "node_modules/minipass": {
2273 "version": "7.1.2",
2274 "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
2275 "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
2276 "license": "ISC",
2277 "engines": {
2278 "node": ">=16 || 14 >=14.17"
2279 }
2280 },
2281 "node_modules/mri": { 2171 "node_modules/mri": {
2282 "version": "1.2.0", 2172 "version": "1.2.0",
2283 "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", 2173 "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
@@ -2338,37 +2228,6 @@
2338 "url": "https://github.com/fb55/nth-check?sponsor=1" 2228 "url": "https://github.com/fb55/nth-check?sponsor=1"
2339 } 2229 }
2340 }, 2230 },
2341 "node_modules/package-json-from-dist": {
2342 "version": "1.0.1",
2343 "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
2344 "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
2345 "license": "BlueOak-1.0.0"
2346 },
2347 "node_modules/path-key": {
2348 "version": "3.1.1",
2349 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
2350 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
2351 "license": "MIT",
2352 "engines": {
2353 "node": ">=8"
2354 }
2355 },
2356 "node_modules/path-scurry": {
2357 "version": "1.11.1",
2358 "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
2359 "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
2360 "license": "BlueOak-1.0.0",
2361 "dependencies": {
2362 "lru-cache": "^10.2.0",
2363 "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
2364 },
2365 "engines": {
2366 "node": ">=16 || 14 >=14.18"
2367 },
2368 "funding": {
2369 "url": "https://github.com/sponsors/isaacs"
2370 }
2371 },
2372 "node_modules/picocolors": { 2231 "node_modules/picocolors": {
2373 "version": "1.1.1", 2232 "version": "1.1.1",
2374 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 2233 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
@@ -2957,32 +2816,39 @@
2957 } 2816 }
2958 }, 2817 },
2959 "node_modules/purgecss": { 2818 "node_modules/purgecss": {
2960 "version": "6.0.0", 2819 "version": "8.0.0",
2961 "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-6.0.0.tgz", 2820 "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-8.0.0.tgz",
2962 "integrity": "sha512-s3EBxg5RSWmpqd0KGzNqPiaBbWDz1/As+2MzoYVGMqgDqRTLBhJW6sywfTBek7OwNfoS/6pS0xdtvChNhFj2cw==", 2821 "integrity": "sha512-QFJyps9y5oHeXnNA3Ql1EaAqWBivNwQn19Pw1lt9RxfB+4e+bIyqCyuombk79D6Fxe+lPXggVfI1WtRGEBwgbQ==",
2963 "license": "MIT", 2822 "license": "MIT",
2964 "dependencies": { 2823 "dependencies": {
2965 "commander": "^12.0.0", 2824 "commander": "^12.1.0",
2966 "glob": "^10.3.10", 2825 "fast-glob": "^3.3.2",
2967 "postcss": "^8.4.4", 2826 "postcss": "^8.4.47",
2968 "postcss-selector-parser": "^6.0.7" 2827 "postcss-selector-parser": "^7.0.0"
2969 }, 2828 },
2970 "bin": { 2829 "bin": {
2971 "purgecss": "bin/purgecss.js" 2830 "purgecss": "bin/purgecss.js"
2972 } 2831 }
2973 }, 2832 },
2974 "node_modules/purgecss/node_modules/postcss-selector-parser": { 2833 "node_modules/queue-microtask": {
2975 "version": "6.1.2", 2834 "version": "1.2.3",
2976 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", 2835 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
2977 "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", 2836 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
2978 "license": "MIT", 2837 "funding": [
2979 "dependencies": { 2838 {
2980 "cssesc": "^3.0.0", 2839 "type": "github",
2981 "util-deprecate": "^1.0.2" 2840 "url": "https://github.com/sponsors/feross"
2982 }, 2841 },
2983 "engines": { 2842 {
2984 "node": ">=4" 2843 "type": "patreon",
2985 } 2844 "url": "https://www.patreon.com/feross"
2845 },
2846 {
2847 "type": "consulting",
2848 "url": "https://feross.org/support"
2849 }
2850 ],
2851 "license": "MIT"
2986 }, 2852 },
2987 "node_modules/read-cache": { 2853 "node_modules/read-cache": {
2988 "version": "1.0.0", 2854 "version": "1.0.0",
@@ -3014,46 +2880,46 @@
3014 "node": ">=0.10.0" 2880 "node": ">=0.10.0"
3015 } 2881 }
3016 }, 2882 },
3017 "node_modules/sax": { 2883 "node_modules/reusify": {
3018 "version": "1.5.0", 2884 "version": "1.1.0",
3019 "resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz", 2885 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
3020 "integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==", 2886 "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
3021 "license": "BlueOak-1.0.0",
3022 "engines": {
3023 "node": ">=11.0.0"
3024 }
3025 },
3026 "node_modules/shebang-command": {
3027 "version": "2.0.0",
3028 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
3029 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
3030 "license": "MIT", 2887 "license": "MIT",
3031 "dependencies": {
3032 "shebang-regex": "^3.0.0"
3033 },
3034 "engines": { 2888 "engines": {
3035 "node": ">=8" 2889 "iojs": ">=1.0.0",
2890 "node": ">=0.10.0"
3036 } 2891 }
3037 }, 2892 },
3038 "node_modules/shebang-regex": { 2893 "node_modules/run-parallel": {
3039 "version": "3.0.0", 2894 "version": "1.2.0",
3040 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", 2895 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
3041 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", 2896 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
2897 "funding": [
2898 {
2899 "type": "github",
2900 "url": "https://github.com/sponsors/feross"
2901 },
2902 {
2903 "type": "patreon",
2904 "url": "https://www.patreon.com/feross"
2905 },
2906 {
2907 "type": "consulting",
2908 "url": "https://feross.org/support"
2909 }
2910 ],
3042 "license": "MIT", 2911 "license": "MIT",
3043 "engines": { 2912 "dependencies": {
3044 "node": ">=8" 2913 "queue-microtask": "^1.2.2"
3045 } 2914 }
3046 }, 2915 },
3047 "node_modules/signal-exit": { 2916 "node_modules/sax": {
3048 "version": "4.1.0", 2917 "version": "1.5.0",
3049 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", 2918 "resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz",
3050 "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", 2919 "integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==",
3051 "license": "ISC", 2920 "license": "BlueOak-1.0.0",
3052 "engines": { 2921 "engines": {
3053 "node": ">=14" 2922 "node": ">=11.0.0"
3054 },
3055 "funding": {
3056 "url": "https://github.com/sponsors/isaacs"
3057 } 2923 }
3058 }, 2924 },
3059 "node_modules/slash": { 2925 "node_modules/slash": {
@@ -3077,102 +2943,6 @@
3077 "node": ">=0.10.0" 2943 "node": ">=0.10.0"
3078 } 2944 }
3079 }, 2945 },
3080 "node_modules/string-width": {
3081 "version": "5.1.2",
3082 "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
3083 "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
3084 "license": "MIT",
3085 "dependencies": {
3086 "eastasianwidth": "^0.2.0",
3087 "emoji-regex": "^9.2.2",
3088 "strip-ansi": "^7.0.1"
3089 },
3090 "engines": {
3091 "node": ">=12"
3092 },
3093 "funding": {
3094 "url": "https://github.com/sponsors/sindresorhus"
3095 }
3096 },
3097 "node_modules/string-width-cjs": {
3098 "name": "string-width",
3099 "version": "4.2.3",
3100 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
3101 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
3102 "license": "MIT",
3103 "dependencies": {
3104 "emoji-regex": "^8.0.0",
3105 "is-fullwidth-code-point": "^3.0.0",
3106 "strip-ansi": "^6.0.1"
3107 },
3108 "engines": {
3109 "node": ">=8"
3110 }
3111 },
3112 "node_modules/string-width-cjs/node_modules/ansi-regex": {
3113 "version": "5.0.1",
3114 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
3115 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
3116 "license": "MIT",
3117 "engines": {
3118 "node": ">=8"
3119 }
3120 },
3121 "node_modules/string-width-cjs/node_modules/emoji-regex": {
3122 "version": "8.0.0",
3123 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
3124 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
3125 "license": "MIT"
3126 },
3127 "node_modules/string-width-cjs/node_modules/strip-ansi": {
3128 "version": "6.0.1",
3129 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
3130 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3131 "license": "MIT",
3132 "dependencies": {
3133 "ansi-regex": "^5.0.1"
3134 },
3135 "engines": {
3136 "node": ">=8"
3137 }
3138 },
3139 "node_modules/strip-ansi": {
3140 "version": "7.1.0",
3141 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
3142 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
3143 "license": "MIT",
3144 "dependencies": {
3145 "ansi-regex": "^6.0.1"
3146 },
3147 "engines": {
3148 "node": ">=12"
3149 },
3150 "funding": {
3151 "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3152 }
3153 },
3154 "node_modules/strip-ansi-cjs": {
3155 "name": "strip-ansi",
3156 "version": "6.0.1",
3157 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
3158 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3159 "license": "MIT",
3160 "dependencies": {
3161 "ansi-regex": "^5.0.1"
3162 },
3163 "engines": {
3164 "node": ">=8"
3165 }
3166 },
3167 "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
3168 "version": "5.0.1",
3169 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
3170 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
3171 "license": "MIT",
3172 "engines": {
3173 "node": ">=8"
3174 }
3175 },
3176 "node_modules/stylehacks": { 2946 "node_modules/stylehacks": {
3177 "version": "7.0.5", 2947 "version": "7.0.5",
3178 "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.5.tgz", 2948 "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.5.tgz",
@@ -3347,112 +3117,6 @@
3347 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", 3117 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
3348 "license": "MIT" 3118 "license": "MIT"
3349 }, 3119 },
3350 "node_modules/which": {
3351 "version": "2.0.2",
3352 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
3353 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
3354 "license": "ISC",
3355 "dependencies": {
3356 "isexe": "^2.0.0"
3357 },
3358 "bin": {
3359 "node-which": "bin/node-which"
3360 },
3361 "engines": {
3362 "node": ">= 8"
3363 }
3364 },
3365 "node_modules/wrap-ansi": {
3366 "version": "8.1.0",
3367 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
3368 "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
3369 "license": "MIT",
3370 "dependencies": {
3371 "ansi-styles": "^6.1.0",
3372 "string-width": "^5.0.1",
3373 "strip-ansi": "^7.0.1"
3374 },
3375 "engines": {
3376 "node": ">=12"
3377 },
3378 "funding": {
3379 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3380 }
3381 },
3382 "node_modules/wrap-ansi-cjs": {
3383 "name": "wrap-ansi",
3384 "version": "7.0.0",
3385 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3386 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3387 "license": "MIT",
3388 "dependencies": {
3389 "ansi-styles": "^4.0.0",
3390 "string-width": "^4.1.0",
3391 "strip-ansi": "^6.0.0"
3392 },
3393 "engines": {
3394 "node": ">=10"
3395 },
3396 "funding": {
3397 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3398 }
3399 },
3400 "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
3401 "version": "5.0.1",
3402 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
3403 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
3404 "license": "MIT",
3405 "engines": {
3406 "node": ">=8"
3407 }
3408 },
3409 "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
3410 "version": "4.3.0",
3411 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3412 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3413 "license": "MIT",
3414 "dependencies": {
3415 "color-convert": "^2.0.1"
3416 },
3417 "engines": {
3418 "node": ">=8"
3419 },
3420 "funding": {
3421 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3422 }
3423 },
3424 "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
3425 "version": "8.0.0",
3426 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
3427 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
3428 "license": "MIT"
3429 },
3430 "node_modules/wrap-ansi-cjs/node_modules/string-width": {
3431 "version": "4.2.3",
3432 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
3433 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
3434 "license": "MIT",
3435 "dependencies": {
3436 "emoji-regex": "^8.0.0",
3437 "is-fullwidth-code-point": "^3.0.0",
3438 "strip-ansi": "^6.0.1"
3439 },
3440 "engines": {
3441 "node": ">=8"
3442 }
3443 },
3444 "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
3445 "version": "6.0.1",
3446 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
3447 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3448 "license": "MIT",
3449 "dependencies": {
3450 "ansi-regex": "^5.0.1"
3451 },
3452 "engines": {
3453 "node": ">=8"
3454 }
3455 },
3456 "node_modules/y18n": { 3120 "node_modules/y18n": {
3457 "version": "5.0.8", 3121 "version": "5.0.8",
3458 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", 3122 "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",