Bump postcss-safe-parser from 5.0.1 to 5.0.2

Bumps [postcss-safe-parser](https://github.com/postcss/postcss-safe-parser) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/postcss/postcss-safe-parser/releases)
- [Changelog](https://github.com/postcss/postcss-safe-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-safe-parser/compare/5.0.1...5.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-28 22:52:32 +00:00 committed by GitHub
parent 87bf34c2e2
commit f3f611871f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -16182,18 +16182,18 @@
}
},
"postcss-safe-parser": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-5.0.1.tgz",
"integrity": "sha512-UpLghdLWFwyDSdwp0S1lHiCkf+jc/pUWRtC0NTYdYMnickhIpW62MeCKHnoWqGOqDeKHf2vH7NeBjdgGYbnJCw==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-5.0.2.tgz",
"integrity": "sha512-jDUfCPJbKOABhwpUKcqCVbbXiloe/QXMcbJ6Iipf3sDIihEzTqRCeMBfRaOHxhBuTYqtASrI1KJWxzztZU4qUQ==",
"dev": true,
"requires": {
"postcss": "^8.0.4"
"postcss": "^8.1.0"
},
"dependencies": {
"postcss": {
"version": "8.0.5",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.0.5.tgz",
"integrity": "sha512-3rDm6KR0jHstte3aL3ugrCyFA1UXY90SWNwRZ2WTmRf/QpOqM35mm0FrRR+HHZQ5fY9+nXFat1nl2ekYJf0P4w==",
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.1.tgz",
"integrity": "sha512-9DGLSsjooH3kSNjTZUOt2eIj2ZTW0VI2PZ/3My+8TC7KIbH2OKwUlISfDsf63EP4aiRUt3XkEWMWvyJHvJelEg==",
"dev": true,
"requires": {
"colorette": "^1.2.1",

View File

@ -84,7 +84,7 @@
"postcss-loader": "3.0.0",
"postcss-normalize": "9.0.0",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "5.0.1",
"postcss-safe-parser": "5.0.2",
"prettier": "^1.19.1",
"prettier-webpack-plugin": "^1.2.0",
"react": "^16.13.1",