Skip to content

Commit 7375966

Browse files
VinodhiniVbcoe
authored andcommitted
fix(deps): updated the lodash version to fix vulnerability (#39)
1 parent 2faec10 commit 7375966

File tree

2 files changed

+24
-18
lines changed

2 files changed

+24
-18
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yargs-unparser",
33
"description": "Converts back a yargs argv object to its original array form",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"keywords": [
66
"yargs",
77
"unparse",
@@ -59,7 +59,7 @@
5959
},
6060
"dependencies": {
6161
"flat": "^4.1.0",
62-
"lodash": "^4.17.11",
62+
"lodash": "^4.17.15",
6363
"yargs": "^12.0.5"
6464
}
6565
}

0 commit comments

Comments
 (0)