tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.83k stars 917 forks source link

cypress package version updated #440

Closed cveld closed 5 years ago

cveld commented 5 years ago

What:

Due to a malicious dependency flatmap-stream within cypress 3.1.1 we had to update package.json to cypress 3.1.2 or higher which has fixed this vulnerability (see https://github.com/cypress-io/cypress/issues/2861).

Closes #437

tomastrajan commented 5 years ago

@cveld thank you very much for your contribution!

tomastrajan commented 5 years ago

@cveld please consider adding yourself as a contributor by running npm run contributors:add -- cveld code,bug and npm contributors:generate. Cheers!