From d866bc31d6365960c4b16796f623a49c2b4f6747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Feb 2021 22:58:46 +0000 Subject: [PATCH] build(deps): bump postcss from 8.2.3 to 8.2.6 Bumps [postcss](https://github.com/postcss/postcss) from 8.2.3 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.2.3...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 ee1203e2689a2..0b0bd048afeb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5493,9 +5493,9 @@ "dev": true }, "postcss": { - "version": "8.2.5", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.5.tgz", - "integrity": "sha512-wMcb7BpDcm3gxQOQx46NDNT36Kk0Ao6PJLLI2ed5vehbbbxCEuslSQzbQ2sfSKy+gkYxhWcGWSeaK+gwm4KIZg==", + "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 716ad8a7834ea..87fa2f8fa1332 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.2.5", + "postcss": "^8.2.6", "sass": "^1.32.2", "semver": "^7.3.4", "strftime": "^0.10.0"