jest-community / jest-editor-support

A module for handling editor to jest integration
MIT License
28 stars 21 forks source link

Fix security vulnerability #80

Closed connectdotz closed 3 years ago

connectdotz commented 3 years ago

in order to address security vulnerability, upgraded most dependencies except the following:

The upgrade of jest-snapshot brought in a breaking change that buildSnapshotResolver has become an async call. Therefore made some change in Snapshot.js.

Also fixed some eslint error and config due to upgrade.