Skip to content

Commit 40876bb

Browse files
committed
fix(security): update lodash to v4.17.19
lodash =< 4.17.15 has a securit issue documented here: https://www.npmjs.com/advisories/1523 This update solves the issue.
1 parent 33f5bb4 commit 40876bb

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
save-prefix="="
2-
audit-whitelist=[1523]
2+
audit-whitelist=[]

package-lock.json

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"fast-json-patch": "=2.2.1",
115115
"isomorphic-form-data": "=2.0.0",
116116
"js-yaml": "=3.14.0",
117-
"lodash": "=4.17.15",
117+
"lodash": "=4.17.19",
118118
"qs": "=6.9.4",
119119
"querystring-browser": "=1.0.4",
120120
"traverse": "=0.6.6",

0 commit comments

Comments
 (0)