How to use this
node auditResolutions.js
This will print some output that looks like this –
{"css-select@npm:2.1.0/nth-check":">=2.0.1"}
{"css-select@npm:4.1.3/nth-check":">=2.0.1"}
Simply paste this in your package.json
–
{
"name": "my-project",
+ "resolutions": {
+ "css-select@npm:2.1.0/nth-check": ">=2.0.1",
+ "css-select@npm:4.1.3/nth-check": ">=2.0.1"
+ }
}