From 40f6717c57f89808b9ed6969a2fffad013b4dcaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:58:57 +0000 Subject: [PATCH] chore(deps): bump postcss from 8.4.27 to 8.4.31 in /webpack Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webpack/package.json | 2 +- webpack/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webpack/package.json b/webpack/package.json index 402398e8..3a9561a1 100644 --- a/webpack/package.json +++ b/webpack/package.json @@ -20,7 +20,7 @@ "daisyui": "^3.5.1", "htmx.org": "^1.8.6", "mini-css-extract-plugin": "^2.5.3", - "postcss": "^8.4.6", + "postcss": "^8.4.31", "postcss-import": "^14.0.2", "postcss-loader": "^7.0.1", "postcss-preset-env": "^8.3.1", diff --git a/webpack/yarn.lock b/webpack/yarn.lock index 25e62c3d..e41518d2 100644 --- a/webpack/yarn.lock +++ b/webpack/yarn.lock @@ -2615,10 +2615,10 @@ postcss-value-parser@^4.0.0, 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, postcss@^8.4.21, postcss@^8.4.23, postcss@^8.4.6: - version "8.4.27" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.27.tgz#234d7e4b72e34ba5a92c29636734349e0d9c3057" - integrity sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ== +postcss@^8, postcss@^8.4.21, postcss@^8.4.23, postcss@^8.4.31: + version "8.4.31" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d" + integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ== dependencies: nanoid "^3.3.6" picocolors "^1.0.0"