From 6702586ccea36ea9e5b1466ed7d2057c0a7c9740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:29:52 +0000 Subject: [PATCH] Bump lodash from 4.11.1 to 4.17.21 in /client Bumps [lodash](https://github.com/lodash/lodash) from 4.11.1 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.11.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 245522e..62c375c 100644 --- a/client/package.json +++ b/client/package.json @@ -26,7 +26,7 @@ "firebase": "^2.4.2", "front-matter": "^2.0.7", "immutable": "3.8.1", - "lodash": "4.11.1", + "lodash": "4.17.21", "react": "15.0.1", "react-dom": "^15.0.1", "react-proxy-loader": "0.3.4",