From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Nov 2020 13:22:19 +0000 (+0200) Subject: Bump postcss from 8.1.6 to 8.1.7 (#32171) X-Git-Tag: v5.0.0-beta1~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff405475a26526578c71835aba02831d43788958;p=thirdparty%2Fbootstrap.git Bump postcss from 8.1.6 to 8.1.7 (#32171) Bumps [postcss](https://github.com/postcss/postcss) from 8.1.6 to 8.1.7. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.1.6...8.1.7) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- diff --git a/package-lock.json b/package-lock.json index aad0b1738c..592bbd0ea5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8310,9 +8310,9 @@ "optional": true }, "postcss": { - "version": "8.1.6", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.6.tgz", - "integrity": "sha512-JuifSl4h8dJ70SiMXKjzCxhalE6p2TnMHuq9G8ftyXj2jg6SXzqCsEuxMj9RkmJoO5D+Z9YrWunNkxqpRT02qg==", + "version": "8.1.7", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.7.tgz", + "integrity": "sha512-llCQW1Pz4MOPwbZLmOddGM9eIJ8Bh7SZ2Oj5sxZva77uVaotYDsYTch1WBTNu7fUY0fpWp0fdt7uW40D4sRiiQ==", "dev": true, "requires": { "colorette": "^1.2.1", diff --git a/package.json b/package.json index 5fdecc494f..70500aac0c 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "nodemon": "^2.0.6", "npm-run-all": "^4.1.5", "popper.js": "^1.16.1", - "postcss": "^8.1.6", + "postcss": "^8.1.7", "postcss-cli": "^8.2.0", "rollup": "^2.33.2", "rollup-plugin-istanbul": "^2.0.1",