From f4e7c43fe440b5b30e0abfa16880ce2349169236 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 17 May 2026 07:35:41 -0400 Subject: [PATCH] chore(deps): Remove obsolete lodash-es resolution (#12369) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `lodash-es@npm:4.17.23` resolution targeted a specific descriptor that is no longer requested by any package — only `lodash-es: ^4.17.21` appears in the dependency tree now, which resolves naturally to 4.18.1. Removing the resolution produces no change in yarn.lock. All other resolutions still prevent regressions (yarn install would install a strictly lower version without them) or serve as project-pin dedupe targets retained for compatibility, matching the rationale from the prior audit in #12304. Co-authored-by: Claude --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e82aa4ee10..41606375a6 100644 --- a/package.json +++ b/package.json @@ -388,7 +388,6 @@ "ip-address@npm:10.1.0": "^10.2.0", "minimatch@npm:9.0.1": "9.0.9", "lodash@npm:4.17.21": "^4.18.1", - "lodash-es@npm:4.17.23": "^4.18.1", "i18next-parser/i18next": "^23.16.8" }, "version": "1.7.1",