inter
inter copied to clipboard
Npm install throws vulnerabilities warnings
When installing the package, npm shows following warning..
$ npm i inter --save
npm warn deprecated [email protected]: Deprecated due to CVE-2021-21366 resolved in 0.5.0
added 17 packages, removed 31 packages, and audited 29 packages in 6s
6 vulnerabilities (1 high, 5 critical)
To address issues that do not require attention, run:
npm audit fix
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
It seems while updating following packages, will fix the issues
"async": "^3.2.5",
"cldr": "^7.5.0",
"uglify-js": "^3.18.0",
"underscore": "^1.13.6",
"yargs": "^17.7.2"
PR welcome 🤗