Skip to content

Commit 92eb48f

Browse files
committed
Forward port CVE fixes to main branch
Signed-off-by: Derek Ho <dxho@amazon.com>
1 parent e6d2127 commit 92eb48f

File tree

2 files changed

+71
-617
lines changed

2 files changed

+71
-617
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@
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",
59+
"micromatch": "^4.0.8"
5860
}
5961
}

0 commit comments

Comments
 (0)