Skip to content

Commit

Permalink
fix(deps): pin dependency lodash.get to 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 9, 2020
1 parent ea13417 commit 964b913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"i18next": "19.7.0",
"i18next-browser-languagedetector": "6.0.1",
"lodash.difference": "4.5.0",
"lodash.get": "^4.4.2",
"lodash.get": "4.4.2",
"lodash.intersection": "4.4.0",
"lodash.union": "4.6.0",
"lodash.xor": "4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7927,7 +7927,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c"
integrity sha1-nMtOUF1Ia5FlE0V3KIWi3yf9AXw=

lodash.get@^4.4.2:
[email protected]:
version "4.4.2"
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
Expand Down

0 comments on commit 964b913

Please sign in to comment.