Skip to content

Commit

Permalink
🐛 Upgrade express dependency
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 and
common workspaces to resolve security issues.

Signed-off-by: Scott J Dickerson <[email protected]>
  • Loading branch information
sjd78 committed Aug 1, 2024
1 parent 154a4e4 commit 8664495
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 21 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": {}
}
}
Loading

0 comments on commit 8664495

Please sign in to comment.