summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json476
1 files changed, 186 insertions, 290 deletions
diff --git a/package-lock.json b/package-lock.json
index 08d0f91..0602d25 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -343,11 +343,11 @@
343 } 343 }
344 }, 344 },
345 "node_modules/braces": { 345 "node_modules/braces": {
346 "version": "3.0.2", 346 "version": "3.0.3",
347 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", 347 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
348 "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", 348 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
349 "dependencies": { 349 "dependencies": {
350 "fill-range": "^7.0.1" 350 "fill-range": "^7.1.1"
351 }, 351 },
352 "engines": { 352 "engines": {
353 "node": ">=8" 353 "node": ">=8"
@@ -423,15 +423,9 @@
423 ] 423 ]
424 }, 424 },
425 "node_modules/chokidar": { 425 "node_modules/chokidar": {
426 "version": "3.5.3", 426 "version": "3.6.0",
427 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", 427 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
428 "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", 428 "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
429 "funding": [
430 {
431 "type": "individual",
432 "url": "https://paulmillr.com/funding/"
433 }
434 ],
435 "dependencies": { 429 "dependencies": {
436 "anymatch": "~3.1.2", 430 "anymatch": "~3.1.2",
437 "braces": "~3.0.2", 431 "braces": "~3.0.2",
@@ -444,6 +438,9 @@
444 "engines": { 438 "engines": {
445 "node": ">= 8.10.0" 439 "node": ">= 8.10.0"
446 }, 440 },
441 "funding": {
442 "url": "https://paulmillr.com/funding/"
443 },
447 "optionalDependencies": { 444 "optionalDependencies": {
448 "fsevents": "~2.3.2" 445 "fsevents": "~2.3.2"
449 } 446 }
@@ -490,11 +487,6 @@
490 "node": ">=18" 487 "node": ">=18"
491 } 488 }
492 }, 489 },
493 "node_modules/concat-map": {
494 "version": "0.0.1",
495 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
496 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
497 },
498 "node_modules/cross-spawn": { 490 "node_modules/cross-spawn": {
499 "version": "7.0.3", 491 "version": "7.0.3",
500 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", 492 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
@@ -809,9 +801,9 @@
809 } 801 }
810 }, 802 },
811 "node_modules/fill-range": { 803 "node_modules/fill-range": {
812 "version": "7.0.1", 804 "version": "7.1.1",
813 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", 805 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
814 "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", 806 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
815 "dependencies": { 807 "dependencies": {
816 "to-regex-range": "^5.0.1" 808 "to-regex-range": "^5.0.1"
817 }, 809 },
@@ -859,15 +851,26 @@
859 "node": ">=14.14" 851 "node": ">=14.14"
860 } 852 }
861 }, 853 },
862 "node_modules/fs.realpath": { 854 "node_modules/fsevents": {
863 "version": "1.0.0", 855 "version": "2.3.3",
864 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", 856 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
865 "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" 857 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
858 "hasInstallScript": true,
859 "optional": true,
860 "os": [
861 "darwin"
862 ],
863 "engines": {
864 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
865 }
866 }, 866 },
867 "node_modules/function-bind": { 867 "node_modules/function-bind": {
868 "version": "1.1.1", 868 "version": "1.1.2",
869 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", 869 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
870 "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" 870 "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
871 "funding": {
872 "url": "https://github.com/sponsors/ljharb"
873 }
871 }, 874 },
872 "node_modules/get-caller-file": { 875 "node_modules/get-caller-file": {
873 "version": "2.0.5", 876 "version": "2.0.5",
@@ -944,15 +947,15 @@
944 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 947 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
945 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" 948 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
946 }, 949 },
947 "node_modules/has": { 950 "node_modules/hasown": {
948 "version": "1.0.3", 951 "version": "2.0.2",
949 "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", 952 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
950 "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", 953 "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
951 "dependencies": { 954 "dependencies": {
952 "function-bind": "^1.1.1" 955 "function-bind": "^1.1.2"
953 }, 956 },
954 "engines": { 957 "engines": {
955 "node": ">= 0.4.0" 958 "node": ">= 0.4"
956 } 959 }
957 }, 960 },
958 "node_modules/ignore": { 961 "node_modules/ignore": {
@@ -963,20 +966,6 @@
963 "node": ">= 4" 966 "node": ">= 4"
964 } 967 }
965 }, 968 },
966 "node_modules/inflight": {
967 "version": "1.0.6",
968 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
969 "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
970 "dependencies": {
971 "once": "^1.3.0",
972 "wrappy": "1"
973 }
974 },
975 "node_modules/inherits": {
976 "version": "2.0.4",
977 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
978 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
979 },
980 "node_modules/is-binary-path": { 969 "node_modules/is-binary-path": {
981 "version": "2.1.0", 970 "version": "2.1.0",
982 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", 971 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
@@ -989,11 +978,14 @@
989 } 978 }
990 }, 979 },
991 "node_modules/is-core-module": { 980 "node_modules/is-core-module": {
992 "version": "2.11.0", 981 "version": "2.15.1",
993 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", 982 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
994 "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", 983 "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
995 "dependencies": { 984 "dependencies": {
996 "has": "^1.0.3" 985 "hasown": "^2.0.2"
986 },
987 "engines": {
988 "node": ">= 0.4"
997 }, 989 },
998 "funding": { 990 "funding": {
999 "url": "https://github.com/sponsors/ljharb" 991 "url": "https://github.com/sponsors/ljharb"
@@ -1057,9 +1049,9 @@
1057 } 1049 }
1058 }, 1050 },
1059 "node_modules/jiti": { 1051 "node_modules/jiti": {
1060 "version": "1.21.0", 1052 "version": "1.21.6",
1061 "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz", 1053 "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz",
1062 "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==", 1054 "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==",
1063 "bin": { 1055 "bin": {
1064 "jiti": "bin/jiti.js" 1056 "jiti": "bin/jiti.js"
1065 } 1057 }
@@ -1120,11 +1112,11 @@
1120 } 1112 }
1121 }, 1113 },
1122 "node_modules/micromatch": { 1114 "node_modules/micromatch": {
1123 "version": "4.0.5", 1115 "version": "4.0.8",
1124 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", 1116 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
1125 "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", 1117 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
1126 "dependencies": { 1118 "dependencies": {
1127 "braces": "^3.0.2", 1119 "braces": "^3.0.3",
1128 "picomatch": "^2.3.1" 1120 "picomatch": "^2.3.1"
1129 }, 1121 },
1130 "engines": { 1122 "engines": {
@@ -1228,22 +1220,6 @@
1228 "node": ">= 6" 1220 "node": ">= 6"
1229 } 1221 }
1230 }, 1222 },
1231 "node_modules/once": {
1232 "version": "1.4.0",
1233 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
1234 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
1235 "dependencies": {
1236 "wrappy": "1"
1237 }
1238 },
1239 "node_modules/path-is-absolute": {
1240 "version": "1.0.1",
1241 "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
1242 "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
1243 "engines": {
1244 "node": ">=0.10.0"
1245 }
1246 },
1247 "node_modules/path-key": { 1223 "node_modules/path-key": {
1248 "version": "3.1.1", 1224 "version": "3.1.1",
1249 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", 1225 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
@@ -1541,20 +1517,26 @@
1541 } 1517 }
1542 }, 1518 },
1543 "node_modules/postcss-load-config": { 1519 "node_modules/postcss-load-config": {
1544 "version": "4.0.1", 1520 "version": "4.0.2",
1545 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.1.tgz", 1521 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
1546 "integrity": "sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==", 1522 "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
1523 "funding": [
1524 {
1525 "type": "opencollective",
1526 "url": "https://opencollective.com/postcss/"
1527 },
1528 {
1529 "type": "github",
1530 "url": "https://github.com/sponsors/ai"
1531 }
1532 ],
1547 "dependencies": { 1533 "dependencies": {
1548 "lilconfig": "^2.0.5", 1534 "lilconfig": "^3.0.0",
1549 "yaml": "^2.1.1" 1535 "yaml": "^2.3.4"
1550 }, 1536 },
1551 "engines": { 1537 "engines": {
1552 "node": ">= 14" 1538 "node": ">= 14"
1553 }, 1539 },
1554 "funding": {
1555 "type": "opencollective",
1556 "url": "https://opencollective.com/postcss/"
1557 },
1558 "peerDependencies": { 1540 "peerDependencies": {
1559 "postcss": ">=8.0.9", 1541 "postcss": ">=8.0.9",
1560 "ts-node": ">=9.0.0" 1542 "ts-node": ">=9.0.0"
@@ -1568,6 +1550,17 @@
1568 } 1550 }
1569 } 1551 }
1570 }, 1552 },
1553 "node_modules/postcss-load-config/node_modules/lilconfig": {
1554 "version": "3.1.2",
1555 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
1556 "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
1557 "engines": {
1558 "node": ">=14"
1559 },
1560 "funding": {
1561 "url": "https://github.com/sponsors/antonk52"
1562 }
1563 },
1571 "node_modules/postcss-merge-longhand": { 1564 "node_modules/postcss-merge-longhand": {
1572 "version": "7.0.4", 1565 "version": "7.0.4",
1573 "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.4.tgz", 1566 "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.4.tgz",
@@ -1662,19 +1655,25 @@
1662 } 1655 }
1663 }, 1656 },
1664 "node_modules/postcss-nested": { 1657 "node_modules/postcss-nested": {
1665 "version": "6.0.1", 1658 "version": "6.2.0",
1666 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", 1659 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
1667 "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", 1660 "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
1661 "funding": [
1662 {
1663 "type": "opencollective",
1664 "url": "https://opencollective.com/postcss/"
1665 },
1666 {
1667 "type": "github",
1668 "url": "https://github.com/sponsors/ai"
1669 }
1670 ],
1668 "dependencies": { 1671 "dependencies": {
1669 "postcss-selector-parser": "^6.0.11" 1672 "postcss-selector-parser": "^6.1.1"
1670 }, 1673 },
1671 "engines": { 1674 "engines": {
1672 "node": ">=12.0" 1675 "node": ">=12.0"
1673 }, 1676 },
1674 "funding": {
1675 "type": "opencollective",
1676 "url": "https://opencollective.com/postcss/"
1677 },
1678 "peerDependencies": { 1677 "peerDependencies": {
1679 "postcss": "^8.2.14" 1678 "postcss": "^8.2.14"
1680 } 1679 }
@@ -1981,11 +1980,11 @@
1981 } 1980 }
1982 }, 1981 },
1983 "node_modules/resolve": { 1982 "node_modules/resolve": {
1984 "version": "1.22.2", 1983 "version": "1.22.8",
1985 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz", 1984 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
1986 "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==", 1985 "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
1987 "dependencies": { 1986 "dependencies": {
1988 "is-core-module": "^2.11.0", 1987 "is-core-module": "^2.13.0",
1989 "path-parse": "^1.0.7", 1988 "path-parse": "^1.0.7",
1990 "supports-preserve-symlinks-flag": "^1.0.0" 1989 "supports-preserve-symlinks-flag": "^1.0.0"
1991 }, 1990 },
@@ -2142,13 +2141,13 @@
2142 } 2141 }
2143 }, 2142 },
2144 "node_modules/sucrase": { 2143 "node_modules/sucrase": {
2145 "version": "3.32.0", 2144 "version": "3.35.0",
2146 "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.32.0.tgz", 2145 "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
2147 "integrity": "sha512-ydQOU34rpSyj2TGyz4D2p8rbktIOZ8QY9s+DGLvFU1i5pWJE8vkpruCjGCMHsdXwnD7JDcS+noSwM/a7zyNFDQ==", 2146 "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
2148 "dependencies": { 2147 "dependencies": {
2149 "@jridgewell/gen-mapping": "^0.3.2", 2148 "@jridgewell/gen-mapping": "^0.3.2",
2150 "commander": "^4.0.0", 2149 "commander": "^4.0.0",
2151 "glob": "7.1.6", 2150 "glob": "^10.3.10",
2152 "lines-and-columns": "^1.1.6", 2151 "lines-and-columns": "^1.1.6",
2153 "mz": "^2.7.0", 2152 "mz": "^2.7.0",
2154 "pirates": "^4.0.1", 2153 "pirates": "^4.0.1",
@@ -2159,16 +2158,7 @@
2159 "sucrase-node": "bin/sucrase-node" 2158 "sucrase-node": "bin/sucrase-node"
2160 }, 2159 },
2161 "engines": { 2160 "engines": {
2162 "node": ">=8" 2161 "node": ">=16 || 14 >=14.17"
2163 }
2164 },
2165 "node_modules/sucrase/node_modules/brace-expansion": {
2166 "version": "1.1.11",
2167 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
2168 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
2169 "dependencies": {
2170 "balanced-match": "^1.0.0",
2171 "concat-map": "0.0.1"
2172 } 2162 }
2173 }, 2163 },
2174 "node_modules/sucrase/node_modules/commander": { 2164 "node_modules/sucrase/node_modules/commander": {
@@ -2179,36 +2169,6 @@
2179 "node": ">= 6" 2169 "node": ">= 6"
2180 } 2170 }
2181 }, 2171 },
2182 "node_modules/sucrase/node_modules/glob": {
2183 "version": "7.1.6",
2184 "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
2185 "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
2186 "dependencies": {
2187 "fs.realpath": "^1.0.0",
2188 "inflight": "^1.0.4",
2189 "inherits": "2",
2190 "minimatch": "^3.0.4",
2191 "once": "^1.3.0",
2192 "path-is-absolute": "^1.0.0"
2193 },
2194 "engines": {
2195 "node": "*"
2196 },
2197 "funding": {
2198 "url": "https://github.com/sponsors/isaacs"
2199 }
2200 },
2201 "node_modules/sucrase/node_modules/minimatch": {
2202 "version": "3.1.2",
2203 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
2204 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2205 "dependencies": {
2206 "brace-expansion": "^1.1.7"
2207 },
2208 "engines": {
2209 "node": "*"
2210 }
2211 },
2212 "node_modules/supports-preserve-symlinks-flag": { 2172 "node_modules/supports-preserve-symlinks-flag": {
2213 "version": "1.0.0", 2173 "version": "1.0.0",
2214 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", 2174 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
@@ -2253,32 +2213,32 @@
2253 } 2213 }
2254 }, 2214 },
2255 "node_modules/tailwindcss": { 2215 "node_modules/tailwindcss": {
2256 "version": "3.4.14", 2216 "version": "3.4.15",
2257 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", 2217 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.15.tgz",
2258 "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", 2218 "integrity": "sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==",
2259 "dependencies": { 2219 "dependencies": {
2260 "@alloc/quick-lru": "^5.2.0", 2220 "@alloc/quick-lru": "^5.2.0",
2261 "arg": "^5.0.2", 2221 "arg": "^5.0.2",
2262 "chokidar": "^3.5.3", 2222 "chokidar": "^3.6.0",
2263 "didyoumean": "^1.2.2", 2223 "didyoumean": "^1.2.2",
2264 "dlv": "^1.1.3", 2224 "dlv": "^1.1.3",
2265 "fast-glob": "^3.3.0", 2225 "fast-glob": "^3.3.2",
2266 "glob-parent": "^6.0.2", 2226 "glob-parent": "^6.0.2",
2267 "is-glob": "^4.0.3", 2227 "is-glob": "^4.0.3",
2268 "jiti": "^1.21.0", 2228 "jiti": "^1.21.6",
2269 "lilconfig": "^2.1.0", 2229 "lilconfig": "^2.1.0",
2270 "micromatch": "^4.0.5", 2230 "micromatch": "^4.0.8",
2271 "normalize-path": "^3.0.0", 2231 "normalize-path": "^3.0.0",
2272 "object-hash": "^3.0.0", 2232 "object-hash": "^3.0.0",
2273 "picocolors": "^1.0.0", 2233 "picocolors": "^1.1.1",
2274 "postcss": "^8.4.23", 2234 "postcss": "^8.4.47",
2275 "postcss-import": "^15.1.0", 2235 "postcss-import": "^15.1.0",
2276 "postcss-js": "^4.0.1", 2236 "postcss-js": "^4.0.1",
2277 "postcss-load-config": "^4.0.1", 2237 "postcss-load-config": "^4.0.2",
2278 "postcss-nested": "^6.0.1", 2238 "postcss-nested": "^6.2.0",
2279 "postcss-selector-parser": "^6.0.11", 2239 "postcss-selector-parser": "^6.1.2",
2280 "resolve": "^1.22.2", 2240 "resolve": "^1.22.8",
2281 "sucrase": "^3.32.0" 2241 "sucrase": "^3.35.0"
2282 }, 2242 },
2283 "bin": { 2243 "bin": {
2284 "tailwind": "lib/cli.js", 2244 "tailwind": "lib/cli.js",
@@ -2439,11 +2399,6 @@
2439 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 2399 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2440 } 2400 }
2441 }, 2401 },
2442 "node_modules/wrappy": {
2443 "version": "1.0.2",
2444 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
2445 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
2446 },
2447 "node_modules/y18n": { 2402 "node_modules/y18n": {
2448 "version": "5.0.8", 2403 "version": "5.0.8",
2449 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", 2404 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
@@ -2707,11 +2662,11 @@
2707 } 2662 }
2708 }, 2663 },
2709 "braces": { 2664 "braces": {
2710 "version": "3.0.2", 2665 "version": "3.0.3",
2711 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", 2666 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
2712 "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", 2667 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
2713 "requires": { 2668 "requires": {
2714 "fill-range": "^7.0.1" 2669 "fill-range": "^7.1.1"
2715 } 2670 }
2716 }, 2671 },
2717 "browserslist": { 2672 "browserslist": {
@@ -2747,9 +2702,9 @@
2747 "integrity": "sha512-n83xdNiyeNcHpzWY+1aFbqCK7LuLfBricc4+alSQL2Xb6OR3XpnQAmlDG+pQcdTfiHRuLcQ96VOfrPSGiNJYSg==" 2702 "integrity": "sha512-n83xdNiyeNcHpzWY+1aFbqCK7LuLfBricc4+alSQL2Xb6OR3XpnQAmlDG+pQcdTfiHRuLcQ96VOfrPSGiNJYSg=="
2748 }, 2703 },
2749 "chokidar": { 2704 "chokidar": {
2750 "version": "3.5.3", 2705 "version": "3.6.0",
2751 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", 2706 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
2752 "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", 2707 "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
2753 "requires": { 2708 "requires": {
2754 "anymatch": "~3.1.2", 2709 "anymatch": "~3.1.2",
2755 "braces": "~3.0.2", 2710 "braces": "~3.0.2",
@@ -2794,11 +2749,6 @@
2794 "resolved": "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz", 2749 "resolved": "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz",
2795 "integrity": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==" 2750 "integrity": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA=="
2796 }, 2751 },
2797 "concat-map": {
2798 "version": "0.0.1",
2799 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
2800 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
2801 },
2802 "cross-spawn": { 2752 "cross-spawn": {
2803 "version": "7.0.3", 2753 "version": "7.0.3",
2804 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", 2754 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
@@ -3023,9 +2973,9 @@
3023 } 2973 }
3024 }, 2974 },
3025 "fill-range": { 2975 "fill-range": {
3026 "version": "7.0.1", 2976 "version": "7.1.1",
3027 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", 2977 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
3028 "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", 2978 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
3029 "requires": { 2979 "requires": {
3030 "to-regex-range": "^5.0.1" 2980 "to-regex-range": "^5.0.1"
3031 } 2981 }
@@ -3054,15 +3004,16 @@
3054 "universalify": "^2.0.0" 3004 "universalify": "^2.0.0"
3055 } 3005 }
3056 }, 3006 },
3057 "fs.realpath": { 3007 "fsevents": {
3058 "version": "1.0.0", 3008 "version": "2.3.3",
3059 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", 3009 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
3060 "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" 3010 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
3011 "optional": true
3061 }, 3012 },
3062 "function-bind": { 3013 "function-bind": {
3063 "version": "1.1.1", 3014 "version": "1.1.2",
3064 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", 3015 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
3065 "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" 3016 "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA=="
3066 }, 3017 },
3067 "get-caller-file": { 3018 "get-caller-file": {
3068 "version": "2.0.5", 3019 "version": "2.0.5",
@@ -3112,12 +3063,12 @@
3112 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 3063 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
3113 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" 3064 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
3114 }, 3065 },
3115 "has": { 3066 "hasown": {
3116 "version": "1.0.3", 3067 "version": "2.0.2",
3117 "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", 3068 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
3118 "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", 3069 "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
3119 "requires": { 3070 "requires": {
3120 "function-bind": "^1.1.1" 3071 "function-bind": "^1.1.2"
3121 } 3072 }
3122 }, 3073 },
3123 "ignore": { 3074 "ignore": {
@@ -3125,20 +3076,6 @@
3125 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", 3076 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
3126 "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==" 3077 "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ=="
3127 }, 3078 },
3128 "inflight": {
3129 "version": "1.0.6",
3130 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
3131 "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
3132 "requires": {
3133 "once": "^1.3.0",
3134 "wrappy": "1"
3135 }
3136 },
3137 "inherits": {
3138 "version": "2.0.4",
3139 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
3140 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
3141 },
3142 "is-binary-path": { 3079 "is-binary-path": {
3143 "version": "2.1.0", 3080 "version": "2.1.0",
3144 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", 3081 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
@@ -3148,11 +3085,11 @@
3148 } 3085 }
3149 }, 3086 },
3150 "is-core-module": { 3087 "is-core-module": {
3151 "version": "2.11.0", 3088 "version": "2.15.1",
3152 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", 3089 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
3153 "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", 3090 "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
3154 "requires": { 3091 "requires": {
3155 "has": "^1.0.3" 3092 "hasown": "^2.0.2"
3156 } 3093 }
3157 }, 3094 },
3158 "is-extglob": { 3095 "is-extglob": {
@@ -3193,9 +3130,9 @@
3193 } 3130 }
3194 }, 3131 },
3195 "jiti": { 3132 "jiti": {
3196 "version": "1.21.0", 3133 "version": "1.21.6",
3197 "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz", 3134 "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz",
3198 "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==" 3135 "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w=="
3199 }, 3136 },
3200 "jsonfile": { 3137 "jsonfile": {
3201 "version": "6.1.0", 3138 "version": "6.1.0",
@@ -3242,11 +3179,11 @@
3242 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" 3179 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="
3243 }, 3180 },
3244 "micromatch": { 3181 "micromatch": {
3245 "version": "4.0.5", 3182 "version": "4.0.8",
3246 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", 3183 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
3247 "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", 3184 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
3248 "requires": { 3185 "requires": {
3249 "braces": "^3.0.2", 3186 "braces": "^3.0.3",
3250 "picomatch": "^2.3.1" 3187 "picomatch": "^2.3.1"
3251 } 3188 }
3252 }, 3189 },
@@ -3311,19 +3248,6 @@
3311 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", 3248 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
3312 "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==" 3249 "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw=="
3313 }, 3250 },
3314 "once": {
3315 "version": "1.4.0",
3316 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
3317 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
3318 "requires": {
3319 "wrappy": "1"
3320 }
3321 },
3322 "path-is-absolute": {
3323 "version": "1.0.1",
3324 "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
3325 "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg=="
3326 },
3327 "path-key": { 3251 "path-key": {
3328 "version": "3.1.1", 3252 "version": "3.1.1",
3329 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", 3253 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
@@ -3487,12 +3411,19 @@
3487 } 3411 }
3488 }, 3412 },
3489 "postcss-load-config": { 3413 "postcss-load-config": {
3490 "version": "4.0.1", 3414 "version": "4.0.2",
3491 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.1.tgz", 3415 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
3492 "integrity": "sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==", 3416 "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
3493 "requires": { 3417 "requires": {
3494 "lilconfig": "^2.0.5", 3418 "lilconfig": "^3.0.0",
3495 "yaml": "^2.1.1" 3419 "yaml": "^2.3.4"
3420 },
3421 "dependencies": {
3422 "lilconfig": {
3423 "version": "3.1.2",
3424 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
3425 "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow=="
3426 }
3496 } 3427 }
3497 }, 3428 },
3498 "postcss-merge-longhand": { 3429 "postcss-merge-longhand": {
@@ -3553,11 +3484,11 @@
3553 } 3484 }
3554 }, 3485 },
3555 "postcss-nested": { 3486 "postcss-nested": {
3556 "version": "6.0.1", 3487 "version": "6.2.0",
3557 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", 3488 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
3558 "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", 3489 "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
3559 "requires": { 3490 "requires": {
3560 "postcss-selector-parser": "^6.0.11" 3491 "postcss-selector-parser": "^6.1.1"
3561 } 3492 }
3562 }, 3493 },
3563 "postcss-normalize-charset": { 3494 "postcss-normalize-charset": {
@@ -3740,11 +3671,11 @@
3740 "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" 3671 "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q=="
3741 }, 3672 },
3742 "resolve": { 3673 "resolve": {
3743 "version": "1.22.2", 3674 "version": "1.22.8",
3744 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz", 3675 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
3745 "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==", 3676 "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
3746 "requires": { 3677 "requires": {
3747 "is-core-module": "^2.11.0", 3678 "is-core-module": "^2.13.0",
3748 "path-parse": "^1.0.7", 3679 "path-parse": "^1.0.7",
3749 "supports-preserve-symlinks-flag": "^1.0.0" 3680 "supports-preserve-symlinks-flag": "^1.0.0"
3750 } 3681 }
@@ -3836,53 +3767,23 @@
3836 } 3767 }
3837 }, 3768 },
3838 "sucrase": { 3769 "sucrase": {
3839 "version": "3.32.0", 3770 "version": "3.35.0",
3840 "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.32.0.tgz", 3771 "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
3841 "integrity": "sha512-ydQOU34rpSyj2TGyz4D2p8rbktIOZ8QY9s+DGLvFU1i5pWJE8vkpruCjGCMHsdXwnD7JDcS+noSwM/a7zyNFDQ==", 3772 "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
3842 "requires": { 3773 "requires": {
3843 "@jridgewell/gen-mapping": "^0.3.2", 3774 "@jridgewell/gen-mapping": "^0.3.2",
3844 "commander": "^4.0.0", 3775 "commander": "^4.0.0",
3845 "glob": "7.1.6", 3776 "glob": "^10.3.10",
3846 "lines-and-columns": "^1.1.6", 3777 "lines-and-columns": "^1.1.6",
3847 "mz": "^2.7.0", 3778 "mz": "^2.7.0",
3848 "pirates": "^4.0.1", 3779 "pirates": "^4.0.1",
3849 "ts-interface-checker": "^0.1.9" 3780 "ts-interface-checker": "^0.1.9"
3850 }, 3781 },
3851 "dependencies": { 3782 "dependencies": {
3852 "brace-expansion": {
3853 "version": "1.1.11",
3854 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
3855 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
3856 "requires": {
3857 "balanced-match": "^1.0.0",
3858 "concat-map": "0.0.1"
3859 }
3860 },
3861 "commander": { 3783 "commander": {
3862 "version": "4.1.1", 3784 "version": "4.1.1",
3863 "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", 3785 "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
3864 "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" 3786 "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA=="
3865 },
3866 "glob": {
3867 "version": "7.1.6",
3868 "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
3869 "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
3870 "requires": {
3871 "fs.realpath": "^1.0.0",
3872 "inflight": "^1.0.4",
3873 "inherits": "2",
3874 "minimatch": "^3.0.4",
3875 "once": "^1.3.0",
3876 "path-is-absolute": "^1.0.0"
3877 }
3878 },
3879 "minimatch": {
3880 "version": "3.1.2",
3881 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
3882 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
3883 "requires": {
3884 "brace-expansion": "^1.1.7"
3885 }
3886 } 3787 }
3887 } 3788 }
3888 }, 3789 },
@@ -3913,32 +3814,32 @@
3913 } 3814 }
3914 }, 3815 },
3915 "tailwindcss": { 3816 "tailwindcss": {
3916 "version": "3.4.14", 3817 "version": "3.4.15",
3917 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", 3818 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.15.tgz",
3918 "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", 3819 "integrity": "sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==",
3919 "requires": { 3820 "requires": {
3920 "@alloc/quick-lru": "^5.2.0", 3821 "@alloc/quick-lru": "^5.2.0",
3921 "arg": "^5.0.2", 3822 "arg": "^5.0.2",
3922 "chokidar": "^3.5.3", 3823 "chokidar": "^3.6.0",
3923 "didyoumean": "^1.2.2", 3824 "didyoumean": "^1.2.2",
3924 "dlv": "^1.1.3", 3825 "dlv": "^1.1.3",
3925 "fast-glob": "^3.3.0", 3826 "fast-glob": "^3.3.2",
3926 "glob-parent": "^6.0.2", 3827 "glob-parent": "^6.0.2",
3927 "is-glob": "^4.0.3", 3828 "is-glob": "^4.0.3",
3928 "jiti": "^1.21.0", 3829 "jiti": "^1.21.6",
3929 "lilconfig": "^2.1.0", 3830 "lilconfig": "^2.1.0",
3930 "micromatch": "^4.0.5", 3831 "micromatch": "^4.0.8",
3931 "normalize-path": "^3.0.0", 3832 "normalize-path": "^3.0.0",
3932 "object-hash": "^3.0.0", 3833 "object-hash": "^3.0.0",
3933 "picocolors": "^1.0.0", 3834 "picocolors": "^1.1.1",
3934 "postcss": "^8.4.23", 3835 "postcss": "^8.4.47",
3935 "postcss-import": "^15.1.0", 3836 "postcss-import": "^15.1.0",
3936 "postcss-js": "^4.0.1", 3837 "postcss-js": "^4.0.1",
3937 "postcss-load-config": "^4.0.1", 3838 "postcss-load-config": "^4.0.2",
3938 "postcss-nested": "^6.0.1", 3839 "postcss-nested": "^6.2.0",
3939 "postcss-selector-parser": "^6.0.11", 3840 "postcss-selector-parser": "^6.1.2",
3940 "resolve": "^1.22.2", 3841 "resolve": "^1.22.8",
3941 "sucrase": "^3.32.0" 3842 "sucrase": "^3.35.0"
3942 }, 3843 },
3943 "dependencies": { 3844 "dependencies": {
3944 "glob-parent": { 3845 "glob-parent": {
@@ -4037,11 +3938,6 @@
4037 "strip-ansi": "^6.0.0" 3938 "strip-ansi": "^6.0.0"
4038 } 3939 }
4039 }, 3940 },
4040 "wrappy": {
4041 "version": "1.0.2",
4042 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
4043 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
4044 },
4045 "y18n": { 3941 "y18n": {
4046 "version": "5.0.8", 3942 "version": "5.0.8",
4047 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", 3943 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",