Skip to content

Commit

Permalink
Merge pull request #1568 from alfonsomthd/fix-cve-webpack
Browse files Browse the repository at this point in the history
Security: fix webpack version
  • Loading branch information
openshift-merge-bot[bot] authored Sep 10, 2024
2 parents 00bf9fb + 6b81dac commit 1723e18
Show file tree
Hide file tree
Showing 2 changed files with 269 additions and 215 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"dependencies": {
"@openshift-console/dynamic-plugin-sdk": "1.3.0",
"@openshift-console/dynamic-plugin-sdk-internal": "1.0.0",
"@openshift-console/dynamic-plugin-sdk-webpack": "1.1.0",
"@openshift-console/dynamic-plugin-sdk-webpack": "1.1.1",
"@openshift-console/plugin-shared": "^0.0.1",
"@patternfly/patternfly": "5.0.2",
"@patternfly/react-charts": "7.1.0",
Expand Down Expand Up @@ -117,7 +117,7 @@
"typesafe-actions": "^4.2.1",
"typescript": "^4.8",
"victory-core": "^35.4.4",
"webpack": "5.75.0",
"webpack": "5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "4.5.x",
"yup": "^0.32.11"
Expand Down Expand Up @@ -174,6 +174,7 @@
},
"resolutions": {
"jest-environment-jsdom/jsdom": "^20.0.3",
"webpack": "5.94.0",
"webpack-bundle-analyzer/ws": "^7.5.10",
"webpack-dev-server/ws": "^8.18.0",
"tough-cookie": "^4.1.3"
Expand Down
Loading

0 comments on commit 1723e18

Please sign in to comment.