From 41e16152011f934d65d8688269e3c1d6a37b84fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2020 18:30:57 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.20 in /client Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.20. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.20) Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 857902f8..8daee0ca 100644 --- a/client/package.json +++ b/client/package.json @@ -55,7 +55,7 @@ "html-webpack-plugin": "^3.2.0", "jest": "^24.1.0", "koa-connect": "^2.0.1", - "lodash": "4.17.11", + "lodash": "4.17.20", "node-sass": "^4.11.0", "owl.carousel": "^2.3.4", "path": "^0.12.7",