From 3e3fa0048fe87da950ec6db0f1e675f5c4c893b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 07:10:01 +0000 Subject: [PATCH] build(deps): bump postcss from 8.1.14 to 8.2.1 Bumps [postcss](https://github.com/postcss/postcss) from 8.1.14 to 8.2.1. - [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.1) Signed-off-by: dependabot[bot] --- 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 2c2c12f447506..b57983cf14602 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5313,9 +5313,9 @@ "dev": 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.1", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.1.tgz", + "integrity": "sha512-RhsqOOAQzTgh1UB/IZdca7F9WDb7SUCR2Vnv1x7DbvuuggQIpoDwjK+q0rzoPffhYvWNKX5JSwS4so4K3UC6vA==", "requires": { "colorette": "^1.2.1", "nanoid": "^3.1.20", diff --git a/package.json b/package.json index 8bde4d371b223..4733455a58d79 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "ncp": "^2.0.0", "node-version-data": "^1.1.0", "npm-run-all": "^4.1.5", - "postcss": "^8.1.14", + "postcss": "^8.2.1", "sass": "^1.29.0", "semver": "^7.3.4", "strftime": "^0.10.0"