Bump postcss from 8.5.2 to 8.5.3 (#3227)

This commit is contained in:
yubiuser
2025-02-19 21:47:38 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -39,7 +39,7 @@
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"eslint-plugin-compat": "^6.0.2", "eslint-plugin-compat": "^6.0.2",
"postcss": "^8.5.2", "postcss": "^8.5.3",
"postcss-cli": "^11.0.0", "postcss-cli": "^11.0.0",
"prettier": "^3.5.1", "prettier": "^3.5.1",
"xo": "^0.60.0" "xo": "^0.60.0"
@@ -6136,9 +6136,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.5.2", "version": "8.5.3",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.2.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
"integrity": "sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==", "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {

View File

@@ -27,7 +27,7 @@
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"eslint-plugin-compat": "^6.0.2", "eslint-plugin-compat": "^6.0.2",
"postcss": "^8.5.2", "postcss": "^8.5.3",
"postcss-cli": "^11.0.0", "postcss-cli": "^11.0.0",
"prettier": "^3.5.1", "prettier": "^3.5.1",
"xo": "^0.60.0" "xo": "^0.60.0"