chore(deps-dev): bump postcss from 8.2.6 to 8.2.7

This commit is contained in:
dependabot[bot]
2021-03-04 00:46:14 -05:00
committed by GitHub
parent 0f092e56af
commit 49172eb5e2
2 changed files with 13 additions and 5 deletions

16
package-lock.json generated
View File

@@ -23929,14 +23929,22 @@
"dev": true
},
"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"
},
"dependencies": {
"colorette": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz",
"integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==",
"dev": true
}
}
},
"postcss-attribute-case-insensitive": {

View File

@@ -157,7 +157,7 @@
"npm-run-all": "^4.1.5",
"oauth2-server": "^2.4.1",
"open": "^7.4.2",
"postcss": "=8.2.6",
"postcss": "=8.2.7",
"postcss-loader": "=4.2.0",
"postcss-preset-env": "=6.7.0",
"prettier": "^2.0.0",