From caaf0ee1e210309ce4dc464969196eb73fd104f1 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Mon, 14 Jun 2021 01:54:00 -0400 Subject: [PATCH] Update PostCSS --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a87d1cd..474d358 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-unicorn": "^33.0.1", "jest": "^27.0.4", "lint-staged": "^11.0.0", - "postcss": "^8.2.14", + "postcss": "^8.3.3", "postcss-parser-tests": "^8.3.5", "postcss-sharec-config": "^0.4.1", "prettier": "^2.2.1", diff --git a/yarn.lock b/yarn.lock index 7a4f9f3..b733aef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3491,10 +3491,10 @@ postcss-sharec-config@^0.4.1: dependencies: sharec "^2.9.0" -postcss@^8.2.14: - version "8.3.2" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.2.tgz#ed3ec489f5428af5740cd6effcc216b4d455ee64" - integrity sha512-y1FK/AWdZlBF5lusS5j5l4/vF67+vQZt1SXPVJ32y1kRGDQyrs1zk32hG1cInRTu14P0V+orPz+ifwW/7rR4bg== +postcss@^8.3.3: + version "8.3.3" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.3.tgz#ef412a7a67e85c5b2c9f0ab3c4d9e8a3814d55cc" + integrity sha512-gnXd9C4bGKevvlNFd80I8WfxHX+g6MR+W2h19PlDNHUuT9248rHTvCIDeZI3Hvs5mB3gzXiNDwVK3S153WJbZA== dependencies: colorette "^1.2.2" nanoid "^3.1.23"