From 9bdb706eb14a88a65563af7ff59eec2cd04da92a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Dec 2020 08:42:47 +0100 Subject: [PATCH] Bump postcss-cli from 8.3.0 to 8.3.1 (#3224) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c54315d1..92c359b0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8328,9 +8328,9 @@ } }, "postcss-cli": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-8.3.0.tgz", - "integrity": "sha512-GqWohD9VmH+LCe+xsv6VCdcgNylNBmsrbxJlyXUGteGGdcmazj2YxSiJMUmQpg8pE6LRox9idtsTB7JZq5a+rw==", + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-8.3.1.tgz", + "integrity": "sha512-leHXsQRq89S3JC9zw/tKyiVV2jAhnfQe0J8VI4eQQbUjwIe0XxVqLrR+7UsahF1s9wi4GlqP6SJ8ydf44cgF2Q==", "dev": true, "requires": { "chalk": "^4.0.0", @@ -8469,9 +8469,9 @@ "dev": true }, "yargs": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.1.1.tgz", - "integrity": "sha512-hAD1RcFP/wfgfxgMVswPE+z3tlPFtxG8/yWUrG2i17sTWGCGqWnxKcLTF4cUKDUK8fzokwsmO9H0TDkRbMHy8w==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", "dev": true, "requires": { "cliui": "^7.0.2", diff --git a/package.json b/package.json index ea959df27..d3e3654aa 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "nodemon": "^2.0.6", "npm-run-all": "^4.1.5", "postcss": "^8.2.1", - "postcss-cli": "^8.3.0", + "postcss-cli": "^8.3.1", "rollup": "^2.34.0", "stylelint": "^13.8.0", "stylelint-config-twbs-bootstrap": "^2.1.0",