briebug / jest-schematic

Angular schematic for adding Jest and the required files to an Angular CLI project
MIT License
322 stars 38 forks source link

address lodash vulnerabilities in dependency `schematics-core` #108

Closed Shereef closed 2 years ago

Shereef commented 2 years ago

Describe the bug Lodash has many vulnerabilities and they all go away if we merge https://github.com/schuchard/ng-schematics/pull/36 To Reproduce Steps to reproduce the behavior:

  1. npm install or enable @dependabot

Expected behavior Merge https://github.com/schuchard/ng-schematics/pull/36 and mitigate security risks

Additional context I have published https://www.npmjs.com/package/@npmtmp/jest-schematic until this is resolved

Shereef commented 2 years ago

https://github.com/schuchard/ng-schematics/pull/36 was merged and this is no longer necessary