Merge pull request #1306 from hodgef/dependabot/npm_and_yarn/postcss-8.3.11

Bump postcss from 8.3.10 to 8.3.11
This commit is contained in:
Francisco Hodge 2021-10-22 01:03:38 -07:00 committed by GitHub
commit 19d56f8281
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

@ -11071,9 +11071,9 @@
"dev": true
},
"postcss": {
"version": "8.3.10",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.10.tgz",
"integrity": "sha512-YYfvfUdWx+ECpr5Hgc6XRfsaux8LksL5ey8qTtWiuRXOpOF1YYMwAySdh0nSmwhZAFvvJ6rgiIkKVShu4x2T1Q==",
"version": "8.3.11",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.11.tgz",
"integrity": "sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==",
"dev": true,
"requires": {
"nanoid": "^3.1.30",

View File

@ -61,7 +61,7 @@
"jest": "^26.6.3",
"mini-css-extract-plugin": "^2.4.2",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss": "^8.3.10",
"postcss": "^8.3.11",
"postcss-loader": "^6.2.0",
"prettier": "^2.4.1",
"prettier-webpack-plugin": "^1.2.0",