Skip to content

Commit

Permalink
Merge pull request #3568 from weaveworks/update-lodash
Browse files Browse the repository at this point in the history
fix CVE-2018-16487 (lodash vulnerability)
  • Loading branch information
Daniel Holbach authored Feb 11, 2019
2 parents 0c3f565 + febe9b6 commit 055608a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"immutable": "3.8.2",
"json-stable-stringify": "1.0.1",
"lcp": "1.1.0",
"lodash": "4.17.10",
"lodash": "4.17.11",
"materialize-css": "0.98.1",
"moment": "2.21.0",
"page": "1.7.1",
Expand Down
6 changes: 3 additions & 3 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5078,9 +5078,9 @@ lodash.uniq@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"

[email protected].10:
version "4.17.10"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
[email protected].11:
version "4.17.11"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"

lodash@^3.10.0:
version "3.10.1"
Expand Down

0 comments on commit 055608a

Please sign in to comment.