Bump postcss from 8.3.1 to 8.3.2

Bumps [postcss](https://github.com/postcss/postcss) from 8.3.1 to 8.3.2.
- [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.3.1...8.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-06-11 08:40:47 +00:00 committed by GitHub
parent 4be73fb6be
commit 1b2e893a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -11256,9 +11256,9 @@
"dev": true
},
"postcss": {
"version": "8.3.1",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.1.tgz",
"integrity": "sha512-9qH0MGjsSm+fjxOi3GnwViL1otfi7qkj+l/WX5gcRGmZNGsIcqc+A5fBkE6PUobEQK4APqYVaES+B3Uti98TCw==",
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.2.tgz",
"integrity": "sha512-y1FK/AWdZlBF5lusS5j5l4/vF67+vQZt1SXPVJ32y1kRGDQyrs1zk32hG1cInRTu14P0V+orPz+ifwW/7rR4bg==",
"dev": true,
"requires": {
"colorette": "^1.2.2",

View File

@ -60,7 +60,7 @@
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.6.0",
"optimize-css-assets-webpack-plugin": "^6.0.0",
"postcss": "^8.3.1",
"postcss": "^8.3.2",
"postcss-loader": "^5.3.0",
"prettier": "^2.3.1",
"prettier-webpack-plugin": "^1.2.0",