This package modifies package-lock.json to force the installation of specified versions of transitive dependencies
This packages modifies package-lock.json to force the installation of specific version of a transitive dependency (dependency of dependency), similar to yarn's [selective dependency resolutions](https://yarnpkg.com/lang/en/docs/selective-version-resolutio
node package to update resolutions automatically after generating the npm audit json file.
``` "scripts": { "preinstall": "npx npm-force-resolutions" } `` > Use it after the
package-lock.json` was generated. [npm-force-resolutions](https://github.com/rogeriochaves/npm-force-resolutions) npm install example-package-name --no-audit
[h