@@ -3410,6 +3410,21 @@ chokidar@^3.4.0, chokidar@^3.5.2:
34103410 optionalDependencies:
34113411 fsevents "~2.3.2"
34123412
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+
34133428chownr@^1.1.1:
34143429 version "1.1.4"
34153430 resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
@@ -5142,7 +5157,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
51425157 resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
51435158 integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
51445159
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:
51465161 version "3.2.10"
51475162 resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.10.tgz#2734f83baa7f43b7fd41e13bc34438f4ffe284ee"
51485163 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:
51535168 merge2 "^1.3.0"
51545169 micromatch "^4.0.4"
51555170
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+
51565182fast-json-stable-stringify@^2.0.0:
51575183 version "2.1.0"
51585184 resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -6797,7 +6823,7 @@ is-ci@^2.0.0:
67976823 dependencies:
67986824 ci-info "^2.0.0"
67996825
6800- is-core-module@^2.2.0, is-core-module@^2.8.0:
6826+ is-core-module@^2.2.0, is-core-module@^2.8.0, is-core-module@^2.8.1 :
68016827 version "2.8.1"
68026828 resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
68036829 integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
@@ -8114,6 +8140,11 @@ nanoid@^3.1.30:
81148140 resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
81158141 integrity sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==
81168142
8143+ nanoid@^3.2.0:
8144+ version "3.2.0"
8145+ resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c"
8146+ integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==
8147+
81178148nanomatch@^1.2.9:
81188149 version "1.2.13"
81198150 resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -9362,6 +9393,14 @@ postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector
93629393 cssesc "^3.0.0"
93639394 util-deprecate "^1.0.2"
93649395
9396+ postcss-selector-parser@^6.0.9:
9397+ version "6.0.9"
9398+ resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.9.tgz#ee71c3b9ff63d9cd130838876c13a2ec1a992b2f"
9399+ integrity sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ==
9400+ dependencies:
9401+ cssesc "^3.0.0"
9402+ util-deprecate "^1.0.2"
9403+
93659404postcss-svgo@^5.0.3:
93669405 version "5.0.3"
93679406 resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-5.0.3.tgz#d945185756e5dfaae07f9edb0d3cae7ff79f9b30"
@@ -9392,6 +9431,15 @@ postcss@^8.2.15, postcss@^8.2.9, postcss@^8.3.11:
93929431 picocolors "^1.0.0"
93939432 source-map-js "^1.0.1"
93949433
9434+ postcss@^8.4.6:
9435+ version "8.4.6"
9436+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.6.tgz#c5ff3c3c457a23864f32cb45ac9b741498a09ae1"
9437+ integrity sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==
9438+ dependencies:
9439+ nanoid "^3.2.0"
9440+ picocolors "^1.0.0"
9441+ source-map-js "^1.0.2"
9442+
93959443potrace@^2.1.8:
93969444 version "2.1.8"
93979445 resolved "https://registry.yarnpkg.com/potrace/-/potrace-2.1.8.tgz#50f6fba92e1e39ddef6f979b0a0f841809e0acf2"
@@ -10117,6 +10165,15 @@ resolve@^1.12.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.3.2:
1011710165 path-parse "^1.0.7"
1011810166 supports-preserve-symlinks-flag "^1.0.0"
1011910167
10168+ resolve@^1.22.0:
10169+ version "1.22.0"
10170+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
10171+ integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
10172+ dependencies:
10173+ is-core-module "^2.8.1"
10174+ path-parse "^1.0.7"
10175+ supports-preserve-symlinks-flag "^1.0.0"
10176+
1012010177resolve@^2.0.0-next.3:
1012110178 version "2.0.0-next.3"
1012210179 resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
@@ -10584,6 +10641,11 @@ source-map-js@^1.0.1:
1058410641 resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
1058510642 integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
1058610643
10644+ source-map-js@^1.0.2:
10645+ version "1.0.2"
10646+ resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
10647+ integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
10648+
1058710649source-map-resolve@^0.5.0:
1058810650 version "0.5.3"
1058910651 resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
@@ -11040,31 +11102,32 @@ table@^6.0.9:
1104011102 string-width "^4.2.3"
1104111103 strip-ansi "^6.0.1"
1104211104
11043- tailwindcss@3.0.12 :
11044- version "3.0.12 "
11045- resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.12 .tgz#b43bf952dbfd62cec087319748eb69f8e1c7855d "
11046- integrity sha512-VqhF86z2c34sJyS5ZS8Q2nYuN0KzqZw1GGsuQQO9kJ3mY1oG7Fsag0vICkxUVXk6P+1sUkTkjMjKWCjEF0hNHw ==
11105+ tailwindcss@3.0.22 :
11106+ version "3.0.22 "
11107+ resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.22 .tgz#5f1aac83810261300ae5b2f98fd4a2fa2ded2c42 "
11108+ integrity sha512-F8lt74RlNZirnkaSk310+vGQta7c0/hgx7/bqxruM4wS9lp8oqV93lzavajC3VT0Lp4UUtUVIt8ifKcmGzkr0A ==
1104711109 dependencies:
1104811110 arg "^5.0.1"
1104911111 chalk "^4.1.2"
11050- chokidar "^3.5.2 "
11112+ chokidar "^3.5.3 "
1105111113 color-name "^1.1.4"
1105211114 cosmiconfig "^7.0.1"
1105311115 detective "^5.2.0"
1105411116 didyoumean "^1.2.2"
1105511117 dlv "^1.1.3"
11056- fast-glob "^3.2.7 "
11118+ fast-glob "^3.2.11 "
1105711119 glob-parent "^6.0.2"
1105811120 is-glob "^4.0.3"
1105911121 normalize-path "^3.0.0"
1106011122 object-hash "^2.2.0"
11123+ postcss "^8.4.6"
1106111124 postcss-js "^4.0.0"
1106211125 postcss-load-config "^3.1.0"
1106311126 postcss-nested "5.0.6"
11064- postcss-selector-parser "^6.0.8 "
11127+ postcss-selector-parser "^6.0.9 "
1106511128 postcss-value-parser "^4.2.0"
1106611129 quick-lru "^5.1.1"
11067- resolve "^1.20 .0"
11130+ resolve "^1.22 .0"
1106811131
1106911132tapable@^1.0.0:
1107011133 version "1.1.3"
0 commit comments