chore(deps): update dependency postcss to v8.4.11

This commit is contained in:
Renovate Bot
2022-03-16 03:57:00 +00:00
committed by renovate[bot]
parent af1d823807
commit 10d97bebaa
2 changed files with 18 additions and 12 deletions

28
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"engine.io": "6.1.3",
"laravel-mix": "6.0.43",
"mix-tailwindcss": "1.3.0",
"postcss": "8.4.8",
"postcss": "8.4.11",
"postcss-import": "14.0.2",
"resolve-url-loader": "5.0.0",
"sass": "1.49.9",
@@ -7553,10 +7553,20 @@
}
},
"node_modules/postcss": {
"version": "8.4.8",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz",
"integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==",
"version": "8.4.11",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.11.tgz",
"integrity": "sha512-D+jFLnT0ilGfy4CVBGbC+XE68HkVpT8+CUkDrcSpgxmo4RKco2uaZ4kIoyVGEm+m8KN/+Vwgs8MtpNbQ3/ma9w==",
"dev": true,
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/postcss"
}
],
"dependencies": {
"nanoid": "^3.3.1",
"picocolors": "^1.0.0",
@@ -7564,10 +7574,6 @@
},
"engines": {
"node": "^10 || ^12 || >=14"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
}
},
"node_modules/postcss-calc": {
@@ -16431,9 +16437,9 @@
}
},
"postcss": {
"version": "8.4.8",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz",
"integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==",
"version": "8.4.11",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.11.tgz",
"integrity": "sha512-D+jFLnT0ilGfy4CVBGbC+XE68HkVpT8+CUkDrcSpgxmo4RKco2uaZ4kIoyVGEm+m8KN/+Vwgs8MtpNbQ3/ma9w==",
"dev": true,
"requires": {
"nanoid": "^3.3.1",

View File

@@ -29,7 +29,7 @@
"engine.io": "6.1.3",
"laravel-mix": "6.0.43",
"mix-tailwindcss": "1.3.0",
"postcss": "8.4.8",
"postcss": "8.4.11",
"postcss-import": "14.0.2",
"resolve-url-loader": "5.0.0",
"sass": "1.49.9",