summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatweb Bot2023-03-13 09:43:50 +0000
committerMatweb Bot2023-03-13 09:43:50 +0000
commit63cb6f9af5a51c62b726eec444f12b6f472c9229 (patch)
treed8c00a2c1c1d1d65662a507ab9360e2b3f28ba50
parentd48d0de56821747eed5655205974d469334264d6 (diff)
RenovateBot: Update dependency tailwindcss to v3.2.7
-rw-r--r--package-lock.json657
1 files changed, 138 insertions, 519 deletions
diff --git a/package-lock.json b/package-lock.json
index 62c6efd..6d0126d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,94 +17,6 @@
17 "tailwindcss": "^3.0.16" 17 "tailwindcss": "^3.0.16"
18 } 18 }
19 }, 19 },
20 "node_modules/@babel/code-frame": {
21 "version": "7.16.7",
22 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
23 "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
24 "dependencies": {
25 "@babel/highlight": "^7.16.7"
26 },
27 "engines": {
28 "node": ">=6.9.0"
29 }
30 },
31 "node_modules/@babel/helper-validator-identifier": {
32 "version": "7.16.7",
33 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
34 "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==",
35 "engines": {
36 "node": ">=6.9.0"
37 }
38 },
39 "node_modules/@babel/highlight": {
40 "version": "7.16.10",
41 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz",
42 "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==",
43 "dependencies": {
44 "@babel/helper-validator-identifier": "^7.16.7",
45 "chalk": "^2.0.0",
46 "js-tokens": "^4.0.0"
47 },
48 "engines": {
49 "node": ">=6.9.0"
50 }
51 },
52 "node_modules/@babel/highlight/node_modules/ansi-styles": {
53 "version": "3.2.1",
54 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
55 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
56 "dependencies": {
57 "color-convert": "^1.9.0"
58 },
59 "engines": {
60 "node": ">=4"
61 }
62 },
63 "node_modules/@babel/highlight/node_modules/chalk": {
64 "version": "2.4.2",
65 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
66 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
67 "dependencies": {
68 "ansi-styles": "^3.2.1",
69 "escape-string-regexp": "^1.0.5",
70 "supports-color": "^5.3.0"
71 },
72 "engines": {
73 "node": ">=4"
74 }
75 },
76 "node_modules/@babel/highlight/node_modules/color-convert": {
77 "version": "1.9.3",
78 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
79 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
80 "dependencies": {
81 "color-name": "1.1.3"
82 }
83 },
84 "node_modules/@babel/highlight/node_modules/color-name": {
85 "version": "1.1.3",
86 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
87 "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
88 },
89 "node_modules/@babel/highlight/node_modules/has-flag": {
90 "version": "3.0.0",
91 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
92 "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
93 "engines": {
94 "node": ">=4"
95 }
96 },
97 "node_modules/@babel/highlight/node_modules/supports-color": {
98 "version": "5.5.0",
99 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
100 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
101 "dependencies": {
102 "has-flag": "^3.0.0"
103 },
104 "engines": {
105 "node": ">=4"
106 }
107 },
108 "node_modules/@fullhuman/postcss-purgecss": { 20 "node_modules/@fullhuman/postcss-purgecss": {
109 "version": "5.0.0", 21 "version": "5.0.0",
110 "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-5.0.0.tgz", 22 "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-5.0.0.tgz",
@@ -156,11 +68,6 @@
156 "node": ">=10.13.0" 68 "node": ">=10.13.0"
157 } 69 }
158 }, 70 },
159 "node_modules/@types/parse-json": {
160 "version": "4.0.0",
161 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
162 "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
163 },
164 "node_modules/acorn": { 71 "node_modules/acorn": {
165 "version": "7.4.1", 72 "version": "7.4.1",
166 "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", 73 "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
@@ -225,9 +132,9 @@
225 } 132 }
226 }, 133 },
227 "node_modules/arg": { 134 "node_modules/arg": {
228 "version": "5.0.1", 135 "version": "5.0.2",
229 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.1.tgz", 136 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
230 "integrity": "sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA==" 137 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg=="
231 }, 138 },
232 "node_modules/autoprefixer": { 139 "node_modules/autoprefixer": {
233 "version": "10.4.14", 140 "version": "10.4.14",
@@ -325,14 +232,6 @@
325 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" 232 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
326 } 233 }
327 }, 234 },
328 "node_modules/callsites": {
329 "version": "3.1.0",
330 "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
331 "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
332 "engines": {
333 "node": ">=6"
334 }
335 },
336 "node_modules/camelcase-css": { 235 "node_modules/camelcase-css": {
337 "version": "2.0.1", 236 "version": "2.0.1",
338 "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", 237 "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
@@ -367,21 +266,6 @@
367 } 266 }
368 ] 267 ]
369 }, 268 },
370 "node_modules/chalk": {
371 "version": "4.1.2",
372 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
373 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
374 "dependencies": {
375 "ansi-styles": "^4.1.0",
376 "supports-color": "^7.1.0"
377 },
378 "engines": {
379 "node": ">=10"
380 },
381 "funding": {
382 "url": "https://github.com/chalk/chalk?sponsor=1"
383 }
384 },
385 "node_modules/chokidar": { 269 "node_modules/chokidar": {
386 "version": "3.5.3", 270 "version": "3.5.3",
387 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", 271 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
@@ -447,21 +331,6 @@
447 "node": "^12.20.0 || >=14" 331 "node": "^12.20.0 || >=14"
448 } 332 }
449 }, 333 },
450 "node_modules/cosmiconfig": {
451 "version": "7.0.1",
452 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz",
453 "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==",
454 "dependencies": {
455 "@types/parse-json": "^4.0.0",
456 "import-fresh": "^3.2.1",
457 "parse-json": "^5.0.0",
458 "path-type": "^4.0.0",
459 "yaml": "^1.10.0"
460 },
461 "engines": {
462 "node": ">=10"
463 }
464 },
465 "node_modules/css-declaration-sorter": { 334 "node_modules/css-declaration-sorter": {
466 "version": "6.3.1", 335 "version": "6.3.1",
467 "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.3.1.tgz", 336 "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.3.1.tgz",
@@ -620,13 +489,13 @@
620 } 489 }
621 }, 490 },
622 "node_modules/detective": { 491 "node_modules/detective": {
623 "version": "5.2.0", 492 "version": "5.2.1",
624 "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz", 493 "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz",
625 "integrity": "sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==", 494 "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==",
626 "dependencies": { 495 "dependencies": {
627 "acorn-node": "^1.6.1", 496 "acorn-node": "^1.8.2",
628 "defined": "^1.0.0", 497 "defined": "^1.0.0",
629 "minimist": "^1.1.1" 498 "minimist": "^1.2.6"
630 }, 499 },
631 "bin": { 500 "bin": {
632 "detective": "bin/detective.js" 501 "detective": "bin/detective.js"
@@ -725,14 +594,6 @@
725 "url": "https://github.com/fb55/entities?sponsor=1" 594 "url": "https://github.com/fb55/entities?sponsor=1"
726 } 595 }
727 }, 596 },
728 "node_modules/error-ex": {
729 "version": "1.3.2",
730 "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
731 "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
732 "dependencies": {
733 "is-arrayish": "^0.2.1"
734 }
735 },
736 "node_modules/escalade": { 597 "node_modules/escalade": {
737 "version": "3.1.1", 598 "version": "3.1.1",
738 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", 599 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
@@ -741,18 +602,10 @@
741 "node": ">=6" 602 "node": ">=6"
742 } 603 }
743 }, 604 },
744 "node_modules/escape-string-regexp": {
745 "version": "1.0.5",
746 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
747 "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
748 "engines": {
749 "node": ">=0.8.0"
750 }
751 },
752 "node_modules/fast-glob": { 605 "node_modules/fast-glob": {
753 "version": "3.2.11", 606 "version": "3.2.12",
754 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", 607 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz",
755 "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", 608 "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",
756 "dependencies": { 609 "dependencies": {
757 "@nodelib/fs.stat": "^2.0.2", 610 "@nodelib/fs.stat": "^2.0.2",
758 "@nodelib/fs.walk": "^1.2.3", 611 "@nodelib/fs.walk": "^1.2.3",
@@ -913,14 +766,6 @@
913 "node": ">= 0.4.0" 766 "node": ">= 0.4.0"
914 } 767 }
915 }, 768 },
916 "node_modules/has-flag": {
917 "version": "4.0.0",
918 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
919 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
920 "engines": {
921 "node": ">=8"
922 }
923 },
924 "node_modules/ignore": { 769 "node_modules/ignore": {
925 "version": "5.2.0", 770 "version": "5.2.0",
926 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", 771 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
@@ -929,21 +774,6 @@
929 "node": ">= 4" 774 "node": ">= 4"
930 } 775 }
931 }, 776 },
932 "node_modules/import-fresh": {
933 "version": "3.3.0",
934 "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
935 "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
936 "dependencies": {
937 "parent-module": "^1.0.0",
938 "resolve-from": "^4.0.0"
939 },
940 "engines": {
941 "node": ">=6"
942 },
943 "funding": {
944 "url": "https://github.com/sponsors/sindresorhus"
945 }
946 },
947 "node_modules/inflight": { 777 "node_modules/inflight": {
948 "version": "1.0.6", 778 "version": "1.0.6",
949 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", 779 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
@@ -958,11 +788,6 @@
958 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", 788 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
959 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" 789 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
960 }, 790 },
961 "node_modules/is-arrayish": {
962 "version": "0.2.1",
963 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
964 "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
965 },
966 "node_modules/is-binary-path": { 791 "node_modules/is-binary-path": {
967 "version": "2.1.0", 792 "version": "2.1.0",
968 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", 793 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
@@ -975,9 +800,9 @@
975 } 800 }
976 }, 801 },
977 "node_modules/is-core-module": { 802 "node_modules/is-core-module": {
978 "version": "2.8.1", 803 "version": "2.11.0",
979 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", 804 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz",
980 "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", 805 "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==",
981 "dependencies": { 806 "dependencies": {
982 "has": "^1.0.3" 807 "has": "^1.0.3"
983 }, 808 },
@@ -1020,16 +845,6 @@
1020 "node": ">=0.12.0" 845 "node": ">=0.12.0"
1021 } 846 }
1022 }, 847 },
1023 "node_modules/js-tokens": {
1024 "version": "4.0.0",
1025 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
1026 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
1027 },
1028 "node_modules/json-parse-even-better-errors": {
1029 "version": "2.3.1",
1030 "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
1031 "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
1032 },
1033 "node_modules/jsonfile": { 848 "node_modules/jsonfile": {
1034 "version": "6.1.0", 849 "version": "6.1.0",
1035 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", 850 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
@@ -1049,11 +864,6 @@
1049 "node": ">=10" 864 "node": ">=10"
1050 } 865 }
1051 }, 866 },
1052 "node_modules/lines-and-columns": {
1053 "version": "1.2.4",
1054 "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
1055 "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
1056 },
1057 "node_modules/lodash.memoize": { 867 "node_modules/lodash.memoize": {
1058 "version": "4.1.2", 868 "version": "4.1.2",
1059 "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", 869 "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
@@ -1078,12 +888,12 @@
1078 } 888 }
1079 }, 889 },
1080 "node_modules/micromatch": { 890 "node_modules/micromatch": {
1081 "version": "4.0.4", 891 "version": "4.0.5",
1082 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", 892 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
1083 "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", 893 "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
1084 "dependencies": { 894 "dependencies": {
1085 "braces": "^3.0.1", 895 "braces": "^3.0.2",
1086 "picomatch": "^2.2.3" 896 "picomatch": "^2.3.1"
1087 }, 897 },
1088 "engines": { 898 "engines": {
1089 "node": ">=8.6" 899 "node": ">=8.6"
@@ -1160,9 +970,9 @@
1160 } 970 }
1161 }, 971 },
1162 "node_modules/object-hash": { 972 "node_modules/object-hash": {
1163 "version": "2.2.0", 973 "version": "3.0.0",
1164 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz", 974 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
1165 "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==", 975 "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
1166 "engines": { 976 "engines": {
1167 "node": ">= 6" 977 "node": ">= 6"
1168 } 978 }
@@ -1175,34 +985,6 @@
1175 "wrappy": "1" 985 "wrappy": "1"
1176 } 986 }
1177 }, 987 },
1178 "node_modules/parent-module": {
1179 "version": "1.0.1",
1180 "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
1181 "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
1182 "dependencies": {
1183 "callsites": "^3.0.0"
1184 },
1185 "engines": {
1186 "node": ">=6"
1187 }
1188 },
1189 "node_modules/parse-json": {
1190 "version": "5.2.0",
1191 "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
1192 "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
1193 "dependencies": {
1194 "@babel/code-frame": "^7.0.0",
1195 "error-ex": "^1.3.1",
1196 "json-parse-even-better-errors": "^2.3.0",
1197 "lines-and-columns": "^1.1.6"
1198 },
1199 "engines": {
1200 "node": ">=8"
1201 },
1202 "funding": {
1203 "url": "https://github.com/sponsors/sindresorhus"
1204 }
1205 },
1206 "node_modules/path-parse": { 988 "node_modules/path-parse": {
1207 "version": "1.0.7", 989 "version": "1.0.7",
1208 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", 990 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
@@ -1426,6 +1208,22 @@
1426 "postcss": "^8.2.15" 1208 "postcss": "^8.2.15"
1427 } 1209 }
1428 }, 1210 },
1211 "node_modules/postcss-import": {
1212 "version": "14.1.0",
1213 "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz",
1214 "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==",
1215 "dependencies": {
1216 "postcss-value-parser": "^4.0.0",
1217 "read-cache": "^1.0.0",
1218 "resolve": "^1.1.7"
1219 },
1220 "engines": {
1221 "node": ">=10.0.0"
1222 },
1223 "peerDependencies": {
1224 "postcss": "^8.0.0"
1225 }
1226 },
1429 "node_modules/postcss-js": { 1227 "node_modules/postcss-js": {
1430 "version": "4.0.0", 1228 "version": "4.0.0",
1431 "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz", 1229 "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz",
@@ -1445,11 +1243,11 @@
1445 } 1243 }
1446 }, 1244 },
1447 "node_modules/postcss-load-config": { 1245 "node_modules/postcss-load-config": {
1448 "version": "3.1.1", 1246 "version": "3.1.4",
1449 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.1.tgz", 1247 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
1450 "integrity": "sha512-c/9XYboIbSEUZpiD1UQD0IKiUe8n9WHYV7YFe7X7J+ZwCsEKkUJSFWjS9hBU1RR9THR7jMXst8sxiqP0jjo2mg==", 1248 "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
1451 "dependencies": { 1249 "dependencies": {
1452 "lilconfig": "^2.0.4", 1250 "lilconfig": "^2.0.5",
1453 "yaml": "^1.10.2" 1251 "yaml": "^1.10.2"
1454 }, 1252 },
1455 "engines": { 1253 "engines": {
@@ -1460,9 +1258,13 @@
1460 "url": "https://opencollective.com/postcss/" 1258 "url": "https://opencollective.com/postcss/"
1461 }, 1259 },
1462 "peerDependencies": { 1260 "peerDependencies": {
1261 "postcss": ">=8.0.9",
1463 "ts-node": ">=9.0.0" 1262 "ts-node": ">=9.0.0"
1464 }, 1263 },
1465 "peerDependenciesMeta": { 1264 "peerDependenciesMeta": {
1265 "postcss": {
1266 "optional": true
1267 },
1466 "ts-node": { 1268 "ts-node": {
1467 "optional": true 1269 "optional": true
1468 } 1270 }
@@ -1561,11 +1363,11 @@
1561 } 1363 }
1562 }, 1364 },
1563 "node_modules/postcss-nested": { 1365 "node_modules/postcss-nested": {
1564 "version": "5.0.6", 1366 "version": "6.0.0",
1565 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.6.tgz", 1367 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.0.tgz",
1566 "integrity": "sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==", 1368 "integrity": "sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==",
1567 "dependencies": { 1369 "dependencies": {
1568 "postcss-selector-parser": "^6.0.6" 1370 "postcss-selector-parser": "^6.0.10"
1569 }, 1371 },
1570 "engines": { 1372 "engines": {
1571 "node": ">=12.0" 1373 "node": ">=12.0"
@@ -1767,9 +1569,9 @@
1767 } 1569 }
1768 }, 1570 },
1769 "node_modules/postcss-selector-parser": { 1571 "node_modules/postcss-selector-parser": {
1770 "version": "6.0.9", 1572 "version": "6.0.11",
1771 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.9.tgz", 1573 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz",
1772 "integrity": "sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ==", 1574 "integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==",
1773 "dependencies": { 1575 "dependencies": {
1774 "cssesc": "^3.0.0", 1576 "cssesc": "^3.0.0",
1775 "util-deprecate": "^1.0.2" 1577 "util-deprecate": "^1.0.2"
@@ -1892,11 +1694,11 @@
1892 } 1694 }
1893 }, 1695 },
1894 "node_modules/resolve": { 1696 "node_modules/resolve": {
1895 "version": "1.22.0", 1697 "version": "1.22.1",
1896 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", 1698 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
1897 "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", 1699 "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
1898 "dependencies": { 1700 "dependencies": {
1899 "is-core-module": "^2.8.1", 1701 "is-core-module": "^2.9.0",
1900 "path-parse": "^1.0.7", 1702 "path-parse": "^1.0.7",
1901 "supports-preserve-symlinks-flag": "^1.0.0" 1703 "supports-preserve-symlinks-flag": "^1.0.0"
1902 }, 1704 },
@@ -1907,14 +1709,6 @@
1907 "url": "https://github.com/sponsors/ljharb" 1709 "url": "https://github.com/sponsors/ljharb"
1908 } 1710 }
1909 }, 1711 },
1910 "node_modules/resolve-from": {
1911 "version": "4.0.0",
1912 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
1913 "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
1914 "engines": {
1915 "node": ">=4"
1916 }
1917 },
1918 "node_modules/reusify": { 1712 "node_modules/reusify": {
1919 "version": "1.0.4", 1713 "version": "1.0.4",
1920 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", 1714 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
@@ -2018,17 +1812,6 @@
2018 "postcss": "^8.2.15" 1812 "postcss": "^8.2.15"
2019 } 1813 }
2020 }, 1814 },
2021 "node_modules/supports-color": {
2022 "version": "7.2.0",
2023 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2024 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2025 "dependencies": {
2026 "has-flag": "^4.0.0"
2027 },
2028 "engines": {
2029 "node": ">=8"
2030 }
2031 },
2032 "node_modules/supports-preserve-symlinks-flag": { 1815 "node_modules/supports-preserve-symlinks-flag": {
2033 "version": "1.0.0", 1816 "version": "1.0.0",
2034 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", 1817 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
@@ -2069,30 +1852,33 @@
2069 } 1852 }
2070 }, 1853 },
2071 "node_modules/tailwindcss": { 1854 "node_modules/tailwindcss": {
2072 "version": "3.0.16", 1855 "version": "3.2.7",
2073 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.16.tgz", 1856 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.7.tgz",
2074 "integrity": "sha512-1L8E5Wr+o1c4kxxObNz2owJe94a7BLEMV+2Lz6wzprJdcs3ENSRR9t4OZf2OqtRNS/q/zFPuOKoLtQoy3Lrhhw==", 1857 "integrity": "sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==",
2075 "dependencies": { 1858 "dependencies": {
2076 "arg": "^5.0.1", 1859 "arg": "^5.0.2",
2077 "chalk": "^4.1.2", 1860 "chokidar": "^3.5.3",
2078 "chokidar": "^3.5.2",
2079 "color-name": "^1.1.4", 1861 "color-name": "^1.1.4",
2080 "cosmiconfig": "^7.0.1", 1862 "detective": "^5.2.1",
2081 "detective": "^5.2.0",
2082 "didyoumean": "^1.2.2", 1863 "didyoumean": "^1.2.2",
2083 "dlv": "^1.1.3", 1864 "dlv": "^1.1.3",
2084 "fast-glob": "^3.2.11", 1865 "fast-glob": "^3.2.12",
2085 "glob-parent": "^6.0.2", 1866 "glob-parent": "^6.0.2",
2086 "is-glob": "^4.0.3", 1867 "is-glob": "^4.0.3",
1868 "lilconfig": "^2.0.6",
1869 "micromatch": "^4.0.5",
2087 "normalize-path": "^3.0.0", 1870 "normalize-path": "^3.0.0",
2088 "object-hash": "^2.2.0", 1871 "object-hash": "^3.0.0",
1872 "picocolors": "^1.0.0",
1873 "postcss": "^8.0.9",
1874 "postcss-import": "^14.1.0",
2089 "postcss-js": "^4.0.0", 1875 "postcss-js": "^4.0.0",
2090 "postcss-load-config": "^3.1.0", 1876 "postcss-load-config": "^3.1.4",
2091 "postcss-nested": "5.0.6", 1877 "postcss-nested": "6.0.0",
2092 "postcss-selector-parser": "^6.0.8", 1878 "postcss-selector-parser": "^6.0.11",
2093 "postcss-value-parser": "^4.2.0", 1879 "postcss-value-parser": "^4.2.0",
2094 "quick-lru": "^5.1.1", 1880 "quick-lru": "^5.1.1",
2095 "resolve": "^1.21.0" 1881 "resolve": "^1.22.1"
2096 }, 1882 },
2097 "bin": { 1883 "bin": {
2098 "tailwind": "lib/cli.js", 1884 "tailwind": "lib/cli.js",
@@ -2102,7 +1888,6 @@
2102 "node": ">=12.13.0" 1888 "node": ">=12.13.0"
2103 }, 1889 },
2104 "peerDependencies": { 1890 "peerDependencies": {
2105 "autoprefixer": "^10.0.2",
2106 "postcss": "^8.0.9" 1891 "postcss": "^8.0.9"
2107 } 1892 }
2108 }, 1893 },
@@ -2243,75 +2028,6 @@
2243 } 2028 }
2244 }, 2029 },
2245 "dependencies": { 2030 "dependencies": {
2246 "@babel/code-frame": {
2247 "version": "7.16.7",
2248 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
2249 "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
2250 "requires": {
2251 "@babel/highlight": "^7.16.7"
2252 }
2253 },
2254 "@babel/helper-validator-identifier": {
2255 "version": "7.16.7",
2256 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
2257 "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw=="
2258 },
2259 "@babel/highlight": {
2260 "version": "7.16.10",
2261 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz",
2262 "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==",
2263 "requires": {
2264 "@babel/helper-validator-identifier": "^7.16.7",
2265 "chalk": "^2.0.0",
2266 "js-tokens": "^4.0.0"
2267 },
2268 "dependencies": {
2269 "ansi-styles": {
2270 "version": "3.2.1",
2271 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
2272 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
2273 "requires": {
2274 "color-convert": "^1.9.0"
2275 }
2276 },
2277 "chalk": {
2278 "version": "2.4.2",
2279 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
2280 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
2281 "requires": {
2282 "ansi-styles": "^3.2.1",
2283 "escape-string-regexp": "^1.0.5",
2284 "supports-color": "^5.3.0"
2285 }
2286 },
2287 "color-convert": {
2288 "version": "1.9.3",
2289 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
2290 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
2291 "requires": {
2292 "color-name": "1.1.3"
2293 }
2294 },
2295 "color-name": {
2296 "version": "1.1.3",
2297 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
2298 "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
2299 },
2300 "has-flag": {
2301 "version": "3.0.0",
2302 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
2303 "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
2304 },
2305 "supports-color": {
2306 "version": "5.5.0",
2307 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
2308 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
2309 "requires": {
2310 "has-flag": "^3.0.0"
2311 }
2312 }
2313 }
2314 },
2315 "@fullhuman/postcss-purgecss": { 2031 "@fullhuman/postcss-purgecss": {
2316 "version": "5.0.0", 2032 "version": "5.0.0",
2317 "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-5.0.0.tgz", 2033 "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-5.0.0.tgz",
@@ -2348,11 +2064,6 @@
2348 "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", 2064 "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
2349 "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==" 2065 "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA=="
2350 }, 2066 },
2351 "@types/parse-json": {
2352 "version": "4.0.0",
2353 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
2354 "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
2355 },
2356 "acorn": { 2067 "acorn": {
2357 "version": "7.4.1", 2068 "version": "7.4.1",
2358 "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", 2069 "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
@@ -2396,9 +2107,9 @@
2396 } 2107 }
2397 }, 2108 },
2398 "arg": { 2109 "arg": {
2399 "version": "5.0.1", 2110 "version": "5.0.2",
2400 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.1.tgz", 2111 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
2401 "integrity": "sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA==" 2112 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg=="
2402 }, 2113 },
2403 "autoprefixer": { 2114 "autoprefixer": {
2404 "version": "10.4.14", 2115 "version": "10.4.14",
@@ -2455,11 +2166,6 @@
2455 "update-browserslist-db": "^1.0.10" 2166 "update-browserslist-db": "^1.0.10"
2456 } 2167 }
2457 }, 2168 },
2458 "callsites": {
2459 "version": "3.1.0",
2460 "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
2461 "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
2462 },
2463 "camelcase-css": { 2169 "camelcase-css": {
2464 "version": "2.0.1", 2170 "version": "2.0.1",
2465 "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", 2171 "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
@@ -2481,15 +2187,6 @@
2481 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001464.tgz", 2187 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001464.tgz",
2482 "integrity": "sha512-oww27MtUmusatpRpCGSOneQk2/l5czXANDSFvsc7VuOQ86s3ANhZetpwXNf1zY/zdfP63Xvjz325DAdAoES13g==" 2188 "integrity": "sha512-oww27MtUmusatpRpCGSOneQk2/l5czXANDSFvsc7VuOQ86s3ANhZetpwXNf1zY/zdfP63Xvjz325DAdAoES13g=="
2483 }, 2189 },
2484 "chalk": {
2485 "version": "4.1.2",
2486 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2487 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2488 "requires": {
2489 "ansi-styles": "^4.1.0",
2490 "supports-color": "^7.1.0"
2491 }
2492 },
2493 "chokidar": { 2190 "chokidar": {
2494 "version": "3.5.3", 2191 "version": "3.5.3",
2495 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", 2192 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
@@ -2538,18 +2235,6 @@
2538 "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.1.tgz", 2235 "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.1.tgz",
2539 "integrity": "sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==" 2236 "integrity": "sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw=="
2540 }, 2237 },
2541 "cosmiconfig": {
2542 "version": "7.0.1",
2543 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz",
2544 "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==",
2545 "requires": {
2546 "@types/parse-json": "^4.0.0",
2547 "import-fresh": "^3.2.1",
2548 "parse-json": "^5.0.0",
2549 "path-type": "^4.0.0",
2550 "yaml": "^1.10.0"
2551 }
2552 },
2553 "css-declaration-sorter": { 2238 "css-declaration-sorter": {
2554 "version": "6.3.1", 2239 "version": "6.3.1",
2555 "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.3.1.tgz", 2240 "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.3.1.tgz",
@@ -2658,13 +2343,13 @@
2658 "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==" 2343 "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg=="
2659 }, 2344 },
2660 "detective": { 2345 "detective": {
2661 "version": "5.2.0", 2346 "version": "5.2.1",
2662 "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz", 2347 "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz",
2663 "integrity": "sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==", 2348 "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==",
2664 "requires": { 2349 "requires": {
2665 "acorn-node": "^1.6.1", 2350 "acorn-node": "^1.8.2",
2666 "defined": "^1.0.0", 2351 "defined": "^1.0.0",
2667 "minimist": "^1.1.1" 2352 "minimist": "^1.2.6"
2668 } 2353 }
2669 }, 2354 },
2670 "didyoumean": { 2355 "didyoumean": {
@@ -2733,28 +2418,15 @@
2733 "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", 2418 "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
2734 "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" 2419 "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A=="
2735 }, 2420 },
2736 "error-ex": {
2737 "version": "1.3.2",
2738 "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
2739 "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
2740 "requires": {
2741 "is-arrayish": "^0.2.1"
2742 }
2743 },
2744 "escalade": { 2421 "escalade": {
2745 "version": "3.1.1", 2422 "version": "3.1.1",
2746 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", 2423 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
2747 "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" 2424 "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw=="
2748 }, 2425 },
2749 "escape-string-regexp": {
2750 "version": "1.0.5",
2751 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
2752 "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
2753 },
2754 "fast-glob": { 2426 "fast-glob": {
2755 "version": "3.2.11", 2427 "version": "3.2.12",
2756 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", 2428 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz",
2757 "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", 2429 "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",
2758 "requires": { 2430 "requires": {
2759 "@nodelib/fs.stat": "^2.0.2", 2431 "@nodelib/fs.stat": "^2.0.2",
2760 "@nodelib/fs.walk": "^1.2.3", 2432 "@nodelib/fs.walk": "^1.2.3",
@@ -2865,25 +2537,11 @@
2865 "function-bind": "^1.1.1" 2537 "function-bind": "^1.1.1"
2866 } 2538 }
2867 }, 2539 },
2868 "has-flag": {
2869 "version": "4.0.0",
2870 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
2871 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
2872 },
2873 "ignore": { 2540 "ignore": {
2874 "version": "5.2.0", 2541 "version": "5.2.0",
2875 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", 2542 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
2876 "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==" 2543 "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ=="
2877 }, 2544 },
2878 "import-fresh": {
2879 "version": "3.3.0",
2880 "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
2881 "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
2882 "requires": {
2883 "parent-module": "^1.0.0",
2884 "resolve-from": "^4.0.0"
2885 }
2886 },
2887 "inflight": { 2545 "inflight": {
2888 "version": "1.0.6", 2546 "version": "1.0.6",
2889 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", 2547 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
@@ -2898,11 +2556,6 @@
2898 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", 2556 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
2899 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" 2557 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
2900 }, 2558 },
2901 "is-arrayish": {
2902 "version": "0.2.1",
2903 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
2904 "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
2905 },
2906 "is-binary-path": { 2559 "is-binary-path": {
2907 "version": "2.1.0", 2560 "version": "2.1.0",
2908 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", 2561 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
@@ -2912,9 +2565,9 @@
2912 } 2565 }
2913 }, 2566 },
2914 "is-core-module": { 2567 "is-core-module": {
2915 "version": "2.8.1", 2568 "version": "2.11.0",
2916 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", 2569 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz",
2917 "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", 2570 "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==",
2918 "requires": { 2571 "requires": {
2919 "has": "^1.0.3" 2572 "has": "^1.0.3"
2920 } 2573 }
@@ -2942,16 +2595,6 @@
2942 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 2595 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
2943 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" 2596 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
2944 }, 2597 },
2945 "js-tokens": {
2946 "version": "4.0.0",
2947 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
2948 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
2949 },
2950 "json-parse-even-better-errors": {
2951 "version": "2.3.1",
2952 "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
2953 "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
2954 },
2955 "jsonfile": { 2598 "jsonfile": {
2956 "version": "6.1.0", 2599 "version": "6.1.0",
2957 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", 2600 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
@@ -2966,11 +2609,6 @@
2966 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", 2609 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
2967 "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==" 2610 "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ=="
2968 }, 2611 },
2969 "lines-and-columns": {
2970 "version": "1.2.4",
2971 "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
2972 "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
2973 },
2974 "lodash.memoize": { 2612 "lodash.memoize": {
2975 "version": "4.1.2", 2613 "version": "4.1.2",
2976 "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", 2614 "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
@@ -2992,12 +2630,12 @@
2992 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" 2630 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="
2993 }, 2631 },
2994 "micromatch": { 2632 "micromatch": {
2995 "version": "4.0.4", 2633 "version": "4.0.5",
2996 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", 2634 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
2997 "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", 2635 "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
2998 "requires": { 2636 "requires": {
2999 "braces": "^3.0.1", 2637 "braces": "^3.0.2",
3000 "picomatch": "^2.2.3" 2638 "picomatch": "^2.3.1"
3001 } 2639 }
3002 }, 2640 },
3003 "minimatch": { 2641 "minimatch": {
@@ -3047,9 +2685,9 @@
3047 } 2685 }
3048 }, 2686 },
3049 "object-hash": { 2687 "object-hash": {
3050 "version": "2.2.0", 2688 "version": "3.0.0",
3051 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz", 2689 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
3052 "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==" 2690 "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw=="
3053 }, 2691 },
3054 "once": { 2692 "once": {
3055 "version": "1.4.0", 2693 "version": "1.4.0",
@@ -3059,25 +2697,6 @@
3059 "wrappy": "1" 2697 "wrappy": "1"
3060 } 2698 }
3061 }, 2699 },
3062 "parent-module": {
3063 "version": "1.0.1",
3064 "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
3065 "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
3066 "requires": {
3067 "callsites": "^3.0.0"
3068 }
3069 },
3070 "parse-json": {
3071 "version": "5.2.0",
3072 "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
3073 "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
3074 "requires": {
3075 "@babel/code-frame": "^7.0.0",
3076 "error-ex": "^1.3.1",
3077 "json-parse-even-better-errors": "^2.3.0",
3078 "lines-and-columns": "^1.1.6"
3079 }
3080 },
3081 "path-parse": { 2700 "path-parse": {
3082 "version": "1.0.7", 2701 "version": "1.0.7",
3083 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", 2702 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
@@ -3206,6 +2825,16 @@
3206 "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", 2825 "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==",
3207 "requires": {} 2826 "requires": {}
3208 }, 2827 },
2828 "postcss-import": {
2829 "version": "14.1.0",
2830 "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz",
2831 "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==",
2832 "requires": {
2833 "postcss-value-parser": "^4.0.0",
2834 "read-cache": "^1.0.0",
2835 "resolve": "^1.1.7"
2836 }
2837 },
3209 "postcss-js": { 2838 "postcss-js": {
3210 "version": "4.0.0", 2839 "version": "4.0.0",
3211 "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz", 2840 "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz",
@@ -3215,11 +2844,11 @@
3215 } 2844 }
3216 }, 2845 },
3217 "postcss-load-config": { 2846 "postcss-load-config": {
3218 "version": "3.1.1", 2847 "version": "3.1.4",
3219 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.1.tgz", 2848 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
3220 "integrity": "sha512-c/9XYboIbSEUZpiD1UQD0IKiUe8n9WHYV7YFe7X7J+ZwCsEKkUJSFWjS9hBU1RR9THR7jMXst8sxiqP0jjo2mg==", 2849 "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
3221 "requires": { 2850 "requires": {
3222 "lilconfig": "^2.0.4", 2851 "lilconfig": "^2.0.5",
3223 "yaml": "^1.10.2" 2852 "yaml": "^1.10.2"
3224 } 2853 }
3225 }, 2854 },
@@ -3280,11 +2909,11 @@
3280 } 2909 }
3281 }, 2910 },
3282 "postcss-nested": { 2911 "postcss-nested": {
3283 "version": "5.0.6", 2912 "version": "6.0.0",
3284 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.6.tgz", 2913 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.0.tgz",
3285 "integrity": "sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==", 2914 "integrity": "sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==",
3286 "requires": { 2915 "requires": {
3287 "postcss-selector-parser": "^6.0.6" 2916 "postcss-selector-parser": "^6.0.10"
3288 } 2917 }
3289 }, 2918 },
3290 "postcss-normalize-charset": { 2919 "postcss-normalize-charset": {
@@ -3395,9 +3024,9 @@
3395 } 3024 }
3396 }, 3025 },
3397 "postcss-selector-parser": { 3026 "postcss-selector-parser": {
3398 "version": "6.0.9", 3027 "version": "6.0.11",
3399 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.9.tgz", 3028 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz",
3400 "integrity": "sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ==", 3029 "integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==",
3401 "requires": { 3030 "requires": {
3402 "cssesc": "^3.0.0", 3031 "cssesc": "^3.0.0",
3403 "util-deprecate": "^1.0.2" 3032 "util-deprecate": "^1.0.2"
@@ -3473,20 +3102,15 @@
3473 "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" 3102 "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q=="
3474 }, 3103 },
3475 "resolve": { 3104 "resolve": {
3476 "version": "1.22.0", 3105 "version": "1.22.1",
3477 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", 3106 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
3478 "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", 3107 "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
3479 "requires": { 3108 "requires": {
3480 "is-core-module": "^2.8.1", 3109 "is-core-module": "^2.9.0",
3481 "path-parse": "^1.0.7", 3110 "path-parse": "^1.0.7",
3482 "supports-preserve-symlinks-flag": "^1.0.0" 3111 "supports-preserve-symlinks-flag": "^1.0.0"
3483 } 3112 }
3484 }, 3113 },
3485 "resolve-from": {
3486 "version": "4.0.0",
3487 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
3488 "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="
3489 },
3490 "reusify": { 3114 "reusify": {
3491 "version": "1.0.4", 3115 "version": "1.0.4",
3492 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", 3116 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
@@ -3547,14 +3171,6 @@
3547 "postcss-selector-parser": "^6.0.4" 3171 "postcss-selector-parser": "^6.0.4"
3548 } 3172 }
3549 }, 3173 },
3550 "supports-color": {
3551 "version": "7.2.0",
3552 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3553 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3554 "requires": {
3555 "has-flag": "^4.0.0"
3556 }
3557 },
3558 "supports-preserve-symlinks-flag": { 3174 "supports-preserve-symlinks-flag": {
3559 "version": "1.0.0", 3175 "version": "1.0.0",
3560 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", 3176 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
@@ -3582,30 +3198,33 @@
3582 } 3198 }
3583 }, 3199 },
3584 "tailwindcss": { 3200 "tailwindcss": {
3585 "version": "3.0.16", 3201 "version": "3.2.7",
3586 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.16.tgz", 3202 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.7.tgz",
3587 "integrity": "sha512-1L8E5Wr+o1c4kxxObNz2owJe94a7BLEMV+2Lz6wzprJdcs3ENSRR9t4OZf2OqtRNS/q/zFPuOKoLtQoy3Lrhhw==", 3203 "integrity": "sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==",
3588 "requires": { 3204 "requires": {
3589 "arg": "^5.0.1", 3205 "arg": "^5.0.2",
3590 "chalk": "^4.1.2", 3206 "chokidar": "^3.5.3",
3591 "chokidar": "^3.5.2",
3592 "color-name": "^1.1.4", 3207 "color-name": "^1.1.4",
3593 "cosmiconfig": "^7.0.1", 3208 "detective": "^5.2.1",
3594 "detective": "^5.2.0",
3595 "didyoumean": "^1.2.2", 3209 "didyoumean": "^1.2.2",
3596 "dlv": "^1.1.3", 3210 "dlv": "^1.1.3",
3597 "fast-glob": "^3.2.11", 3211 "fast-glob": "^3.2.12",
3598 "glob-parent": "^6.0.2", 3212 "glob-parent": "^6.0.2",
3599 "is-glob": "^4.0.3", 3213 "is-glob": "^4.0.3",
3214 "lilconfig": "^2.0.6",
3215 "micromatch": "^4.0.5",
3600 "normalize-path": "^3.0.0", 3216 "normalize-path": "^3.0.0",
3601 "object-hash": "^2.2.0", 3217 "object-hash": "^3.0.0",
3218 "picocolors": "^1.0.0",
3219 "postcss": "^8.0.9",
3220 "postcss-import": "^14.1.0",
3602 "postcss-js": "^4.0.0", 3221 "postcss-js": "^4.0.0",
3603 "postcss-load-config": "^3.1.0", 3222 "postcss-load-config": "^3.1.4",
3604 "postcss-nested": "5.0.6", 3223 "postcss-nested": "6.0.0",
3605 "postcss-selector-parser": "^6.0.8", 3224 "postcss-selector-parser": "^6.0.11",
3606 "postcss-value-parser": "^4.2.0", 3225 "postcss-value-parser": "^4.2.0",
3607 "quick-lru": "^5.1.1", 3226 "quick-lru": "^5.1.1",
3608 "resolve": "^1.21.0" 3227 "resolve": "^1.22.1"
3609 }, 3228 },
3610 "dependencies": { 3229 "dependencies": {
3611 "glob-parent": { 3230 "glob-parent": {