From 0ec43c8bb78a172edcf519ff02896249b67f0824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 09:42:52 +0000 Subject: [PATCH] Bump postcss from 8.2.7 to 8.2.8 Bumps [postcss](https://github.com/postcss/postcss) from 8.2.7 to 8.2.8. - [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.7...8.2.8) 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 7832072..4249d32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7780,9 +7780,9 @@ "dev": true }, "postcss": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.7.tgz", - "integrity": "sha512-DsVLH3xJzut+VT+rYr0mtvOtpTjSyqDwPf5EZWXcb0uAKfitGpTY9Ec+afi2+TgdN8rWS9Cs88UDYehKo/RvOw==", + "version": "8.2.8", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.8.tgz", + "integrity": "sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw==", "dev": true, "requires": { "colorette": "^1.2.2", diff --git a/package.json b/package.json index 5630271..0ed9774 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/react-calendar": "^3.1.4", "@types/uuid": "^8.3.0", "jest": "^26.6.3", - "postcss": "^8.2.7", + "postcss": "^8.2.8", "postcss-flexbugs-fixes": "^5.0.2", "postcss-preset-env": "^6.7.0", "swr": "^0.5.3",