Skip to content

Commit

Permalink
Merge pull request red-hat-storage#1767 from openshift-cherrypick-rob…
Browse files Browse the repository at this point in the history
…ot/cherry-pick-1765-to-release-4.18-compatibility

Bug DFBUGS-1168: [release-4.18-compatibility] [CVE] Improper input validation in PostCSS
  • Loading branch information
openshift-merge-bot[bot] authored Dec 16, 2024
2 parents 8643916 + a47e384 commit 66cc5d3
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 66cc5d3

Please sign in to comment.