jpgoelz / AdventOfCode

This contains my efforts to completing the AdventOfCode puzzles.
1 stars 0 forks source link

Security alert: webpack-dev-server #12

Closed jpgoelz closed 5 years ago

jpgoelz commented 5 years ago

GitHub shows a security alert (only to the owner of the repository) for the webpack-dev-server in frontend/package-lock.json. The severity is low and maybe we can ignore it.

webpack-dev-server

jpgoelz commented 5 years ago

AOC-012: Security alert: webpack-dev-server

jpgoelz commented 5 years ago

This has been resolved in PR https://github.com/basseur/AdventOfCode/pull/19.

jpgoelz commented 5 years ago

AOC-018: Clean up Frontend and add missing tests