From f5a4d9be3eb063107f7310d65d24c3fbd1edf17c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 06:36:51 +0000 Subject: [PATCH] build(deps): bump postcss from 8.1.14 to 8.2.6 Bumps [postcss](https://github.com/postcss/postcss) from 8.1.14 to 8.2.6. - [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.6) 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..684ace610383c 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.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.6.tgz", + "integrity": "sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==", "requires": { "colorette": "^1.2.1", "nanoid": "^3.1.20", diff --git a/package.json b/package.json index 8bde4d371b223..a97789468c52e 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.6", "sass": "^1.29.0", "semver": "^7.3.4", "strftime": "^0.10.0"