From e238b13f63fdd1319fec7bbc8607601488dedbad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 00:12:06 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.4.23 to 8.4.31 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 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.23...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- apps/embed/package.json | 2 +- apps/web/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/embed/package.json b/apps/embed/package.json index 3a301ff41..7d90436f1 100644 --- a/apps/embed/package.json +++ b/apps/embed/package.json @@ -30,7 +30,7 @@ "autoprefixer": "^10.4.14", "eslint-config-weblint": "*", "lens": "*", - "postcss": "^8.4.23", + "postcss": "^8.4.31", "prettier": "^2.8.8", "tailwindcss": "^3.3.2", "tsconfig": "*", diff --git a/apps/web/package.json b/apps/web/package.json index 02d685e77..6d99283f3 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -66,7 +66,7 @@ "autoprefixer": "^10.4.14", "eslint-config-weblint": "*", "lens": "*", - "postcss": "^8.4.23", + "postcss": "^8.4.31", "start-server-and-test": "^2.0.0", "tailwindcss": "^3.3.2", "tsconfig": "*", diff --git a/yarn.lock b/yarn.lock index e86c2beb3..b8b0d886c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9996,10 +9996,10 @@ postcss@8.4.14: picocolors "^1.0.0" source-map-js "^1.0.2" -postcss@^8.4.23: - version "8.4.23" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.23.tgz#df0aee9ac7c5e53e1075c24a3613496f9e6552ab" - integrity sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA== +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"