jhnns / rewire

Easy monkey-patching for node.js unit tests
MIT License
3.08k stars 127 forks source link

Security Issue with js-yaml coming from es-lint #172

Closed myappci closed 4 years ago

myappci commented 5 years ago

Hello,

currently an outdated eslint version is used containing "js-yaml": "^3.9.1" with a security issue. Can you please update eslint version.

https://github.com/nodeca/js-yaml/pull/480#issue-267877885

rensbaardman commented 5 years ago

This is a duplicate of https://github.com/jhnns/rewire/issues/166.

There is already a PR for this (https://github.com/jhnns/rewire/pull/159), but it has been a while since the last PR was merged. If you really want to get rid of the warning right now, I have a fork with updated dependencies (and some other slight improvements) which you could use.

clsk commented 5 years ago

Is this library not being maintained/supported any longer?

cjancsar commented 5 years ago

@clsk it does not appear so.