@@ -3410,6 +3410,21 @@ chokidar@^3.4.0, chokidar@^3.5.2:
3410
3410
optionalDependencies:
3411
3411
fsevents "~2.3.2"
3412
3412
3413
+ chokidar@^3.5.3:
3414
+ version "3.5.3"
3415
+ resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
3416
+ integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
3417
+ dependencies:
3418
+ anymatch "~3.1.2"
3419
+ braces "~3.0.2"
3420
+ glob-parent "~5.1.2"
3421
+ is-binary-path "~2.1.0"
3422
+ is-glob "~4.0.1"
3423
+ normalize-path "~3.0.0"
3424
+ readdirp "~3.6.0"
3425
+ optionalDependencies:
3426
+ fsevents "~2.3.2"
3427
+
3413
3428
chownr@^1.1.1:
3414
3429
version "1.1.4"
3415
3430
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
@@ -3810,7 +3825,7 @@ cosmiconfig@^6.0.0:
3810
3825
path-type "^4.0.0"
3811
3826
yaml "^1.7.2"
3812
3827
3813
- cosmiconfig@^7.0.0, cosmiconfig@^7.0.1 :
3828
+ cosmiconfig@^7.0.0:
3814
3829
version "7.0.1"
3815
3830
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
3816
3831
integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
@@ -5142,7 +5157,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
5142
5157
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
5143
5158
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
5144
5159
5145
- fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.7, fast-glob@^3.2. 9:
5160
+ fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.9:
5146
5161
version "3.2.10"
5147
5162
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.10.tgz#2734f83baa7f43b7fd41e13bc34438f4ffe284ee"
5148
5163
integrity sha512-s9nFhFnvR63wls6/kM88kQqDhMu0AfdjqouE2l5GVQPbqLgyFjjU5ry/r2yKsJxpb9Py1EYNqieFrmMaX4v++A==
@@ -5153,6 +5168,17 @@ fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.7, fast-glob@^3.2.9:
5153
5168
merge2 "^1.3.0"
5154
5169
micromatch "^4.0.4"
5155
5170
5171
+ fast-glob@^3.2.11:
5172
+ version "3.2.11"
5173
+ resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
5174
+ integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
5175
+ dependencies:
5176
+ "@nodelib/fs.stat" "^2.0.2"
5177
+ "@nodelib/fs.walk" "^1.2.3"
5178
+ glob-parent "^5.1.2"
5179
+ merge2 "^1.3.0"
5180
+ micromatch "^4.0.4"
5181
+
5156
5182
fast-json-stable-stringify@^2.0.0:
5157
5183
version "2.1.0"
5158
5184
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -6804,6 +6830,13 @@ is-core-module@^2.2.0, is-core-module@^2.8.0:
6804
6830
dependencies:
6805
6831
has "^1.0.3"
6806
6832
6833
+ is-core-module@^2.8.1:
6834
+ version "2.9.0"
6835
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69"
6836
+ integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==
6837
+ dependencies:
6838
+ has "^1.0.3"
6839
+
6807
6840
is-data-descriptor@^0.1.4:
6808
6841
version "0.1.4"
6809
6842
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -7405,11 +7438,16 @@ levn@^0.4.1:
7405
7438
prelude-ls "^1.2.1"
7406
7439
type-check "~0.4.0"
7407
7440
7408
- lilconfig@^2.0.3, lilconfig@^2.0.4 :
7441
+ lilconfig@^2.0.3:
7409
7442
version "2.0.4"
7410
7443
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.4.tgz#f4507d043d7058b380b6a8f5cb7bcd4b34cee082"
7411
7444
integrity sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==
7412
7445
7446
+ lilconfig@^2.0.5:
7447
+ version "2.0.5"
7448
+ resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.5.tgz#19e57fd06ccc3848fd1891655b5a447092225b25"
7449
+ integrity sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==
7450
+
7413
7451
lines-and-columns@^1.1.6:
7414
7452
version "1.2.4"
7415
7453
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
@@ -8114,6 +8152,11 @@ nanoid@^3.1.30:
8114
8152
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
8115
8153
integrity sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==
8116
8154
8155
+ nanoid@^3.3.1:
8156
+ version "3.3.3"
8157
+ resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
8158
+ integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
8159
+
8117
8160
nanomatch@^1.2.9:
8118
8161
version "1.2.13"
8119
8162
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -8343,10 +8386,10 @@ object-copy@^0.1.0:
8343
8386
define-property "^0.2.5"
8344
8387
kind-of "^3.0.3"
8345
8388
8346
- object-hash@^2.2 .0:
8347
- version "2.2 .0"
8348
- resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2 .0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5 "
8349
- integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw ==
8389
+ object-hash@^3.0 .0:
8390
+ version "3.0 .0"
8391
+ resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0 .0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9 "
8392
+ integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw ==
8350
8393
8351
8394
object-inspect@^1.11.0, object-inspect@^1.9.0:
8352
8395
version "1.12.0"
@@ -9061,12 +9104,12 @@ postcss-lab-function@^4.0.3:
9061
9104
dependencies:
9062
9105
postcss-value-parser "^4.2.0"
9063
9106
9064
- postcss-load-config@^3.1.0 :
9065
- version "3.1.1 "
9066
- resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.1.1 .tgz#2f53a17f2f543d9e63864460af42efdac0d41f87 "
9067
- integrity sha512-c/9XYboIbSEUZpiD1UQD0IKiUe8n9WHYV7YFe7X7J+ZwCsEKkUJSFWjS9hBU1RR9THR7jMXst8sxiqP0jjo2mg ==
9107
+ postcss-load-config@^3.1.4 :
9108
+ version "3.1.4 "
9109
+ resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.1.4 .tgz#1ab2571faf84bb078877e1d07905eabe9ebda855 "
9110
+ integrity sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg ==
9068
9111
dependencies:
9069
- lilconfig "^2.0.4 "
9112
+ lilconfig "^2.0.5 "
9070
9113
yaml "^1.10.2"
9071
9114
9072
9115
postcss-loader@^4.3.0:
@@ -9354,6 +9397,14 @@ postcss-selector-not@^5.0.0:
9354
9397
dependencies:
9355
9398
balanced-match "^1.0.0"
9356
9399
9400
+ postcss-selector-parser@^6.0.10:
9401
+ version "6.0.10"
9402
+ resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d"
9403
+ integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==
9404
+ dependencies:
9405
+ cssesc "^3.0.0"
9406
+ util-deprecate "^1.0.2"
9407
+
9357
9408
postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.6, postcss-selector-parser@^6.0.8:
9358
9409
version "6.0.8"
9359
9410
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.8.tgz#f023ed7a9ea736cd7ef70342996e8e78645a7914"
@@ -9392,6 +9443,15 @@ postcss@^8.2.15, postcss@^8.2.9, postcss@^8.3.11:
9392
9443
picocolors "^1.0.0"
9393
9444
source-map-js "^1.0.1"
9394
9445
9446
+ postcss@^8.4.12:
9447
+ version "8.4.12"
9448
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.12.tgz#1e7de78733b28970fa4743f7da6f3763648b1905"
9449
+ integrity sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==
9450
+ dependencies:
9451
+ nanoid "^3.3.1"
9452
+ picocolors "^1.0.0"
9453
+ source-map-js "^1.0.2"
9454
+
9395
9455
potrace@^2.1.8:
9396
9456
version "2.1.8"
9397
9457
resolved "https://registry.yarnpkg.com/potrace/-/potrace-2.1.8.tgz#50f6fba92e1e39ddef6f979b0a0f841809e0acf2"
@@ -10117,6 +10177,15 @@ resolve@^1.12.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.3.2:
10117
10177
path-parse "^1.0.7"
10118
10178
supports-preserve-symlinks-flag "^1.0.0"
10119
10179
10180
+ resolve@^1.22.0:
10181
+ version "1.22.0"
10182
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
10183
+ integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
10184
+ dependencies:
10185
+ is-core-module "^2.8.1"
10186
+ path-parse "^1.0.7"
10187
+ supports-preserve-symlinks-flag "^1.0.0"
10188
+
10120
10189
resolve@^2.0.0-next.3:
10121
10190
version "2.0.0-next.3"
10122
10191
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
@@ -10584,6 +10653,11 @@ source-map-js@^1.0.1:
10584
10653
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
10585
10654
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
10586
10655
10656
+ source-map-js@^1.0.2:
10657
+ version "1.0.2"
10658
+ resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
10659
+ integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
10660
+
10587
10661
source-map-resolve@^0.5.0:
10588
10662
version "0.5.3"
10589
10663
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
@@ -11040,31 +11114,32 @@ table@^6.0.9:
11040
11114
string-width "^4.2.3"
11041
11115
strip-ansi "^6.0.1"
11042
11116
11043
-
11044
- version "3.0.12 "
11045
- resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.12 .tgz#b43bf952dbfd62cec087319748eb69f8e1c7855d "
11046
- integrity sha512-VqhF86z2c34sJyS5ZS8Q2nYuN0KzqZw1GGsuQQO9kJ3mY1oG7Fsag0vICkxUVXk6P+1sUkTkjMjKWCjEF0hNHw ==
11117
+
11118
+ version "3.0.24 "
11119
+ resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.24 .tgz#22e31e801a44a78a1d9a81ecc52e13b69d85704d "
11120
+ integrity sha512-H3uMmZNWzG6aqmg9q07ZIRNIawoiEcNFKDfL+YzOPuPsXuDXxJxB9icqzLgdzKNwjG3SAro2h9SYav8ewXNgig ==
11047
11121
dependencies:
11048
11122
arg "^5.0.1"
11049
- chalk "^4.1.2"
11050
- chokidar "^3.5.2"
11123
+ chokidar "^3.5.3"
11051
11124
color-name "^1.1.4"
11052
- cosmiconfig "^7.0.1"
11053
11125
detective "^5.2.0"
11054
11126
didyoumean "^1.2.2"
11055
11127
dlv "^1.1.3"
11056
- fast-glob "^3.2.7 "
11128
+ fast-glob "^3.2.11 "
11057
11129
glob-parent "^6.0.2"
11058
11130
is-glob "^4.0.3"
11131
+ lilconfig "^2.0.5"
11059
11132
normalize-path "^3.0.0"
11060
- object-hash "^2.2.0"
11133
+ object-hash "^3.0.0"
11134
+ picocolors "^1.0.0"
11135
+ postcss "^8.4.12"
11061
11136
postcss-js "^4.0.0"
11062
- postcss-load-config "^3.1.0 "
11137
+ postcss-load-config "^3.1.4 "
11063
11138
postcss-nested "5.0.6"
11064
- postcss-selector-parser "^6.0.8 "
11139
+ postcss-selector-parser "^6.0.10 "
11065
11140
postcss-value-parser "^4.2.0"
11066
11141
quick-lru "^5.1.1"
11067
- resolve "^1.20 .0"
11142
+ resolve "^1.22 .0"
11068
11143
11069
11144
tapable@^1.0.0:
11070
11145
version "1.1.3"
0 commit comments