Note: I edited the package-lock.json manually because I could not manage to regenerate it with "lockfileVersion": 1, even with an old version of Node.js (v6.17.1). I can commit an update pacage-lockjson in "lockfileVersion": 2, if that's better.
Also, sadly, an old version of debug still appears as a Mocha dependency, but only in the devDependencies, which is an improvment.
Note: I edited the package-lock.json manually because I could not manage to regenerate it with
"lockfileVersion": 1
, even with an old version of Node.js (v6.17.1). I can commit an update pacage-lockjson in"lockfileVersion": 2
, if that's better.Also, sadly, an old version of
debug
still appears as a Mocha dependency, but only in the devDependencies, which is an improvment.