From e8122569b19446050173591bf488962d34f31286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 06:45:41 +0000 Subject: [PATCH] Bump postcss from 7.0.35 to 8.3.0 Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 8.3.0. - [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.35...8.3.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b060df1..c3ba9e9 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", "ngx-tailwind": "2.1.0", - "postcss": "^7.0.35", + "postcss": "^8.3.0", "protractor": "~7.0.0", "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3", "ts-node": "~9.1.1",