mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-04-15 21:57:09 +08:00
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:
parent
7f6cee8518
commit
63af684e2b
14
package-lock.json
generated
14
package-lock.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user