From 97c7525d7ee7d0918ff032ed6aceb77a2a5e4cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 09:02:58 +0000 Subject: [PATCH] Bump postcss from 8.3.10 to 8.3.11 Bumps [postcss](https://github.com/postcss/postcss) from 8.3.10 to 8.3.11. - [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.3.10...8.3.11) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... 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 051cfad1..b3ae9866 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "lint-staged": "^11.2.3", "mini-css-extract-plugin": "^2.4.2", "npm-run-all": "^4.1.5", - "postcss": "^8.3.10", + "postcss": "^8.3.11", "postcss-loader": "^6.2.0", "prettier": "^2.4.1", "release-it": "^14.11.6", diff --git a/yarn.lock b/yarn.lock index 55f609a1..65a3c993 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6174,10 +6174,10 @@ postcss@^7.0.36: source-map "^0.6.1" supports-color "^6.1.0" -postcss@^8.2.15, postcss@^8.3.10: - version "8.3.10" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.10.tgz#4d614e108ccc69c65c2f6dc6cec23dd5c85b73af" - integrity sha512-YYfvfUdWx+ECpr5Hgc6XRfsaux8LksL5ey8qTtWiuRXOpOF1YYMwAySdh0nSmwhZAFvvJ6rgiIkKVShu4x2T1Q== +postcss@^8.2.15, postcss@^8.3.11: + version "8.3.11" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.11.tgz#c3beca7ea811cd5e1c4a3ec6d2e7599ef1f8f858" + integrity sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA== dependencies: nanoid "^3.1.30" picocolors "^1.0.0"