mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user