From 77458a141fc57771be189ae571ec828529cd5b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 13:20:38 +0530 Subject: [PATCH] Bump postcss from 8.3.2 to 8.3.5 (#3796) Bumps [postcss](https://github.com/postcss/postcss) from 8.3.2 to 8.3.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.3.2...8.3.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 1dc6f9b40..6cc649474 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8323,9 +8323,9 @@ "dev": true }, "postcss": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.2.tgz", - "integrity": "sha512-y1FK/AWdZlBF5lusS5j5l4/vF67+vQZt1SXPVJ32y1kRGDQyrs1zk32hG1cInRTu14P0V+orPz+ifwW/7rR4bg==", + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.5.tgz", + "integrity": "sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==", "dev": true, "requires": { "colorette": "^1.2.2", diff --git a/package.json b/package.json index d10fdd2fa..ae2da6171 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "node-sass-package-importer": "^5.3.2", "nodemon": "^2.0.7", "npm-run-all": "^4.1.5", - "postcss": "^8.3.2", + "postcss": "^8.3.5", "postcss-cli": "^8.3.1", "rollup": "^2.52.1", "stylelint": "^13.13.1",