From 190569b1f1076b2fd96c01766d0d88e6c8628ee4 Mon Sep 17 00:00:00 2001 From: Alicia Paz Date: Thu, 20 May 2021 20:00:57 -0400 Subject: [PATCH] update postcss to patched version (#1408) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d03d864b7..64c75f46f 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "fs-extra": "^9.1.0", "jest": "^26.6.3", "lint-staged": "^10.5.4", - "postcss": "^8.2.8", + "postcss": "^8.2.15", "prettier": "^2.2.1", "simple-git-hooks": "^2.0.2", "size-limit": "^4.10.1",