Skip to content

Commit 08ace66

Browse files
committed
fix(security): force lodash > 4.17.20 - CVE-2020-8203
TODO: Longer term we should take care to upgrade the top level dependencies instead (as patched releases become available) Fixes #1918 Signed-off-by: Peter Somogyvari <[email protected]>
1 parent 43d591d commit 08ace66

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
"resolutions": {
146146
"ansi-html": ">0.0.8",
147147
"glob-parent": "5.1.2",
148+
"lodash": "4.17.20",
148149
"underscore": "1.13.2"
149150
}
150151
}

yarn.lock

+4-9
Original file line numberDiff line numberDiff line change
@@ -15465,15 +15465,10 @@ lodash.zipobject@^4.1.3:
1546515465
resolved "https://registry.yarnpkg.com/lodash.zipobject/-/lodash.zipobject-4.1.3.tgz#b399f5aba8ff62a746f6979bf20b214f964dbef8"
1546615466
integrity sha1-s5n1q6j/YqdG9peb8gshT5ZNvvg=
1546715467

15468-
15469-
version "4.17.19"
15470-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
15471-
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
15472-
15473-
[email protected], [email protected], lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0:
15474-
version "4.17.21"
15475-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
15476-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
15468+
[email protected], [email protected], [email protected], [email protected], lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0:
15469+
version "4.17.20"
15470+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
15471+
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
1547715472

1547815473
log-driver@^1.2.7:
1547915474
version "1.2.7"

0 commit comments

Comments
 (0)