Skip to content

Conversation

@olivier-thatch
Copy link

Hi team,

The lodash dependency is currently pinned to 4.17.21, which has a vulnerability issue in a couple of methods that aren't used in code-connect's codebase (advisory).

This PR replaces the lodash module with individual method modules for the 3 lodash methods used in the codebase:

  • lodash.camelcase
  • lodash.chunk
  • lodash.kebabcase

This should make the package slightly smaller and reduce the chances of needing to bump those packages to keep up with security issues in the future (as it would only be needed if a vulnerability was discovered in those specific method modules rather than anywhere in Lodash's codebase).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant