broccolijs / broccoli

Browser compilation library – an asset pipeline for applications that run in the browser
https://broccoli.build
MIT License
3.33k stars 217 forks source link

Update ansi-html to v0.0.8 #501

Open gorner opened 1 year ago

gorner commented 1 year ago

Resolves #492.

Z-Zhao commented 3 months ago

Please accept this pull request. My npm audit report looks very bad because of the ansi-html vulnerability.

gorner commented 3 months ago

@Z-Zhao Unfortunately this project seems to have remained dormant as the Ember community has shifted their focus to building out Embroider as the eventual replacement for Broccoli.

For now I would recommend specifying the updated version as an override in your package.json. Assuming you're using (a modern version of) NPM, this would be:

"overrides": {
  "ansi-html": "^0.0.8"
}

(If you're using Yarn, use "resolutions" instead of "overrides".)