electron-userland / electron-json-storage

:package: Easily write and read user settings in Electron apps
1.43k stars 79 forks source link

update async version #178

Open garasubo opened 2 years ago

garasubo commented 2 years ago

Fix #177

There is a vulnerability in Async through 3.2.1 (https://github.com/advisories/GHSA-fwr7-v2mv-hh25). The vulnerable method seems not used in the probject, but this will help reduce warning messages from npm audit. Also update jshint, which also depends on old async library.