Merge pull request #973 from wbkd/dependabot/npm_and_yarn/main/postcss-8.2.7

This commit is contained in:
dependabot-preview[bot]
2021-03-08 05:35:55 +00:00
committed by GitHub
2 changed files with 14 additions and 10 deletions
+13 -9
View File
@@ -36,7 +36,7 @@
"autoprefixer": "^10.2.5",
"babel-preset-react-app": "^10.0.0",
"cypress": "^6.6.0",
"postcss": "^8.2.6",
"postcss": "^8.2.7",
"postcss-cli": "^8.3.1",
"postcss-nested": "^5.0.5",
"prettier": "2.2.1",
@@ -7844,17 +7844,21 @@
}
},
"node_modules/postcss": {
"version": "8.2.6",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.6.tgz",
"integrity": "sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==",
"version": "8.2.7",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.7.tgz",
"integrity": "sha512-DsVLH3xJzut+VT+rYr0mtvOtpTjSyqDwPf5EZWXcb0uAKfitGpTY9Ec+afi2+TgdN8rWS9Cs88UDYehKo/RvOw==",
"dev": true,
"dependencies": {
"colorette": "^1.2.1",
"colorette": "^1.2.2",
"nanoid": "^3.1.20",
"source-map": "^0.6.1"
},
"engines": {
"node": "^10 || ^12 || >=14"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
}
},
"node_modules/postcss-calc": {
@@ -18378,12 +18382,12 @@
}
},
"postcss": {
"version": "8.2.6",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.6.tgz",
"integrity": "sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==",
"version": "8.2.7",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.7.tgz",
"integrity": "sha512-DsVLH3xJzut+VT+rYr0mtvOtpTjSyqDwPf5EZWXcb0uAKfitGpTY9Ec+afi2+TgdN8rWS9Cs88UDYehKo/RvOw==",
"dev": true,
"requires": {
"colorette": "^1.2.1",
"colorette": "^1.2.2",
"nanoid": "^3.1.20",
"source-map": "^0.6.1"
},
+1 -1
View File
@@ -55,7 +55,7 @@
"autoprefixer": "^10.2.5",
"babel-preset-react-app": "^10.0.0",
"cypress": "^6.6.0",
"postcss": "^8.2.6",
"postcss": "^8.2.7",
"postcss-cli": "^8.3.1",
"postcss-nested": "^5.0.5",
"prettier": "2.2.1",