A Professional Template for large GDG events. This project has been designed to continue to be your DevFest/IWD website solution without having to create a new site or Firebase project every year.
The project accrued technical debt and the package versions are seriously behind. To overcome this we'll need to get to recent angular and firebase versions but other packages have to be upgraded as well.
Expected Behavior
Npm install would not report any security vulnerabilities
Current Behavior
Current npm install results in:
found 629 vulnerabilities (5 low, 17 moderate, 605 high, 2 critical)
run `npm audit fix` to fix them, or `npm audit` for details
Possible Solution
Refactoring needs to take place. This will happen in another fork & branch.
Steps to Reproduce
Follow setup steps until npm install
npm install
You'll get the message quoted earlier or similar.
Context (Environment)
Node 10.
Detailed Description
.
Possible Implementation
There's no other way but we should roll up our sleeves and refactor. Simple audit fix could not make it go away (I tried).
The project accrued technical debt and the package versions are seriously behind. To overcome this we'll need to get to recent angular and firebase versions but other packages have to be upgraded as well.
Expected Behavior
Npm install would not report any security vulnerabilities
Current Behavior
Current npm install results in:
Possible Solution
Refactoring needs to take place. This will happen in another fork & branch.
Steps to Reproduce
Context (Environment)
Node 10.
Detailed Description
.
Possible Implementation
There's no other way but we should roll up our sleeves and refactor. Simple audit fix could not make it go away (I tried).