From 3da027afc09dbfdd97b2e3b3398a8e307e6f009d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jan 2022 17:37:22 +0100 Subject: [PATCH] chore(deps-dev): bump postcss from 8.4.1 to 8.4.5 (#4124) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.1 to 8.4.5. - [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.1...8.4.5) --- 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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6eea1122..aff2590c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8351,9 +8351,9 @@ "dev": true }, "postcss": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.1.tgz", - "integrity": "sha512-WqLs/TTzXdG+/A4ZOOK9WDZiikrRaiA+eoEb/jz2DT9KUhMNHgP7yKPO8vwi62ZCsb703Gwb7BMZwDzI54Y2Ag==", + "version": "8.4.5", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.5.tgz", + "integrity": "sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==", "dev": true, "requires": { "nanoid": "^3.1.30", diff --git a/package.json b/package.json index 83433799b..ba96297f7 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "node-sass-package-importer": "^5.3.2", "nodemon": "^2.0.15", "npm-run-all": "^4.1.5", - "postcss": "^8.4.1", + "postcss": "^8.4.5", "postcss-cli": "^8.3.1", "rollup": "^2.60.2", "stylelint": "^13.13.1",