From ea14e3d5efc7615e0d5a81a49840eb2be31ed825 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 15:54:18 +0000 Subject: [PATCH] build(deps-dev): [security] bump postcss from 8.2.9 to 8.2.10 Bumps [postcss](https://github.com/postcss/postcss) from 8.2.9 to 8.2.10. **This update includes a security fix.** - [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.9...8.2.10) 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 2bbd04a..d27dacd 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "mini-css-extract-plugin": "1.4.1", "mkdirp": "1.0.4", "nopt": "5.0.0", - "postcss": "8.2.9", + "postcss": "8.2.10", "postcss-cli": "8.3.1", "postcss-import": "14.0.1", "postcss-loader": "5.2.0", diff --git a/yarn.lock b/yarn.lock index cde0d4b..011498b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6881,10 +6881,10 @@ postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1: indexes-of "^1.0.1" uniq "^1.0.1" -postcss@8.2.9, postcss@^8.2.8: - version "8.2.9" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.9.tgz#fd95ff37b5cee55c409b3fdd237296ab4096fba3" - integrity sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q== +postcss@8.2.10, postcss@^8.2.8: + version "8.2.10" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.10.tgz#ca7a042aa8aff494b334d0ff3e9e77079f6f702b" + integrity sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw== dependencies: colorette "^1.2.2" nanoid "^3.1.22"