From b61b9b84da2c3407aa1178b34d028bfdd51b822c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 04:25:21 +0000 Subject: [PATCH] [Security] Bump lodash from 2.4.2 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 2.4.2 to 4.17.21. **This update includes security fixes.** - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/2.4.2...4.17.21) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ce39de..ca632b2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "superagent": "~0.17.0", "async": "~0.2.10", - "lodash": "~2.4.1" + "lodash": "~4.17.21" }, "devDependencies": { "chai": "~1.9.0",