diff --git a/astro/package.json b/astro/package.json index ed35879..74faa3c 100644 --- a/astro/package.json +++ b/astro/package.json @@ -17,7 +17,7 @@ "css-select": "5.1.0", "sharp": "^0.32.2", "slate-serializers": "0.1.0", - "tailwindcss": "^3.0.24" + "tailwindcss": "^3.3.3" }, "devDependencies": { "prettier": "^3.0.0", diff --git a/astro/yarn.lock b/astro/yarn.lock index 11dcd52..7c30249 100644 --- a/astro/yarn.lock +++ b/astro/yarn.lock @@ -3440,10 +3440,10 @@ synckit@^0.8.4: "@pkgr/utils" "^2.3.1" tslib "^2.5.0" -tailwindcss@^3.0.24: - version "3.3.2" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.2.tgz#2f9e35d715fdf0bbf674d90147a0684d7054a2d3" - integrity sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w== +tailwindcss@^3.3.3: + version "3.3.3" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.3.tgz#90da807393a2859189e48e9e7000e6880a736daf" + integrity sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w== dependencies: "@alloc/quick-lru" "^5.2.0" arg "^5.0.2" @@ -3465,7 +3465,6 @@ tailwindcss@^3.0.24: postcss-load-config "^4.0.1" postcss-nested "^6.0.1" postcss-selector-parser "^6.0.11" - postcss-value-parser "^4.2.0" resolve "^1.22.2" sucrase "^3.32.0"