Skip to content

Commit

Permalink
[kie-issues#1789] CVE fix for path-to-regexp (#2885)
Browse files Browse the repository at this point in the history
Co-authored-by: Aswathi T V <[email protected]>
  • Loading branch information
aswathitv and Aswathi T V authored Jan 30, 2025
1 parent 19a3be9 commit 4670c08
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 47 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.21.1",
"express": "^4.21.2",
"node-fetch": "^3.3.2"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"cors": "^2.8.5",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^5.0.1",
"express": "^4.21.1",
"express": "^4.21.2",
"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.21.1",
"express": "^4.21.2",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^7.0.0",
"graphql": "14.3.1",
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.3",
"cors": "^2.8.5",
"express": "^4.21.1",
"express": "^4.21.2",
"express-rate-limit": "^7.4.0",
"graphql": "14.3.1",
"jest": "^29.7.0",
Expand Down
86 changes: 43 additions & 43 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4670c08

Please sign in to comment.