From 8cdf304be49e8d410649426ab26bb86caa54a5f1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 11:22:09 +0000 Subject: [PATCH] chore(deps): [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 a833bff..26e0edd 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "markdown-it-video": "^0.6.3", "node-fetch": "^2.6.1", "npm-run-all": "^4.1.5", - "postcss": "^7.0.35", + "postcss": "^8.3.6", "postcss-cli": "^7.1.2", "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2", "tailwindcss-dark-mode": "^1.1.7",