From 1a8babde4c5f02ebea5ba302ba9be83cb627dda2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 12:10:57 +0000 Subject: [PATCH] Bump postcss from 8.2.2 to 8.2.3 Bumps [postcss](https://github.com/postcss/postcss) from 8.2.2 to 8.2.3. - [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/8.2.2...8.2.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bcd346b0..7d47cd09 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "lint-staged": "^10.5.3", "mini-css-extract-plugin": "^1.3.3", "npm-run-all": "^4.1.5", - "postcss": "^8.2.2", + "postcss": "^8.2.3", "postcss-loader": "^4.1.0", "prettier": "^2.2.1", "release-it": "^14.2.2", diff --git a/yarn.lock b/yarn.lock index 4355aa18..dad4d616 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6760,10 +6760,10 @@ postcss@^7.0.14: source-map "^0.6.1" supports-color "^6.1.0" -postcss@^8.1.4, postcss@^8.2.2: - version "8.2.2" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.2.tgz#60613b62297005084fd21024a68637798864fe26" - integrity sha512-HM1NDNWLgglJPQQMNwvLxgH2KcrKZklKLi/xXYIOaqQB57p/pDWEJNS83PVICYsn1Dg/9C26TiejNr422/ePaQ== +postcss@^8.1.4, postcss@^8.2.3: + version "8.2.3" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.3.tgz#14ed1294850c99661761d9cb68863718eb75690d" + integrity sha512-tdmNCCmxJEsLZNj810qlj8QbvnUNKFL9A5doV+uHrGGK/YNKWEslrytnHDWr9M/GgGjfUFwXCRbxd/b6IoRBXQ== dependencies: colorette "^1.2.1" nanoid "^3.1.20"