Skip to content

Commit

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

Resolve security issues for the `express` dependency across the
workspaces and as a dependency of a dependency.

Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
  • Loading branch information
sjd78 authored Aug 2, 2024
1 parent 83bcb89 commit 67004b0
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 37 deletions.
119 changes: 84 additions & 35 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 @@ -23,10 +23,14 @@
"devDependencies": {
"concurrently": "^8.0.1",
"copyfiles": "^2.4.1",
"express": "^4.19.2",
"rimraf": "^4.4.1"
},
"overrides": {
"follow-redirects": "^1.15.6",
"webpack-dev-middleware": "^5.3.4"
"webpack-dev-middleware": "^5.3.4",
"webpack-dev-server": {
"express": "$express"
}
}
}
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"client": "*",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.7",
"express": "^4.17.3",
"express": "^4.19.2",
"http-proxy-middleware": "^2.0.2",
"http-terminator": "^3.2.0"
},
Expand Down

0 comments on commit 67004b0

Please sign in to comment.