From a3a5f728b012f951862506718d7663a65db9c08d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 06:22:58 +0000 Subject: [PATCH] chore(deps-dev): [security] bump postcss from 7.0.36 to 8.3.6 Bumps [postcss](https://github.com/postcss/postcss) from 7.0.36 to 8.3.6. **This update includes a security fix.** - [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/7.0.36...8.3.6) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b766b2..f25e2a3 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "node-sass": "^4.13.0", "nodemon": "^2.0.1", "npm-run-all": "^4.1.5", - "postcss": "^7.0.24", + "postcss": "^8.3.6", "webpack": "^4.41.2", "webpack-cli": "^3.3.10" },