chore(deps-dev): bump postcss from 8.2.7 to 8.2.8 (#7100)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-03-18 16:16:11 -07:00
committed by GitHub
parent 9a2b646d23
commit f7caf92141
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -23772,9 +23772,9 @@
"dev": true "dev": true
}, },
"postcss": { "postcss": {
"version": "8.2.7", "version": "8.2.8",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.7.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.8.tgz",
"integrity": "sha512-DsVLH3xJzut+VT+rYr0mtvOtpTjSyqDwPf5EZWXcb0uAKfitGpTY9Ec+afi2+TgdN8rWS9Cs88UDYehKo/RvOw==", "integrity": "sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw==",
"dev": true, "dev": true,
"requires": { "requires": {
"colorette": "^1.2.2", "colorette": "^1.2.2",

View File

@@ -156,7 +156,7 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"oauth2-server": "^2.4.1", "oauth2-server": "^2.4.1",
"open": "^8.0.2", "open": "^8.0.2",
"postcss": "=8.2.7", "postcss": "=8.2.8",
"postcss-loader": "=4.2.0", "postcss-loader": "=4.2.0",
"postcss-preset-env": "=6.7.0", "postcss-preset-env": "=6.7.0",
"prettier": "^2.0.0", "prettier": "^2.0.0",