adaptlearning / adapt-cli

Command line and library interface for the Adapt Framework
https://community.adaptlearning.org/
24 stars 21 forks source link

Remove deprecated json-lint dependency #203

Open taylortom opened 4 months ago

taylortom commented 4 months ago

Subject of the issue/enhancement/features

We have a deprecated dependency in json-lint (no version bumps for 12 years). As far as I can see, it's only used for the logging of JSON errors in lib/util/JSONReadValidate.js.

Ca we get this dependency removed/replaced with something better supported? (happy to do the work if I understand what's needed).

oliverfoster commented 4 months ago

https://github.com/npm/json-parse-even-better-errors ?