Merge pull request #9 from ivuorinen/renovate/postcss-8.x

Update dependency postcss to v8.4.6
This commit is contained in:
2022-02-10 14:03:29 +02:00
committed by GitHub
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.31",
"mix-tailwindcss": "^1.3.0",
"postcss": "^8.3.8",
"postcss": "8.4.6",
"postcss-import": "^14.0.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.42.1",
@@ -7700,14 +7700,14 @@
}
},
"node_modules/postcss": {
"version": "8.4.5",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.5.tgz",
"integrity": "sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==",
"version": "8.4.6",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.6.tgz",
"integrity": "sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==",
"dev": true,
"dependencies": {
"nanoid": "^3.1.30",
"nanoid": "^3.2.0",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.1"
"source-map-js": "^1.0.2"
},
"engines": {
"node": "^10 || ^12 || >=14"
@@ -16908,14 +16908,14 @@
}
},
"postcss": {
"version": "8.4.5",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.5.tgz",
"integrity": "sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==",
"version": "8.4.6",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.6.tgz",
"integrity": "sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==",
"dev": true,
"requires": {
"nanoid": "^3.1.30",
"nanoid": "^3.2.0",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.1"
"source-map-js": "^1.0.2"
}
},
"postcss-calc": {

View File

@@ -25,7 +25,7 @@
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.31",
"mix-tailwindcss": "^1.3.0",
"postcss": "^8.3.8",
"postcss": "8.4.6",
"postcss-import": "^14.0.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.42.1",