From a8acf07909913d2cd981f951dbdfb9c861cad42e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2020 20:18:56 +0000 Subject: [PATCH] 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. - [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[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7f9852c..3e2d37d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "node": ">=0.4.0" }, "dependencies": { - "lodash": "^2.4.1" + "lodash": "^4.17.19" }, "devDependencies": { "bower": "~1.2.8", @@ -56,7 +56,7 @@ "gulp-rimraf": "0.0.8", "gulp-uglify": "~0.1.0", "gulp-util": "~2.2.9", - "lodash": "^2.4.1", + "lodash": "^4.17.19", "open": "~0.0.4", "tiny-lr": "0.0.5" },