Skip to content

Commit 592e282

Browse files
committed
Fix new npm vulnerability (postcss).
This is the same one that the dependabot made a pull request to main for except updates to the latest version of `postcss`.
1 parent 217789f commit 592e282

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

htdocs/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

htdocs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"autoprefixer": "^10.4.21",
2525
"chokidar": "^4.0.3",
2626
"cssnano": "^7.1.0",
27-
"postcss": "^8.5.6",
27+
"postcss": "^8.5.12",
2828
"prettier": "^3.6.2",
2929
"rtlcss": "^4.3.0",
3030
"sass": "^1.90.0",

0 commit comments

Comments
 (0)