Skip to content

Commit 40a984d

Browse files
authored
Bump express for CVE (#2141)
* Bump express for CVE Signed-off-by: Derek Ho <[email protected]> * Update body-parser Signed-off-by: Derek Ho <[email protected]> --------- Signed-off-by: Derek Ho <[email protected]>
1 parent 9d0c35c commit 40a984d

File tree

2 files changed

+89
-131
lines changed

2 files changed

+89
-131
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"glob-parent": "^5.1.2",
5454
"debug": "^4.3.4",
5555
"ejs": "^3.1.10",
56-
"express": "^4.19.2",
57-
"braces": "^3.0.3"
56+
"express": "^4.21.1",
57+
"braces": "^3.0.3",
58+
"body-parser": "^1.20.3"
5859
}
5960
}

0 commit comments

Comments
 (0)