Bump postcss-safe-parser from 5.0.0 to 5.0.1

Bumps [postcss-safe-parser](https://github.com/postcss/postcss-safe-parser) from 5.0.0 to 5.0.1.
- [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.0...5.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-17 06:54:16 +00:00 committed by GitHub
parent 7f6cee8518
commit 63af684e2b
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

@ -16158,18 +16158,18 @@
}
},
"postcss-safe-parser": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-5.0.0.tgz",
"integrity": "sha512-aIX7poYIGRtp+Yr/ntAcIG+nTZpnPnQpHhG0Qbf0d91EBQnKS3cfl8cgUwvq+cot8Zhn5+dC+XpcGRWPET+xdA==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-5.0.1.tgz",
"integrity": "sha512-UpLghdLWFwyDSdwp0S1lHiCkf+jc/pUWRtC0NTYdYMnickhIpW62MeCKHnoWqGOqDeKHf2vH7NeBjdgGYbnJCw==",
"dev": true,
"requires": {
"postcss": "^8.0.2"
"postcss": "^8.0.4"
},
"dependencies": {
"postcss": {
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.0.3.tgz",
"integrity": "sha512-nJR5mHJuiizWhF1DqVDy6RdeFbyA1Pakcl4wp4VwppKoAZLafPhS7X/rjeUgk3LdQWYQNxyixzbCbcIAbhsCTA==",
"version": "8.0.5",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.0.5.tgz",
"integrity": "sha512-3rDm6KR0jHstte3aL3ugrCyFA1UXY90SWNwRZ2WTmRf/QpOqM35mm0FrRR+HHZQ5fY9+nXFat1nl2ekYJf0P4w==",
"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.0",
"postcss-safe-parser": "5.0.1",
"prettier": "^1.19.1",
"prettier-webpack-plugin": "^1.2.0",
"react": "^16.13.1",