Skip to content

Commit b15c14e

Browse files
committed
Website: upgrade lodash
Website tests use jsdom, and jsdom transitively depends on lodash. lodash has a security advisory [1]. Let's upgrade lodash to fix the potential security issue. This commit should not change behavior. [1] https://www.npmjs.com/advisories/1673
1 parent dac5b6a commit b15c14e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -705,9 +705,9 @@ lodash.sortby@^4.7.0:
705705
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
706706

707707
lodash@^4.17.19:
708-
version "4.17.20"
709-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
710-
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
708+
version "4.17.21"
709+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
710+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
711711

712712
713713
version "0.3.0"

0 commit comments

Comments
 (0)