From 5d802c435d6339031b6d547de91420b62299c6f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 05:06:04 +0000 Subject: [PATCH] Bump postcss from 8.2.13 to 8.2.14 Bumps [postcss](https://github.com/postcss/postcss) from 8.2.13 to 8.2.14. - [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.13...8.2.14) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1970aeaa..94126456 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "lint-staged": "^10.5.4", "mini-css-extract-plugin": "^1.6.0", "npm-run-all": "^4.1.5", - "postcss": "^8.2.13", + "postcss": "^8.2.14", "postcss-loader": "^5.2.0", "prettier": "^2.2.1", "release-it": "^14.6.1", diff --git a/yarn.lock b/yarn.lock index 5faf1514..12add189 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6870,10 +6870,10 @@ postcss@^7.0.14: source-map "^0.6.1" supports-color "^6.1.0" -postcss@^8.2.10, postcss@^8.2.13: - version "8.2.13" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.13.tgz#dbe043e26e3c068e45113b1ed6375d2d37e2129f" - integrity sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ== +postcss@^8.2.10, postcss@^8.2.14: + version "8.2.14" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.14.tgz#dcf313eb8247b3ce8078d048c0e8262ca565ad2b" + integrity sha512-+jD0ZijcvyCqPQo/m/CW0UcARpdFylq04of+Q7RKX6f/Tu+dvpUI/9Sp81+i6/vJThnOBX09Quw0ZLOVwpzX3w== dependencies: colorette "^1.2.2" nanoid "^3.1.22"