From 71a6f13d541976f3552e724c20752e50013aaac2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 08:40:35 +0000 Subject: [PATCH] [Security] Bump postcss from 7.0.36 to 8.3.5 Bumps [postcss](https://github.com/postcss/postcss) from 7.0.36 to 8.3.5. **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.5) 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 ceeec4b..c0f210e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "devDependencies": { "jest": "^27.0.4", "jest-matcher-css": "^1.0.3", - "postcss": "^7.0.16", + "postcss": "^8.3.5", "tailwindcss": "^1.0.1" } }