From cbe7f17319feaf28dd31cd60d03975b01e276747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:36:20 +0000 Subject: [PATCH] Bump lodash from 4.13.1 to 4.17.21 in /client Bumps [lodash](https://github.com/lodash/lodash) from 4.13.1 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.13.1...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... 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 be04c14..341788f 100644 --- a/client/package.json +++ b/client/package.json @@ -25,7 +25,7 @@ "babel-runtime": "^6.9.2", "es6-promise": "^3.2.1", "immutable": "^3.8.1", - "lodash": "4.13.1", + "lodash": "4.17.21", "react": "15.2.1", "react-dom": "15.2.1", "react-localization": "0.0.3",