From 5250f5ce38f5a70a8020af1cbca40f2e5ff81ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:03:48 +0000 Subject: [PATCH] chore(deps): bump lodash-es from 4.17.21 to 4.17.23 in /client Bumps [lodash-es](https://github.com/lodash/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-es dependency-version: 4.17.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index d05afb9fd5..92b1793520 100644 --- a/client/package.json +++ b/client/package.json @@ -62,7 +62,7 @@ "jquery": "^3.7.1", "jquery-ui": "^1.13.3", "js-cookie": "^3.0.5", - "lodash-es": "^4.17.21", + "lodash-es": "^4.17.23", "mirror-creator": "1.1.0", "moment": "^2.30.1", "moment-timezone": "^0.5.44", diff --git a/client/yarn.lock b/client/yarn.lock index d722fc4f01..fb89736c5b 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -8888,10 +8888,10 @@ locate-path@^6.0.0: dependencies: p-locate "^5.0.0" -lodash-es@^4.17.15, lodash-es@^4.17.21: - version "4.17.21" - resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee" - integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw== +lodash-es@^4.17.15, lodash-es@^4.17.21, lodash-es@^4.17.23: + version "4.17.23" + resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.23.tgz#58c4360fd1b5d33afc6c0bbd3d1149349b1138e0" + integrity sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg== lodash.assignwith@^4.2.0: version "4.2.0"