Merge pull request #2151 from pi-hole/dependabot/npm_and_yarn/devel/postcss-8.4.12

Bump postcss from 8.4.8 to 8.4.12
This commit is contained in:
Adam Warner
2022-03-19 18:23:24 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2757,9 +2757,9 @@
"dev": true
},
"postcss": {
"version": "8.4.8",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz",
"integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==",
"version": "8.4.12",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz",
"integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==",
"dev": true,
"requires": {
"nanoid": "^3.3.1",

View File

@@ -26,7 +26,7 @@
"devDependencies": {
"autoprefixer": "^10.4.4",
"eslint-plugin-compat": "^4.0.2",
"postcss": "^8.4.8",
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
"prettier": "2.6.0",
"xo": "^0.48.0"