fix: drop bogus direct lodash devDependency that conflicted with override

The rebase added "lodash": "4.18.1" as a direct devDependency alongside
the >=4.18.0 override, which npm rejects with EOVERRIDE during the
headlamp-plugin build step. The plugin source does not import lodash;
the override alone is sufficient to patch the transitive CVE.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-03 22:47:14 +00:00
committed by Gandalf the Greybeard [agent]
parent f3401bbea3
commit 40949dd3b5
-3
View File
@@ -38,9 +38,6 @@ importers:
jsdom:
specifier: ^24.0.0
version: 24.1.3
lodash:
specifier: 4.18.1
version: 4.18.1
notistack:
specifier: ^3.0.0
version: 3.0.2(csstype@3.2.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)