inter icon indicating copy to clipboard operation
inter copied to clipboard

Npm install throws vulnerabilities warnings

Open rab1 opened this issue 1 year ago • 1 comments

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"

rab1 avatar Jun 26 '24 09:06 rab1

PR welcome 🤗

papandreou avatar Jun 26 '24 11:06 papandreou