Bump postcss to 8.5.13 for Dependabot alert #83
Some checks failed
Build and Test / Secret Scan (push) Has been cancelled
Build and Test / Frontend & Backend (push) Has been cancelled
Core E2E Tests / Playwright Core E2E (push) Has been cancelled

Bumps frontend-modern's direct postcss dependency from ^8.4.0 to ^8.5.13 and refreshes package-lock.json so the default branch resolves postcss@8.5.13.

Addresses GHSA-qx2v-qp2m-jg93 / Dependabot alert #83.
This commit is contained in:
rcourtman 2026-05-01 19:53:37 +01:00
parent 354a8973d8
commit 0028fd0bf2
2 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@
"eslint-plugin-solid": "file:vendor/eslint-plugin-solid",
"globals": "^17.3.0",
"jsdom": "^24.1.0",
"postcss": "^8.4.0",
"postcss": "^8.5.13",
"prettier": "^3.3.0",
"tailwindcss": "^3.4.18",
"typescript": "^5.3.0",
@ -4273,9 +4273,9 @@
}
},
"node_modules/postcss": {
"version": "8.5.8",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
"integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
"version": "8.5.13",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.13.tgz",
"integrity": "sha512-qif0+jGGZoLWdHey3UFHHWP0H7Gbmsk8T5VEqyYFbWqPr1XqvLGBbk/sl8V5exGmcYJklJOhOQq1pV9IcsiFag==",
"dev": true,
"funding": [
{

View file

@ -51,7 +51,7 @@
"eslint-plugin-solid": "file:vendor/eslint-plugin-solid",
"globals": "^17.3.0",
"jsdom": "^24.1.0",
"postcss": "^8.4.0",
"postcss": "^8.5.13",
"prettier": "^3.3.0",
"tailwindcss": "^3.4.18",
"typescript": "^5.3.0",