Skip to content

Commit

Permalink
fix(CVE): explicitly remove body-parser 1.20.2 in favour of 1.20.3 (R…
Browse files Browse the repository at this point in the history
…HIDP-3917) (#1808)

Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt authored Oct 22, 2024
1 parent 217cdc2 commit 7a692e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"scripts": {},
"dependencies": {
"body-parser": "^1.20.2",
"body-parser": "^1.20.3",
"express": "^4.17.3",
"express-promise-router": "^4.1.0",
"http-proxy-middleware": "^2.0.6",
Expand Down

0 comments on commit 7a692e7

Please sign in to comment.