From 0976a2b76c241b3378ed0051157844f0184515e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:50:25 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.4.29 to 8.4.31 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 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.29...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 44415ddaf2..905e902a55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "lockfile-lint": "^4.12.1", "npm-run-all2": "^6.0.6", "picocolors": "^1.0.0", - "postcss": "^8.4.29", + "postcss": "^8.4.31", "postcss-cli": "^10.1.0", "stylelint": "^15.10.3", "stylelint-config-twbs-bootstrap": "^11.0.1", @@ -5168,9 +5168,9 @@ } }, "node_modules/postcss": { - "version": "8.4.29", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.29.tgz", - "integrity": "sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==", + "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 9bb1539465..1ca4f8432b 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "lockfile-lint": "^4.12.1", "npm-run-all2": "^6.0.6", "picocolors": "^1.0.0", - "postcss": "^8.4.29", + "postcss": "^8.4.31", "postcss-cli": "^10.1.0", "stylelint": "^15.10.3", "stylelint-config-twbs-bootstrap": "^11.0.1",