Merge pull request #979 from hodgef/dependabot/npm_and_yarn/postcss-8.2.10

This commit is contained in:
dependabot-preview[bot] 2021-04-12 11:18:10 +00:00 committed by GitHub
commit 6629189efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -9880,9 +9880,9 @@
"dev": true "dev": true
}, },
"postcss": { "postcss": {
"version": "8.2.9", "version": "8.2.10",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.9.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.10.tgz",
"integrity": "sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q==", "integrity": "sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==",
"dev": true, "dev": true,
"requires": { "requires": {
"colorette": "^1.2.2", "colorette": "^1.2.2",

View File

@ -60,7 +60,7 @@
"jest": "^26.6.3", "jest": "^26.6.3",
"mini-css-extract-plugin": "^1.4.1", "mini-css-extract-plugin": "^1.4.1",
"optimize-css-assets-webpack-plugin": "^5.0.4", "optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss": "^8.2.9", "postcss": "^8.2.10",
"postcss-loader": "^5.2.0", "postcss-loader": "^5.2.0",
"prettier": "^2.2.1", "prettier": "^2.2.1",
"prettier-webpack-plugin": "^1.2.0", "prettier-webpack-plugin": "^1.2.0",