Skip to content

Commit

Permalink
Update lodash.merge to 4.6.2 (#27)
Browse files Browse the repository at this point in the history
To address a security vulnerability:
lodash/lodash#4336
  • Loading branch information
Leo Kim committed Jul 15, 2019
1 parent 031aa0f commit db5ee51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/enzyme-context/package.json
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@types/lodash.merge": "^4.6.4",
"enzyme-context-utils": "^1.0.2",
"lodash.merge": "^4.6.1",
"lodash.merge": "^4.6.2",
"once": "^1.4.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -5259,10 +5259,10 @@ lodash.keys@^3.0.0:
lodash.isarguments "^3.0.0"
lodash.isarray "^3.0.0"

lodash.merge@^4.6.1:
version "4.6.1"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.1.tgz#adc25d9cb99b9391c59624f379fbba60d7111d54"
integrity sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ==
lodash.merge@^4.6.2:
version "4.6.2"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==

lodash.set@^4.3.2:
version "4.3.2"
Expand Down

0 comments on commit db5ee51

Please sign in to comment.