Skip to content

Commit 0023958

Browse files
brettstackLinusU
authored andcommitted
fix: lodash Node Security warning (#482)
https://nodesecurity.io/advisories/577
1 parent 40d8dab commit 0023958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"fs-extra": "^1.0.0",
8484
"glob": "7.1.1",
8585
"inquirer": "1.2.3",
86-
"lodash": "4.17.2",
86+
"lodash": "4.17.5",
8787
"minimist": "1.2.0",
8888
"opencollective": "1.0.3",
8989
"path-exists": "2.1.0",
@@ -110,4 +110,4 @@
110110
"type": "opencollective",
111111
"url": "https://opencollective.com/commitizen"
112112
}
113-
}
113+
}

0 commit comments

Comments
 (0)