Merge pull request #770 from wbkd/dependabot/npm_and_yarn/main/postcss-nested-5.0.3

This commit is contained in:
dependabot-preview[bot]
2020-12-14 05:19:29 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -6985,9 +6985,9 @@
} }
}, },
"postcss-nested": { "postcss-nested": {
"version": "5.0.2", "version": "5.0.3",
"resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.2.tgz", "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.3.tgz",
"integrity": "sha512-ddUGffzocy13jyKzl172kd7IY3puSbGLYDh2UgryYoQWHcpHkOecR6lDnIMgnu+TRVOPajIBqIX9si8a2oRfNg==", "integrity": "sha512-R2LHPw+u5hFfDgJG748KpGbJyTv7Yr33/2tIMWxquYuHTd9EXu27PYnKi7BxMXLtzKC0a0WVsqHtd7qIluQu/g==",
"dev": true, "dev": true,
"requires": { "requires": {
"postcss-selector-parser": "^6.0.4" "postcss-selector-parser": "^6.0.4"
+1 -1
View File
@@ -54,7 +54,7 @@
"babel-preset-react-app": "^10.0.0", "babel-preset-react-app": "^10.0.0",
"cypress": "^6.0.1", "cypress": "^6.0.1",
"postcss": "^8.2.1", "postcss": "^8.2.1",
"postcss-nested": "^5.0.2", "postcss-nested": "^5.0.3",
"prettier": "2.2.1", "prettier": "2.2.1",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react": "^17.0.1", "react": "^17.0.1",