jsonresume / resume-cli

CLI tool to easily setup a new resume 📑
https://jsonresume.org
MIT License
4.55k stars 379 forks source link

Switch from jsonlint to jsonlint-mod #687

Closed lost-RD closed 9 months ago

lost-RD commented 2 years ago

jsonlint-mod: https://www.npmjs.com/package/jsonlint-mod

jsonlint is no longer maintained, see the issue tracker: https://github.com/zaach/jsonlint/issues

jsonlint depends on nomnom. As per https://www.npmjs.com/package/nomnom, nomnom is deprecated. nomnom has active security flaws because it is tied to a flawed version of underscore.

jsonlint-mod is a fork that has moved away from nomnom.

SethFalco commented 9 months ago

Hey! Thanks for making the suggestion.

JSON Lint is no longer used in resume-cli, so the dependency was dropped, so this is no longer necessary.