Skip to content

Commit

Permalink
🐛 [backport release-0.3] Upgrade express dependency (#2036) (#2040)
Browse files Browse the repository at this point in the history
Resolves: https://issues.redhat.com/browse/MTA-2934

Upgrade the `express` dependency in the server workspace to resolve
security issues.

Signed-off-by: Scott J Dickerson <[email protected]>
Signed-off-by: Cherry Picker <[email protected]>
  • Loading branch information
konveyor-ci-bot[bot] authored Aug 2, 2024
1 parent 575ad2d commit 3960388
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 36 deletions.
7 changes: 3 additions & 4 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@
"*.{css,json,md,yaml,yml}": "prettier --write"
},
"dependencies": {
"ejs": "^3.1.7",
"express": "^4.17.3",
"ejs": "^3.1.10",
"express": "^4.19.2",
"http-proxy-middleware": "^2.0.6"
},
"devDependencies": {}
}
}
53 changes: 26 additions & 27 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"express": "^4.19.2",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -74,6 +75,9 @@
"typescript": "^5.1.6"
},
"overrides": {
"follow-redirects": "^1.15.6"
"follow-redirects": "^1.15.6",
"webpack-dev-server": {
"express": "$express"
}
}
}
7 changes: 3 additions & 4 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
},
"dependencies": {
"cookie-parser": "^1.4.6",
"ejs": "^3.1.7",
"express": "^4.17.3",
"ejs": "^3.1.10",
"express": "^4.19.2",
"http-proxy-middleware": "^2.0.6",
"http-terminator": "^3.2.0"
},
"devDependencies": {}
}
}

0 comments on commit 3960388

Please sign in to comment.