Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Fix vulnerable dependencies #2880

Closed
wants to merge 3 commits into from
Closed

Fix vulnerable dependencies #2880

wants to merge 3 commits into from

Conversation

jnikles
Copy link

@jnikles jnikles commented Dec 30, 2019

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Update lodash dependency due to npm audit warnings. Had to adjust .each loops primarily, since binding is not support in anymore 4.x, using arrow functions instead.

  • What is the current behavior? (You can also link to an open issue here)
    Gekko runs correctly

  • What is the new behavior (if this is a feature change)?
    no new behavior introduced. Tests pass

  • Other information:

  • introduce arrow functions in _.each
  • replace _.first(, ) with _.slice
  • adjust variable names here an there

@jnikles
Copy link
Author

jnikles commented Dec 30, 2019

have to do some manual checks on top before this is ready

@jnikles jnikles closed this Dec 30, 2019
@jnikles jnikles deleted the fix-vulnerable-dependencies branch June 29, 2020 08:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant