chore(deps): Remove obsolete lodash-es resolution (#12369)

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 <noreply@anthropic.com>
This commit is contained in:
Tom Moor
2026-05-17 07:35:41 -04:00
committed by GitHub
parent c1010fc410
commit f4e7c43fe4
-1
View File
@@ -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",