Skip to content

Commit ad602fc

Browse files
lmilluccieddyerburgh
authored andcommitted
chore: bump lodash to ^4.17.15 to fix vulnerability (#1297)
Fixes #1275
1 parent 7968540 commit ad602fc

File tree

3 files changed

+207
-163
lines changed

3 files changed

+207
-163
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"flow-bin": "^0.66.0",
5252
"jsdom": "^12.0.0",
5353
"jsdom-global": "^3.0.2",
54-
"karma": "^1.7.0",
54+
"karma": "^3.1.4",
5555
"karma-mocha": "^1.3.0",
5656
"karma-phantomjs-launcher": "^1.0.4",
5757
"karma-sinon-chai": "^2.0.2",

Diff for: packages/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"dom-event-types": "^1.0.0",
42-
"lodash": "^4.17.4",
42+
"lodash": "^4.17.15",
4343
"pretty": "^2.0.0"
4444
}
4545
}

0 commit comments

Comments
 (0)