From 8a60d5771882c314ab7015c728955f6440b0de1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2020 21:27:27 +0000 Subject: [PATCH] Bump lodash from 3.10.1 to 4.17.19 in /worker Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/3.10.1...4.17.19) Signed-off-by: dependabot[bot] --- worker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/package.json b/worker/package.json index 7d9580e..7035497 100644 --- a/worker/package.json +++ b/worker/package.json @@ -39,7 +39,7 @@ "gulp-duration": "0.0.0", "gulp-plumber": "^1.0.1", "gulp-watch": "^4.3.5", - "lodash": "^3.10.1", + "lodash": "^4.17.19", "moment": "^2.10.6", "mongodb": "^2.1.16", "mongoose": "^4.2.9",