Skip to content

Commit

Permalink
Merge pull request #1582 from alfonsomthd/fix-cve-webpack-15-compat
Browse files Browse the repository at this point in the history
Bug 2308217: [release-4.15-compatibility] Security: fix webpack version
  • Loading branch information
openshift-merge-bot[bot] authored Oct 8, 2024
2 parents cf5fb85 + 892167d commit 6f97625
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 346 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"typesafe-actions": "^4.2.1",
"typescript": "^4.8",
"victory-core": "^35.4.4",
"webpack": "5.74.0",
"webpack": "5.94.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "4.5.x",
"yup": "^0.32.11"
Expand Down Expand Up @@ -169,6 +169,9 @@
"stylelint-order": "^4.1.0",
"webpack-dev-server": "^4.9.2"
},
"resolutions": {
"webpack": "5.94.0"
},
"engines": {
"node": ">=14.17.0"
},
Expand Down
Loading

0 comments on commit 6f97625

Please sign in to comment.