Skip to content

Commit

Permalink
NO-ISSUE: upgrade express to version 4.21.0 (fixes CVE-2024-43796) (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed Sep 13, 2024
1 parent c50e10c commit 8d67ff7
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 44 deletions.
2 changes: 1 addition & 1 deletion packages/cors-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.19.2",
"express": "^4.21.0",
"node-fetch": "^3.3.1"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"cors": "^2.8.5",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^5.0.1",
"express": "^4.19.2",
"express": "^4.21.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"https-browserify": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-tools-process-dev-ui-webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"cors": "^2.8.5",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^5.0.1",
"express": "^4.19.2",
"express": "^4.21.0",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^7.0.0",
"graphql": "14.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-tools-task-console-webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^5.0.1",
"express": "^4.19.2",
"express": "^4.21.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"https-browserify": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sonataflow-dev-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"babel-jest": "^25.5.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"express": "^4.21.0",
"express-rate-limit": "^7.4.0",
"graphql": "14.3.1",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 8d67ff7

Please sign in to comment.