Skip to content

Commit

Permalink
Update lodash version for fixing security vulnerability (#13289)
Browse files Browse the repository at this point in the history
* Update lodash version for fixing security vulnerability

* Update yarn.lock
  • Loading branch information
trinangkur committed May 10, 2021
1 parent 1d54419 commit 5ae3a6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -61,7 +61,7 @@
"husky": "^3.0.0",
"jest": "^26.6.1",
"lint-staged": "^9.2.0",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"mergeiterator": "^1.2.5",
"prettier": "^2.2.1",
"rollup": "^2.47.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -5644,7 +5644,7 @@ __metadata:
husky: ^3.0.0
jest: ^26.6.1
lint-staged: ^9.2.0
lodash: ^4.17.20
lodash: ^4.17.21
mergeiterator: ^1.2.5
prettier: ^2.2.1
rollup: ^2.47.0
Expand Down Expand Up @@ -10942,7 +10942,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.19, lodash@npm:^4.17.20, lodash@npm:^4.17.4":
"lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.19, lodash@npm:^4.17.21, lodash@npm:^4.17.4":
version: 4.17.21
resolution: "lodash@npm:4.17.21"
checksum: 4983720b9abca930a4a46f18db163d7dad8dd00dbed6db0cc7b499b33b717cce69f80928b27bbb1ff2cbd3b19d251ee90669a8b5ea466072ca81c2ebe91e7468
Expand Down

0 comments on commit 5ae3a6c

Please sign in to comment.