Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix npm audit warnings #800

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

fix npm audit warnings #800

wants to merge 3 commits into from

Commits on Jun 5, 2018

  1. fix npm audit warnings on macOS

    npm install --dev mocha@5.2.0
    npm install --dev ws@5.2.0
    npm install debug@3.1.0
    npm remove --dev jshint
    don committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    c010635 View commit details
    Browse the repository at this point in the history
  2. testing on Linux, re-add jshint

    This adds low severity warning about lodash https://nodesecurity.io/advisories/577
    jshint has fixed this so it will be available in a future release jshint/jshint@e0b4e91
    don committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    c2c18be View commit details
    Browse the repository at this point in the history
  3. remove Node 0.8, 0.10, and 0.12

    don committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    1ee6a14 View commit details
    Browse the repository at this point in the history