chore(deps-dev): bump postcss-nested from 5.0.2 to 5.0.3

Bumps [postcss-nested](https://github.com/postcss/postcss-nested) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/postcss/postcss-nested/releases)
- [Changelog](https://github.com/postcss/postcss-nested/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-nested/compare/5.0.2...5.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-12-14 05:15:15 +00:00
committed by GitHub
parent 6bf8d909df
commit 77882ec841
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6942,9 +6942,9 @@
}
},
"postcss-nested": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.2.tgz",
"integrity": "sha512-ddUGffzocy13jyKzl172kd7IY3puSbGLYDh2UgryYoQWHcpHkOecR6lDnIMgnu+TRVOPajIBqIX9si8a2oRfNg==",
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.3.tgz",
"integrity": "sha512-R2LHPw+u5hFfDgJG748KpGbJyTv7Yr33/2tIMWxquYuHTd9EXu27PYnKi7BxMXLtzKC0a0WVsqHtd7qIluQu/g==",
"dev": true,
"requires": {
"postcss-selector-parser": "^6.0.4"

View File

@@ -54,7 +54,7 @@
"babel-preset-react-app": "^10.0.0",
"cypress": "^6.0.1",
"postcss": "^8.2.1",
"postcss-nested": "^5.0.2",
"postcss-nested": "^5.0.3",
"prettier": "2.2.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",