From ead45c89199e298340ab5409b2dbe46d5bb9d315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Apr 2021 05:04:55 +0000 Subject: [PATCH] Bump postcss from 8.2.10 to 8.2.12 Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.12. - [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.10...8.2.12) 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 c0304c99..99f02d78 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "lint-staged": "^10.5.4", "mini-css-extract-plugin": "^1.5.0", "npm-run-all": "^4.1.5", - "postcss": "^8.2.10", + "postcss": "^8.2.12", "postcss-loader": "^5.2.0", "prettier": "^2.2.1", "release-it": "^14.6.1", diff --git a/yarn.lock b/yarn.lock index 6ae11377..9eae44ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6865,10 +6865,10 @@ postcss@^7.0.14: source-map "^0.6.1" supports-color "^6.1.0" -postcss@^8.2.10: - version "8.2.10" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.10.tgz#ca7a042aa8aff494b334d0ff3e9e77079f6f702b" - integrity sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw== +postcss@^8.2.10, postcss@^8.2.12: + version "8.2.12" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.12.tgz#81248a1a87e0f575cc594a99a08207fd1c4addc4" + integrity sha512-BJnGT5+0q2tzvs6oQfnY2NpEJ7rIXNfBnZtQOKCIsweeWXBXeDd5k31UgTdS3d/c02ouspufn37mTaHWkJyzMQ== dependencies: colorette "^1.2.2" nanoid "^3.1.22"