soundcloud / chunk-manifest-webpack-plugin

Allows exporting a manifest that maps entry chunk names to their output files, instead of keeping the mapping inside the webpack bootstrap.
MIT License
395 stars 73 forks source link

Add package-lock.json #61

Closed bruderstein closed 6 years ago

bruderstein commented 6 years ago

Security Update: Add package-lock.json

Following a recent incident we are attempting to update all projects using node to node 8 and ensure all libraries have a package-lock.json. Whilst this will only affect developers of the library itself, it does add some small mitigations for thesee types of incidents.

What you need to do now?

As long as this is just a library, there's nothing really to test, just merge this PR and be thankful for the additional safety.