Skip to content

Commit 0f9dbd4

Browse files
committed
fix(CVE-2021-23337, CVE-2020-28500): upgraded lodash
1 parent 858456a commit 0f9dbd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"solhint-plugin-prettier": "^0.0.5"
4444
},
4545
"resolutions": {
46-
"underscore@npm": "^1.13.2"
46+
"underscore@npm": "^1.13.2",
47+
"lodash@npm": "^4.17.21"
4748
},
4849
"commitlint": {
4950
"extends": [

0 commit comments

Comments
 (0)