Skip to content

Commit 80b308c

Browse files
authored
[1.3] Backport CVE fixes to 1.3 branch (#2152)
Signed-off-by: Craig Perkins <[email protected]>
1 parent 2bb8a47 commit 80b308c

File tree

2 files changed

+357
-729
lines changed

2 files changed

+357
-729
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@
2727
"**/loader-utils": "^2.0.4",
2828
"decode-uri-component": "^0.2.1",
2929
"debug": "^4.3.4",
30-
"browserify-sign": "^4.2.2"
30+
"ejs": "^3.1.10",
31+
"browserify-sign": "^4.2.2",
32+
"express": "^4.21.1",
33+
"braces": "^3.0.3",
34+
"body-parser": "^1.20.3",
35+
"micromatch": "^4.0.8"
3136
},
3237
"devDependencies": {
3338
"@elastic/eslint-import-resolver-kibana": "link:../../packages/osd-eslint-import-resolver-opensearch-dashboards",

0 commit comments

Comments
 (0)