zallek / swagger-diff

Compute the diff between two swagger API specifications.
https://zallek.github.io/swagger-diff/
58 stars 30 forks source link

update dependency on json-schema-ref-parser to avoid EOL phantomjs in dependency tree #37

Open jokeyrhyme opened 1 year ago

jokeyrhyme commented 1 year ago

I'm having trouble installing this in a project that is using Node.js 18.x and newer due to errors installing/detecting phantomjs (which is EOL), and I can see that https://github.com/zallek/json-schema-ref-parser/commit/8197f1932a8e536a0c3a4f7d29c7667e24b3bc01 specifically removes phantomjs

Please update the dependency to a new enough version of json-schema-ref-parser to no longer include phantomjs in the dependency tree