From 1f8624752331cba9794fd603e63dd7386e6e121f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 12:37:57 +0000 Subject: [PATCH] Bump lodash from 4.17.19 to 4.17.23 in /packages/client Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/package.json b/packages/client/package.json index aaad4ff..e84207d 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -12,7 +12,7 @@ "antd": "^3.19.5", "apollo-boost": "^0.4.7", "graphql": "^14.5.8", - "lodash": "4.17.19", + "lodash": "4.17.23", "react": "^16.8.6", "react-dom": "^16.8.6", "umi": "^2.9.0"