From 63a19c71df5f3c5c454db724894f9aab1a33a714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2019 18:43:31 +0000 Subject: [PATCH] Bump lodash from 3.10.1 to 4.17.15 in /server Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/3.10.1...4.17.15) Signed-off-by: dependabot[bot] --- server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/package.json b/server/package.json index dc25b5c..9286f41 100644 --- a/server/package.json +++ b/server/package.json @@ -7,7 +7,7 @@ "body-parser": "^1.12.2", "express": "^4.12.3", "jwt-simple": "^0.3.0", - "lodash": "^3.6.0", + "lodash": "^4.17.15", "moment": "^2.10.2", "mongoose": "^4.0.1", "morgan": "^1.5.2",