From 55a506f41223d8f0a6dbdb9c99ebda83937206d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 12:13:07 +0000 Subject: [PATCH] Bump lodash from 3.10.1 to 4.17.19 in /server 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] --- server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/package.json b/server/package.json index c17baba..09e8b31 100644 --- a/server/package.json +++ b/server/package.json @@ -50,7 +50,7 @@ "gulp-usemin": "^0.3.24", "jshint": "2.6.0", "jshint-stylish": "1.0.0", - "lodash": "3.10.1", + "lodash": "4.17.19", "loopback": "2.31.0", "loopback-boot": "2.16.0", "loopback-component-explorer": "2.2.0",