frctl / twig

Use Twig templates with Fractal.
32 stars 34 forks source link

Update package dependencies. #10

Closed Chapabu closed 6 years ago

Chapabu commented 6 years ago

When running npm audit against the current codebase, it throws a relatively large amount of security issues (mostly from Lodash).

This PR updates Lodash to remove those security issues, and also update the Twig package to remove the unmaintained sub-dependency.

Fixes #2 as well as the mentioned security issues.