From 78b5fe0a06740e967604919c93bfcf480af5342e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2020 21:54:56 +0000 Subject: [PATCH] Bump lodash from 4.15.0 to 4.17.19 in /src/client Bumps [lodash](https://github.com/lodash/lodash) from 4.15.0 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.15.0...4.17.19) Signed-off-by: dependabot[bot] --- src/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/package.json b/src/client/package.json index b26e151..dff39cd 100644 --- a/src/client/package.json +++ b/src/client/package.json @@ -25,7 +25,7 @@ "axios": "0.14.0", "class-autobind": "0.1.4", "humanize-plus": "1.8.2", - "lodash": "4.15.0", + "lodash": "4.17.19", "node-sass": "3.9.0", "npm": "3.10.6", "object-assign": "4.1.0",