angular-schule / angular-cli-ghpages

🚀 Deploy your 🅰️Angular app to GitHub pages, Cloudflare Pages or any other Git repo directly from the Angular CLI! Available on NPM.
https://www.npmjs.com/package/angular-cli-ghpages
MIT License
951 stars 96 forks source link

Critical severity vulnerability when using angular-cli-ghpages@1.0.6 #185

Open isahann opened 4 months ago

isahann commented 4 months ago

Installed the latest version of this package, and running npm audit shows that it is using a version of gh-pages with vulnerabilities:

image

Is there any fix planned for this?

fmalcher commented 4 months ago

Thanks for the report! We should upgrade the gh-pages dependency to the latest version. PRs are appreciated! 🙂

isahann commented 4 months ago

Opened a pull request for it. Please check #186.