From d71d26cdd4242fc6c18ec0614e005197d40e3d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 11:07:17 +0000 Subject: [PATCH] chore(deps-dev): bump postcss-cli from 8.2.0 to 8.3.0 Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 8.2.0 to 8.3.0. - [Release notes](https://github.com/postcss/postcss-cli/releases) - [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-cli/compare/8.2.0...8.3.0) 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 f1c8c468158..042a3db4865 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "marked": "^1.2.4", "nuxt": "^2.14.7", "postcss": "^8.1.7", - "postcss-cli": "^8.2.0", + "postcss-cli": "^8.3.0", "prettier": "1.14.3", "require-context": "^1.1.0", "rollup": "^2.33.2", diff --git a/yarn.lock b/yarn.lock index 9f3f945edc2..90e16787332 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10482,10 +10482,10 @@ postcss-calc@^7.0.1: postcss-selector-parser "^6.0.2" postcss-value-parser "^4.0.2" -postcss-cli@^8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/postcss-cli/-/postcss-cli-8.2.0.tgz#f94ad3792e4daece87f70fb4bda9368bb02bbf60" - integrity sha512-N7tgPpB/2yXk/04irc/RiImCkftVw42STaploQBeOT1xvrIkyG+YW+TsHAJ57xWwL+b0AjXnqs5/RL/1XIh2Lw== +postcss-cli@^8.3.0: + version "8.3.0" + resolved "https://registry.yarnpkg.com/postcss-cli/-/postcss-cli-8.3.0.tgz#fa06c96cbd0620768c788cae74ba462622a9013c" + integrity sha512-GqWohD9VmH+LCe+xsv6VCdcgNylNBmsrbxJlyXUGteGGdcmazj2YxSiJMUmQpg8pE6LRox9idtsTB7JZq5a+rw== dependencies: chalk "^4.0.0" chokidar "^3.3.0"