From 2fb0365bcd9ed41c855204fbe325bdd51ed8c4a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 11:06:07 +0000 Subject: [PATCH] chore(deps-dev): bump postcss-cli from 8.3.0 to 8.3.1 Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 8.3.0 to 8.3.1. - [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.3.0...8.3.1) 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 f9e81cc1b5c..f4881e25fe9 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "marked": "^1.2.6", "nuxt": "^2.14.11", "postcss": "^8.2.1", - "postcss-cli": "^8.3.0", + "postcss-cli": "^8.3.1", "prettier": "1.14.3", "require-context": "^1.1.0", "rollup": "^2.34.2", diff --git a/yarn.lock b/yarn.lock index 7227dafc871..63bd1f34493 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10623,10 +10623,10 @@ postcss-calc@^7.0.1: postcss-selector-parser "^6.0.2" postcss-value-parser "^4.0.2" -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== +postcss-cli@^8.3.1: + version "8.3.1" + resolved "https://registry.yarnpkg.com/postcss-cli/-/postcss-cli-8.3.1.tgz#865dad08300ac59ae9cecb7066780aa81c767a77" + integrity sha512-leHXsQRq89S3JC9zw/tKyiVV2jAhnfQe0J8VI4eQQbUjwIe0XxVqLrR+7UsahF1s9wi4GlqP6SJ8ydf44cgF2Q== dependencies: chalk "^4.0.0" chokidar "^3.3.0"