Update dependency postcss to v8.5.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2025-02-20 01:41:15 +00:00
parent 976ea1aa36
commit d7cdccbf46
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@
"devDependencies": { "devDependencies": {
"@types/react": "19.0.10", "@types/react": "19.0.10",
"autoprefixer": "10.4.20", "autoprefixer": "10.4.20",
"postcss": "8.5.2", "postcss": "8.5.3",
"tailwindcss": "4.0.7", "tailwindcss": "4.0.7",
"typescript": "5.7.3" "typescript": "5.7.3"
} }

View File

@ -1456,10 +1456,10 @@ postcss@8.2.15:
nanoid "^3.1.23" nanoid "^3.1.23"
source-map "^0.6.1" source-map "^0.6.1"
postcss@8.5.2: postcss@8.5.3:
version "8.5.2" version "8.5.3"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.2.tgz#e7b99cb9d2ec3e8dd424002e7c16517cb2b846bd" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
integrity sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA== integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
dependencies: dependencies:
nanoid "^3.3.8" nanoid "^3.3.8"
picocolors "^1.1.1" picocolors "^1.1.1"