The package-lock file that is upgraded here sounds like a good maintenance thing to do. It would be good to amend the commit message to just something like "upgrade packages". As this is effectively the node/npm equivalent of upgrading requirements.txt in python i.e. pip-compile requirements.in --upgrade . Thanks
The package-lock file that is upgraded here sounds like a good maintenance thing to do. It would be good to amend the commit message to just something like "upgrade packages". As this is effectively the node/npm equivalent of upgrading
requirements.txt
in python i.e.pip-compile requirements.in --upgrade
. Thanks