build(deps-dev): bump postcss from 8.5.3 to 8.5.4 (#3498)

This commit is contained in:
yubiuser
2025-06-07 17:11:42 +02:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -38,7 +38,7 @@
"devDependencies": {
"autoprefixer": "^10.4.21",
"eslint-plugin-compat": "^6.0.2",
"postcss": "^8.5.3",
"postcss": "^8.5.4",
"postcss-cli": "^11.0.1",
"prettier": "^3.5.3",
"xo": "^0.60.0"
@@ -6917,9 +6917,9 @@
}
},
"node_modules/postcss": {
"version": "8.5.3",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
"integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
"version": "8.5.4",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.4.tgz",
"integrity": "sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==",
"dev": true,
"funding": [
{
@@ -6937,7 +6937,7 @@
],
"license": "MIT",
"dependencies": {
"nanoid": "^3.3.8",
"nanoid": "^3.3.11",
"picocolors": "^1.1.1",
"source-map-js": "^1.2.1"
},
+1 -1
View File
@@ -54,7 +54,7 @@
"devDependencies": {
"autoprefixer": "^10.4.21",
"eslint-plugin-compat": "^6.0.2",
"postcss": "^8.5.3",
"postcss": "^8.5.4",
"postcss-cli": "^11.0.1",
"prettier": "^3.5.3",
"xo": "^0.60.0"