|
2985 | 2985 | "@types/scheduler" "*" |
2986 | 2986 | csstype "^3.0.2" |
2987 | 2987 |
|
2988 | | -"@types/react@17.0.20": |
2989 | | - version "17.0.20" |
2990 | | - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.20.tgz#a4284b184d47975c71658cd69e759b6bd37c3b8c" |
2991 | | - integrity sha512-wWZrPlihslrPpcKyCSlmIlruakxr57/buQN1RjlIeaaTWDLtJkTtRW429MoQJergvVKc4IWBpRhWw7YNh/7GVA== |
| 2988 | +"@types/react@17.0.27": |
| 2989 | + version "17.0.27" |
| 2990 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.27.tgz#6498ed9b3ad117e818deb5525fa1946c09f2e0e6" |
| 2991 | + integrity sha512-zgiJwtsggVGtr53MndV7jfiUESTqrbxOcBvwfe6KS/9bzaVPCTDieTWnFNecVNx6EAaapg5xsLLWFfHHR437AA== |
2992 | 2992 | dependencies: |
2993 | 2993 | "@types/prop-types" "*" |
2994 | 2994 | "@types/scheduler" "*" |
@@ -10414,6 +10414,11 @@ nanoid@^3.1.22, nanoid@^3.1.23: |
10414 | 10414 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81" |
10415 | 10415 | integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw== |
10416 | 10416 |
|
| 10417 | +nanoid@^3.1.28: |
| 10418 | + version "3.1.28" |
| 10419 | + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.28.tgz#3c01bac14cb6c5680569014cc65a2f26424c6bd4" |
| 10420 | + integrity sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw== |
| 10421 | + |
10417 | 10422 | nanomatch@^1.2.9: |
10418 | 10423 | version "1.2.13" |
10419 | 10424 | resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" |
@@ -11894,6 +11899,11 @@ performance-now@^2.1.0: |
11894 | 11899 | resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" |
11895 | 11900 | integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= |
11896 | 11901 |
|
| 11902 | +picocolors@^0.2.1: |
| 11903 | + version "0.2.1" |
| 11904 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f" |
| 11905 | + integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA== |
| 11906 | + |
11897 | 11907 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: |
11898 | 11908 | version "2.2.3" |
11899 | 11909 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d" |
@@ -12391,13 +12401,13 @@ postcss@8.2.13: |
12391 | 12401 | nanoid "^3.1.22" |
12392 | 12402 | source-map "^0.6.1" |
12393 | 12403 |
|
12394 | | -postcss@8.3.6: |
12395 | | - version "8.3.6" |
12396 | | - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea" |
12397 | | - integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A== |
| 12404 | +postcss@8.3.9: |
| 12405 | + version "8.3.9" |
| 12406 | + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.9.tgz#98754caa06c4ee9eb59cc48bd073bb6bd3437c31" |
| 12407 | + integrity sha512-f/ZFyAKh9Dnqytx5X62jgjhhzttjZS7hMsohcI7HEI5tjELX/HxCy3EFhsRxyzGvrzFF+82XPvCS8T9TFleVJw== |
12398 | 12408 | dependencies: |
12399 | | - colorette "^1.2.2" |
12400 | | - nanoid "^3.1.23" |
| 12409 | + nanoid "^3.1.28" |
| 12410 | + picocolors "^0.2.1" |
12401 | 12411 | source-map-js "^0.6.2" |
12402 | 12412 |
|
12403 | 12413 | postcss@^6.0.1: |
@@ -14505,10 +14515,10 @@ table@^6.0.9: |
14505 | 14515 | string-width "^4.2.0" |
14506 | 14516 | strip-ansi "^6.0.0" |
14507 | 14517 |
|
14508 | | -tailwindcss@2.2.15: |
14509 | | - version "2.2.15" |
14510 | | - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.15.tgz#8bee3ebe68b988c050508ce20633f35b040dd9fe" |
14511 | | - integrity sha512-WgV41xTMbnSoTNMNnJvShQZ+8GmY86DmXTrCgnsveNZJdlybfwCItV8kAqjYmU49YiFr+ofzmT1JlAKajBZboQ== |
| 14518 | +tailwindcss@2.2.16: |
| 14519 | + version "2.2.16" |
| 14520 | + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.16.tgz#32f81bdf1758b639cb83b9d30bf7cbecdda49e5e" |
| 14521 | + integrity sha512-EireCtpQyyJ4Xz8NYzHafBoy4baCOO96flM0+HgtsFcIQ9KFy/YBK3GEtlnD+rXen0e4xm8t3WiUcKBJmN6yjg== |
14512 | 14522 | dependencies: |
14513 | 14523 | arg "^5.0.1" |
14514 | 14524 | bytes "^3.0.0" |
|
0 commit comments