ls1intum / prompt

PROMPT is a support tool designed to assist program management in project-based courses
10 stars 1 forks source link

Fixing security relevant dependencies #702

Closed niclasheun closed 2 weeks ago

niclasheun commented 2 weeks ago

Changes

This PR shall fix the outdated dependencies, that might cause a security concern.

Changes on Client side

I fixed all issues that where found by yarn npm audit. I issue remains unsolved (-> see below).

Changes on Server Side

How the changes where tested

I tested all dependency changes locally and manually tested if Prompt still works correctly (due to the non existence of automated tests).

Issues / Open Questions