Skip to content

Commit 5036e8e

Browse files
Merge pull request #405 from vikram-raj/cherry-pick-398-to-release-v1.15.x
[release-v1.15.x] SRVKP-7508,SRVKP-7509,SRVKP-7510,SRVKP-7511,SRVKP-7512,SRVKP-7513: Fix CVEs
2 parents ced16c1 + 1b083cf commit 5036e8e

File tree

2 files changed

+3130
-4805
lines changed

2 files changed

+3130
-4805
lines changed

package.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@patternfly/react-topology": "5.2.1",
3939
"@testing-library/react": "^12.1.2",
4040
"@types/enzyme": "3.10.x",
41-
"@types/jest": "^27.0.3",
41+
"@types/jest": "^29.5.14",
4242
"@types/lodash-es": "4.17.x",
4343
"@types/node": "^18.0.0",
4444
"@types/react": "^17.0.37",
@@ -48,7 +48,7 @@
4848
"@typescript-eslint/eslint-plugin": "^5.14.0",
4949
"@typescript-eslint/parser": "^5.14.0",
5050
"cache-loader": "^4.1.0",
51-
"copy-webpack-plugin": "^6.4.1",
51+
"copy-webpack-plugin": "^13.0.0",
5252
"css-loader": "^6.7.1",
5353
"cypress": "^11.0.1",
5454
"cypress-multi-reporters": "^1.6.2",
@@ -61,7 +61,8 @@
6161
"formik": "2.0.3",
6262
"fuzzysearch": "1.0.x",
6363
"i18next-parser": "^3.11.0",
64-
"jest": "^27.4.5",
64+
"jest": "30.0.0-alpha.7",
65+
"jest-environment-jsdom": "^29.7.0",
6566
"jest-junit": "^16.0.0",
6667
"js-base64": "^2.5.1",
6768
"mocha-junit-reporter": "^2.2.0",
@@ -71,7 +72,6 @@
7172
"pluralize": "^8.0.0",
7273
"popper.js": "^1.16.1",
7374
"prettier": "^2.7.1",
74-
"prettier-stylelint": "^0.4.2",
7575
"react": "^17.0.1",
7676
"react-copy-to-clipboard": "5.x",
7777
"react-dnd": "^9.4.0",
@@ -88,20 +88,19 @@
8888
"@patternfly/react-virtualized-extension": "5.1.0",
8989
"react-router-dom": "5.3.x",
9090
"react-router-dom-v5-compat": "^6.11.2",
91-
"resolve-url-loader": "2.x",
91+
"resolve-url-loader": "5.0.0",
9292
"sass": "^1.42.1",
9393
"sass-loader": "^10.1.1",
9494
"style-loader": "^3.3.1",
95-
"stylelint": "^15.3.0",
95+
"stylelint": "16.12.0",
9696
"stylelint-config-standard": "^31.0.0",
9797
"thread-loader": "^3.0.4",
98-
"ts-jest": "^27.1.1",
98+
"ts-jest": "^29.3.1",
9999
"ts-loader": "^9.3.1",
100100
"ts-node": "^10.9.1",
101101
"typescript": "^4.7.4",
102-
"webpack": "5.75.0",
103-
"webpack-cli": "^4.9.2",
104-
"webpack-dev-server": "^4.15.1"
102+
"webpack-cli": "^5.1.4",
103+
"webpack-dev-server": "^5.2.0"
105104
},
106105
"consolePlugin": {
107106
"name": "pipelines-console-plugin",
@@ -134,6 +133,10 @@
134133
"dependencies": {
135134
"@types/express": "^4.17.18",
136135
"classnames": "^2.3.2",
137-
"lodash-es": "^4.17.21"
136+
"lodash-es": "^4.17.21",
137+
"micromatch": "4.0.8"
138+
},
139+
"resolutions": {
140+
"webpack": "5.94.0"
138141
}
139142
}

0 commit comments

Comments
 (0)