Update dev dependencies#70
Conversation
|
@egoist can i do something to get this PR merged ? 😉 |
|
I put a yarn lock file on this repo about a year ago so the dev pipeline wouldn't bust. When I clone fresh today and run When I run Which of these two systems would you place your faith in knowing NPM added lock files in response to Yarn and not because they felt it was important enough to prioritize early? Given this repo only has any dev deps I don't see a strong need to merge unless active development begins. But we can leave this here for now. Thanks for the pull. |
Good point. I haven't used Yarn for quite some time now. |
This PR updates the dependencies so that critical security issues are fixed. (Discovered by
npm audit)Along this change it was necessary to update the
gulpfile.jsso that it is compatible with the newer Gulp api.