Skip to content

Commit bf1468b

Browse files
Merge pull request #1578 from openshift-cherrypick-robot/cherry-pick-1568-to-release-4.16
Bug 2308218: [release-4.16] Security: fix webpack version
2 parents 2374c9d + 313fbbc commit bf1468b

File tree

2 files changed

+269
-215
lines changed

2 files changed

+269
-215
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"dependencies": {
6060
"@openshift-console/dynamic-plugin-sdk": "1.3.0",
6161
"@openshift-console/dynamic-plugin-sdk-internal": "1.0.0",
62-
"@openshift-console/dynamic-plugin-sdk-webpack": "1.1.0",
62+
"@openshift-console/dynamic-plugin-sdk-webpack": "1.1.1",
6363
"@openshift-console/plugin-shared": "^0.0.1",
6464
"@patternfly/patternfly": "5.0.2",
6565
"@patternfly/react-charts": "7.1.0",
@@ -116,7 +116,7 @@
116116
"typesafe-actions": "^4.2.1",
117117
"typescript": "^4.8",
118118
"victory-core": "^35.4.4",
119-
"webpack": "5.75.0",
119+
"webpack": "5.94.0",
120120
"webpack-bundle-analyzer": "^4.10.2",
121121
"webpack-cli": "4.5.x",
122122
"yup": "^0.32.11"
@@ -173,6 +173,7 @@
173173
},
174174
"resolutions": {
175175
"jest-environment-jsdom/jsdom": "^20.0.3",
176+
"webpack": "5.94.0",
176177
"webpack-bundle-analyzer/ws": "^7.5.10",
177178
"webpack-dev-server/ws": "^8.18.0"
178179
},

0 commit comments

Comments
 (0)