From 639c57c1727e58415a694d7b859e6308de1ae421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2020 18:19:52 +0000 Subject: [PATCH] chore(deps): bump lodash in /src/client/shared/state/containers/chat Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.20) Signed-off-by: dependabot[bot] --- src/client/shared/state/containers/chat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/shared/state/containers/chat/package.json b/src/client/shared/state/containers/chat/package.json index 51f037cc9..9149df736 100644 --- a/src/client/shared/state/containers/chat/package.json +++ b/src/client/shared/state/containers/chat/package.json @@ -12,7 +12,7 @@ "@omega-core/utils": "^0.4.0", "rxjs": "6.5.2", "redux-observable": "1.1.0", - "lodash": "4.17.15" + "lodash": "4.17.20" }, "devDependencies": { "redux-mock-store": "1.5.3",