From caee716f61de9b39872c3217d82d467c95ad3af7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 09:26:51 +0000 Subject: [PATCH] Bump postcss from 8.1.14 to 8.2.0 Bumps [postcss](https://github.com/postcss/postcss) from 8.1.14 to 8.2.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/8.1.14...8.2.0) 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 74e96542..80c614e1 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "lint-staged": "^10.5.3", "mini-css-extract-plugin": "^1.3.2", "npm-run-all": "^4.1.5", - "postcss": "^8.1.14", + "postcss": "^8.2.0", "postcss-loader": "^4.1.0", "prettier": "^2.2.1", "release-it": "^14.2.2", diff --git a/yarn.lock b/yarn.lock index dce52b27..8fcaa1f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6749,10 +6749,10 @@ postcss@^7.0.14: source-map "^0.6.1" supports-color "^6.1.0" -postcss@^8.1.14, postcss@^8.1.4: - version "8.1.14" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.1.14.tgz#77d6a5db2fdc0afa918e24af5323a53fb8727f2e" - integrity sha512-KatkyVPBKfENS+c3dpXJoDXnDD5UZs5exAnDksLqaRJPKwYphEPZt4N0m0i049v2/BtWVQibAhxW4ilXXcolpA== +postcss@^8.1.4, postcss@^8.2.0: + version "8.2.0" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.0.tgz#214be4eda36db762eb8a89d7c7362b9341156eb5" + integrity sha512-vZ8cb6AlN53hHlnPvR+oj7fA46LU05Ysv7O7sNh1ixQrCbtx+d8/h+5tDER9XAccVhkf3aYskAiWmh0DdjNLbw== dependencies: colorette "^1.2.1" nanoid "^3.1.20"