Skip to content

Commit 4db0a8e

Browse files
Merge pull request #3794 from NativeScript/vladimirov/fix-lodash-vulnerability
fix: update lodash
2 parents 2aeef9e + 8c63027 commit 4db0a8e

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)