Skip to content

Commit

Permalink
Improper input validation in PostCSS
Browse files Browse the repository at this point in the history
Signed-off-by: Gowtham Shanmugasundaram <[email protected]>
  • Loading branch information
GowthamShanmugam authored and openshift-cherrypick-robot committed Dec 12, 2024
1 parent 8643916 commit a47e384
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 925 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,18 +174,19 @@
"mochawesome-merge": "^4.2.0",
"prettier": "2.3.2",
"read-pkg": "5.x",
"stylelint": "^13.13.1",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"stylelint": "^16.11.0",
"stylelint-config-sass-guidelines": "^12.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"webpack-dev-server": "^5.1.0"
},
"resolutions": {
"webpack": "^5.96.1",
"webpack-bundle-analyzer/ws": "^7.5.10",
"webpack-dev-server/express": "^4.21.0",
"tough-cookie": "^4.1.3",
"cross-spawn": "^7.0.6"
"cross-spawn": "^7.0.6",
"postcss": "^8.4.49"
},
"engines": {
"node": ">=20.x"
Expand Down
Loading

0 comments on commit a47e384

Please sign in to comment.