Brain-up / brn

The idea of this project is to design and make a web-application (with scientist cooperation) which would contained series of special audio trainings to support people with central auditory skills deficit to allow them to train them to listen better.
https://brainup.site
Creative Commons Zero v1.0 Universal
59 stars 26 forks source link

[UI Angular] Update dependencies reported by "npm audit" #2531

Open naXa777 opened 10 months ago

naXa777 commented 10 months ago

see "Frontend admin / test (pull_request)" https://github.com/Brain-up/brn/actions/runs/6631326300/job/18014616479?pr=2527

image

ElenaSpb commented 10 months ago

is it about update Angular version and its dependencies ?

naXa777 commented 10 months ago

@ElenaSpb, it's closely related. Most likely the "npm audit" job will stop failing after the Angular and its dependencies update. But if not, need to review the "npm audit" output carefully and identify which other dependencies require an updade.

Also, npm audit is known to produce false alerts (see https://overreacted.io/npm-audit-broken-by-design/ for details). I don't say that you should stop using it, but I would definitely check the configuration with which it runs.