From 1533936d7a29184c41be2ac6b746203e386814f3 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:57:38 -0400 Subject: [PATCH] Update postcss to version 8.4.29 (#20099) Co-authored-by: depfu[bot] <23717796+depfu[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 209dde3d0..babfc0063 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "linkstate": "^2.0.1", "lodash.debounce": "4.0.8", "moment": "^2.29.4", - "postcss": "^8.4.28", + "postcss": "^8.4.29", "postcss-cli": "^10.1.0", "postcss-import": "^15.1.0", "postcss-preset-env": "^7.8.2", diff --git a/yarn.lock b/yarn.lock index f6c0efaa5..bb678812e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14891,10 +14891,10 @@ postcss@^8.2.15: picocolors "^1.0.0" source-map-js "^1.0.2" -postcss@^8.4.28: - version "8.4.28" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.28.tgz#c6cc681ed00109072816e1557f889ef51cf950a5" - integrity sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw== +postcss@^8.4.29: + version "8.4.29" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.29.tgz#33bc121cf3b3688d4ddef50be869b2a54185a1dd" + integrity sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw== dependencies: nanoid "^3.3.6" picocolors "^1.0.0"