From ed1b387910387f115f1e2387484bb47bbac98688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 19:58:54 +0000 Subject: [PATCH] Bump lodash from 4.15.0 to 4.17.15 in /src/client Bumps [lodash](https://github.com/lodash/lodash) from 4.15.0 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.15.0...4.17.15) 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..b295bb3 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.15", "node-sass": "3.9.0", "npm": "3.10.6", "object-assign": "4.1.0",