From 94d1be4c774027a74d37c234d7e8438eed6a99ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 07:10:16 +0000 Subject: [PATCH] chore(deps): update dependency postcss to ^8.4.42 (#519) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ed440f13..cb74f61a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "figma-plugin-ds-svelte": "^1.4.3", "jest": "^29.7.0", "parse-color": "^1.0.0", - "postcss": "^8.4.40", + "postcss": "^8.4.42", "prettier": "^2.8.8", "rollup": "^3.29.4", "rollup-plugin-postcss": "^4.0.2", diff --git a/yarn.lock b/yarn.lock index bb703088..bed4cf20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5351,10 +5351,10 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0, postcss-value-parser@^ resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== -postcss@^8.4.40: - version "8.4.40" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.40.tgz#eb81f2a4dd7668ed869a6db25999e02e9ad909d8" - integrity sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q== +postcss@^8.4.42: + version "8.4.42" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.42.tgz#0954e9b075f961fb2790d6b807b1f24e7334dbea" + integrity sha512-hywKUQB9Ra4dR1mGhldy5Aj1X3MWDSIA1cEi+Uy0CjheLvP6Ual5RlwMCh8i/X121yEDLDIKBsrCQ8ba3FDMfQ== dependencies: nanoid "^3.3.7" picocolors "^1.0.1"