microsoft / vscode-extension-vscode

The vscode NPM module. Deprecated in favor of @types/vscode and vscode-test.

Home Page:https://www.npmjs.com/package/vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update mocha dependency

egamma opened this issue · comments

npm audit reports critical issue (see below) that can be addressed by updating the devDependency to the latest mocha version.

 Critical        Command Injection
  Package         growl
  Dependency of   mocha [dev]
  Path            mocha > growl
  More info       https://nodesecurity.io/advisories/146

If someone wants to provide a PR, the challenge is to keep our test running experience compatible with the update of Mocha.

Looks good to me now, probably mocha was updated:

image