Closed karuppiah7890 closed 3 years ago
Describe the bug npm audit says that there are some vulnerabilities in the front end app that need to be fixed and can be fixed
npm audit
To Reproduce Steps to reproduce the behavior:
cd frontend
$ npm audit # npm audit report yargs-parser <=13.1.1 || 14.0.0 - 15.0.0 || 16.0.0 - 18.1.1 Prototype Pollution - https://npmjs.com/advisories/1500 fix available via `npm audit fix --force` Will install stylelint-config-rational-order@0.0.4, which is a breaking change node_modules/stylelint-config-rational-order/node_modules/yargs-parser meow 5.0.0 - 6.0.1 Depends on vulnerable versions of yargs-parser node_modules/stylelint-config-rational-order/node_modules/meow stylelint 9.2.1 - 12.0.1 Depends on vulnerable versions of meow node_modules/stylelint-config-rational-order/node_modules/stylelint stylelint-config-rational-order >=0.1.0 Depends on vulnerable versions of stylelint node_modules/stylelint-config-rational-order 4 low severity vulnerabilities To address all issues (including breaking changes), run: npm audit fix --force
Expected behavior No vulnerabilities in the front end app
Extra information
Thanks for reporting this issue. Closing the issue now since this has been fixed in the recent change.
Describe the bug
npm audit
says that there are some vulnerabilities in the front end app that need to be fixed and can be fixedTo Reproduce Steps to reproduce the behavior:
cd frontend
npm audit
Expected behavior No vulnerabilities in the front end app
Extra information