Skip to content

Commit 8c63027

Browse files
fix: update lodash
Update lodash to its latest version in order to fix a vulnerability issue. Update to latest common lib, where a fix for unit tests with Node.js 10 is applied.
1 parent 2463279 commit 8c63027

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

npm-shrinkwrap.json

+9-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"ios-sim-portable": "4.0.2",
4747
"jimp": "0.2.28",
4848
"lockfile": "1.0.3",
49-
"lodash": "4.13.1",
49+
"lodash": "4.17.10",
5050
"log4js": "1.0.1",
5151
"marked": "0.3.12",
5252
"marked-terminal": "2.0.0",
@@ -89,6 +89,7 @@
8989
"@types/chokidar": "1.6.0",
9090
"@types/color": "3.0.0",
9191
"@types/lockfile": "1.0.0",
92+
"@types/lodash": "4.14.116",
9293
"@types/node": "6.0.61",
9394
"@types/ora": "1.3.3",
9495
"@types/qr-image": "3.2.0",

0 commit comments

Comments
 (0)