diff --git a/stellar/website/package-lock.json b/stellar/website/package-lock.json index a016e84..64a78fc 100644 --- a/stellar/website/package-lock.json +++ b/stellar/website/package-lock.json @@ -226,9 +226,9 @@ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "media-typer": { "version": "0.3.0", diff --git a/stellar/website/package.json b/stellar/website/package.json index 5e66e8a..68474a0 100644 --- a/stellar/website/package.json +++ b/stellar/website/package.json @@ -20,7 +20,7 @@ "express": "^4.16.4", "express-async-handler": "^1.1.4", "http-errors": "^1.7.1", - "lodash": "^4.17.11", + "lodash": "^4.17.21", "moment": "^2.23.0", "moment-timezone": "^0.5.23", "morgan": "^1.9.1",