karma-html-reporter
karma-html-reporter copied to clipboard
Update lodash, to address npm audit results
Running npm audit
on a project that uses karma-html-reporter includes output like:
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate │ Prototype Pollution │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ lodash │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ >=4.17.11 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ 80dd5990e7597a6d3477fd57c9c80cb2efe87974eb098711a1cf87cab15… │
│ │ [dev] │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ 80dd5990e7597a6d3477fd57c9c80cb2efe87974eb098711a1cf87cab15… │
│ │ > karma-html-reporter > lodash │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://nodesecurity.io/advisories/782 │
└───────────────┴──────────────────────────────────────────────────────────────┘
If dependency on lodash gets updated, then there'd be no issues reported for karma-html-reporter.
any update on the above mentioned issue?
I see the latest version of lodash has been updated in package.json or source file but its getting overwritten to [email protected] after do npm i karma-html-reporter
I'm getting having the same issues as the mentioned above.
same here, lodash is still on 2.2.1 when installing latest 0.2.7 package
evn after updating lodash version, package version is still 0.2.7.
I'm having the same issue in 0.2.7
, and it's critical now.
Critical Prototype Pollution in lodash
Package lodash
Patched in >=4.17.12
Dependency of karma-html-reporter [dev]
Path karma-html-reporter > lodash
More info https://github.com/advisories/GHSA-jf85-cpcp-j695
More info https://github.com/advisories/GHSA-x5rq-j2xg-h7qm
Any updates on this?
i'm also looking for updates