Skip to content

Fixing scenarios where npm audit fixes something that was updated

Choose a tag to compare

@neverendingqs neverendingqs released this 10 Jul 02:52
· 20 commits to master since this release
e2d6013

There are certain scenarios where npm-check-updates modifies a dependency that npm audit fix wants to change as well. This is resolved by updating the package lock file first before running npm audit fix.