Skip to content

Commit 5699a7b

Browse files
SESA481467SESA481467
authored andcommitted
fix(security): CVE-2019-10744
src < lodash/lodash#4336 >
1 parent e01f4c5 commit 5699a7b

File tree

2 files changed

+235
-183
lines changed

2 files changed

+235
-183
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@
4949
"typescript": "~3.1.1"
5050
},
5151
"resolutions": {
52-
"tar": ">=4.4.2",
53-
"lodash": ">=4.17.13"
52+
"tar": ">=2.2.2",
53+
"lodash": ">=4.17.13",
54+
"webpack-dev-server": ">=3.1.11",
55+
"lodash.mergewith": ">=4.6.2",
56+
"fstream": ">=1.0.12"
5457
}
5558
}

0 commit comments

Comments
 (0)