springernature / shunter

A Node.js application built to read JSON and translate it into HTML
GNU Lesser General Public License v3.0
237 stars 28 forks source link

Pin yargs to version 7.1.0 #328

Closed josebolos closed 4 years ago

josebolos commented 4 years ago

The yargs team released a version 7.1.1 with a version of yargs-parser that seems to cause an error at startup:

args.hasOwnProperty is not a function

This commit fixed the yargs version to 7.1.0, which should fix these errors for everyone.