From 050a4e11a8c649c3a5aa93ecb2356ac3e06bbd3a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2020 04:33:25 +0000 Subject: [PATCH] [Security] Bump lodash from 2.4.2 to 4.17.19 Bumps [lodash](https://github.com/lodash/lodash) from 2.4.2 to 4.17.19. **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.19) 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..5ea5225 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.19" }, "devDependencies": { "chai": "~1.9.0",