Bump postcss from 8.3.2 to 8.3.3

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-06-14 09:21:18 +00:00 committed by GitHub
parent 402defe6d6
commit a3c375e77e
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.2",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.2.tgz",
"integrity": "sha512-y1FK/AWdZlBF5lusS5j5l4/vF67+vQZt1SXPVJ32y1kRGDQyrs1zk32hG1cInRTu14P0V+orPz+ifwW/7rR4bg==",
"version": "8.3.3",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.3.tgz",
"integrity": "sha512-gnXd9C4bGKevvlNFd80I8WfxHX+g6MR+W2h19PlDNHUuT9248rHTvCIDeZI3Hvs5mB3gzXiNDwVK3S153WJbZA==",
"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.2",
"postcss": "^8.3.3",
"postcss-loader": "^6.1.0",
"prettier": "^2.3.1",
"prettier-webpack-plugin": "^1.2.0",