From c8a67f6526bf8a3be709b846aa56867915cfd0d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 07:23:46 +0000 Subject: [PATCH] Update lodash requirement from ~2.4.1 to ~4.17.15 Updates the requirements on [lodash](https://github.com/lodash/lodash) to permit the latest version. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/2.4.1...4.17.15) 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..92a98b7 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.15" }, "devDependencies": { "chai": "~1.9.0",