From 51eb00cb12e61513b969f115232a7ef09ae57f25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:15:06 +0200 Subject: [PATCH] build(deps-dev): bump postcss from 8.4.31 to 8.4.32 (#1891) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.4.32. - [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.31...8.4.32) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7faf775c01..eba4a6c26d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "lockfile-lint": "^4.12.1", "npm-run-all2": "^6.1.1", "picocolors": "^1.0.0", - "postcss": "^8.4.31", + "postcss": "^8.4.32", "postcss-cli": "^10.1.0", "stylelint": "^15.11.0", "stylelint-config-twbs-bootstrap": "^12.0.0", @@ -4946,9 +4946,9 @@ } }, "node_modules/postcss": { - "version": "8.4.31", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", - "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", + "version": "8.4.32", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", + "integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", "dev": true, "funding": [ { @@ -4965,7 +4965,7 @@ } ], "dependencies": { - "nanoid": "^3.3.6", + "nanoid": "^3.3.7", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" }, diff --git a/package.json b/package.json index 04f1e3de09..d06a6a8b99 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "lockfile-lint": "^4.12.1", "npm-run-all2": "^6.1.1", "picocolors": "^1.0.0", - "postcss": "^8.4.31", + "postcss": "^8.4.32", "postcss-cli": "^10.1.0", "stylelint": "^15.11.0", "stylelint-config-twbs-bootstrap": "^12.0.0",