From f5272ad71df582b766e7a05ae6c2c99770b0e6c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 11:35:23 +0000 Subject: [PATCH] Bump postcss from 8.4.27 to 8.4.31 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7bf13a7d96..9108897428 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,7 +94,7 @@ "lint-staged": "^12.3.6", "load-grunt-tasks": "^5.1.0", "msw": "0.35.0", - "postcss": "8.4.27", + "postcss": "8.4.31", "postcss-cli": "10.0.0", "postcss-discard-comments": "6.0.0", "postcss-scss": "^4.0.6", @@ -12944,9 +12944,9 @@ "license": "MIT" }, "node_modules/postcss": { - "version": "8.4.27", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", - "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index a895c93373..4de5bbabf1 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "lint-staged": "^12.3.6", "load-grunt-tasks": "^5.1.0", "msw": "0.35.0", - "postcss": "8.4.27", + "postcss": "8.4.31", "postcss-cli": "10.0.0", "postcss-discard-comments": "6.0.0", "postcss-scss": "^4.0.6",