Add npm-shrinkwrap.json on every release

Add npm-shrinkwrap.json on every release. This will ensure nobody gets hacked because of updates from transient dependencies during global installs as it will lock all dependencies like a package-lock would, but for consumers.

Node-RED releases don't have a node-shrinkwrap.json yet.

Apparently only occurs for local file/folder installs so should still be good for normal installs:

1 Like

Good catch