From 0b09978a805f6696ee4e84201a07fbbe6c1b1d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:58:08 +0000 Subject: [PATCH] build(deps): bump lodash Bumps the npm_and_yarn group with 1 update in the /client directory: [lodash](https://github.com/lodash/lodash). Updates `lodash` from 4.17.21 to 4.17.23 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production dependency-group: npm_and_yarn ... 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 bea300a5..231d91df 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "immer": "^9.0.12", "invariant": "^2.2.4", "jwt-decode": "^3.1.2", - "lodash": "4.17.21", + "lodash": "4.17.23", "mini-css-extract-plugin": "^2.1.0", "minimist": "1.2.6", "moment": "^2.29.1",