From a4d9bc0431aeee0c683855c31812eb0bd6c639e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 12:26:40 +0200 Subject: [PATCH] Bump postcss from 8.1.14 to 8.2.0 (#32375) Bumps [postcss](https://github.com/postcss/postcss) from 8.1.14 to 8.2.0. - [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.1.14...8.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9339d8cebe..05d3cc53a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8265,9 +8265,9 @@ "optional": true }, "postcss": { - "version": "8.1.14", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.14.tgz", - "integrity": "sha512-KatkyVPBKfENS+c3dpXJoDXnDD5UZs5exAnDksLqaRJPKwYphEPZt4N0m0i049v2/BtWVQibAhxW4ilXXcolpA==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.0.tgz", + "integrity": "sha512-vZ8cb6AlN53hHlnPvR+oj7fA46LU05Ysv7O7sNh1ixQrCbtx+d8/h+5tDER9XAccVhkf3aYskAiWmh0DdjNLbw==", "dev": true, "requires": { "colorette": "^1.2.1", diff --git a/package.json b/package.json index 5ba388459e..f82cb7acc2 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "lockfile-lint": "^4.3.7", "nodemon": "^2.0.6", "npm-run-all": "^4.1.5", - "postcss": "^8.1.14", + "postcss": "^8.2.0", "postcss-cli": "^8.3.0", "rollup": "^2.34.2", "rollup-plugin-istanbul": "^2.0.1",