From bfb7da634a72695a873e29100a006b7e6a0756c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 02:21:02 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.4.28 to 8.4.31 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 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.28...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a9e9922..2351fc29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "jsonc-parser": "^3.0.0", "npm-run-all": "^4.1.5", "p-wait-for": "^3.1.0", - "postcss": "^8.4.4", + "postcss": "^8.4.31", "postcss-sass": "^0.5.0", "postcss-scss": "^4.0.2", "prettier": "^2.7.1", @@ -8757,9 +8757,9 @@ } }, "node_modules/postcss": { - "version": "8.4.28", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz", - "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "funding": [ { @@ -17555,9 +17555,9 @@ } }, "postcss": { - "version": "8.4.28", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz", - "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "requires": { "nanoid": "^3.3.6", diff --git a/package.json b/package.json index f9b05ae0..32c4f4ea 100644 --- a/package.json +++ b/package.json @@ -237,7 +237,7 @@ "jsonc-parser": "^3.0.0", "npm-run-all": "^4.1.5", "p-wait-for": "^3.1.0", - "postcss": "^8.4.4", + "postcss": "^8.4.31", "postcss-sass": "^0.5.0", "postcss-scss": "^4.0.2", "prettier": "^2.7.1",