Lodash is declared as peer dependency inside components package.
But it's used inside foundations and the declaration of the dependency is missing.
it's imported from here https://github.com/microsoft/fast/blob/0530a4230946d2aee39861001f3deea3b8816038/packages/web-components/fast-foundation/src/menu/menu.ts#L2
but not present in the package.json
https://github.com/microsoft/fast/blob/0530a4230946d2aee39861001f3deea3b8816038/packages/web-components/fast-foundation/package.json#L92