From 6d48d582775b19a5226e8a8534d79b4696e02416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 01:34:06 +0000 Subject: [PATCH] chore(deps): bump lodash-es from 4.17.21 to 4.17.23 in /ui 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] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 78538b9f485b4..19017c5873916 100644 --- a/ui/package.json +++ b/ui/package.json @@ -27,7 +27,7 @@ "history": "^4.7.2", "js-yaml": "^4.1.1", "json-merge-patch": "^0.2.3", - "lodash-es": "^4.17.21", + "lodash-es": "^4.17.23", "minimatch": "^3.1.2", "moment": "^2.29.4", "monaco-editor": "^0.33.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 7e6a9ab82613d..41369da343caa 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -6460,10 +6460,10 @@ locate-path@^6.0.0: dependencies: p-locate "^5.0.0" -lodash-es@^4.17.21, lodash-es@^4.2.1: - 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.23, lodash-es@^4.2.1: + 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.memoize@4.x: version "4.1.2"