JustinGOSSES / wellio.js

JavaScript for converting well-log standard .las file format to json format
https://justingosses.github.io/wellio.js/
MIT License
34 stars 5 forks source link

Update package-lock.json : ajv-cli, minimist #45

Closed dcslagel closed 4 years ago

dcslagel commented 4 years ago

This issue is to track a maintenance update of package-lock.json with the following items

  1. Fix Github action builds: ajv-cli is in package.json but package-lock.json needs to be updated to included for the Github action builds to pass https://github.com/JustinGOSSES/wellio.js/actions/runs/47506000 Ajv-cli is used in validating the wellio jsonschema.

  2. minimist prototype pollution vunerability. Update minimist version to 1.2.5.