From 9cbc39e839eca0860c4949ba7165aea44fcfb37a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 10:24:39 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.21 in /stellar/website Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21) Signed-off-by: dependabot[bot] --- stellar/website/package-lock.json | 6 +++--- stellar/website/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",