Skip to content

Security Warnings for Dependencies (Github + NPM) #271

Description

@djsiroky

As I've been reviewing and testing in MC, both GitHub and NPM have been giving me security warnings. I spent a little time checking out the items NPM reported from running npm audit. They are:

  • Update socket.io to ^2.2.0 from ^1.4.6 See this comment about breaking changes, which do not appear to affect this repo
  • Replace jade with pug (jade is deprecated and pug is the next version of it)
  • Downstream upgrades to dependencies on eslint (a devDependency)
  • Bower update to ^1.8.8 from ^1.8.4

I've started implementing them on security-audit-fixes.

The items that GitHub is reporting are mostly client-side libraries that are actually being tracked by the repo and may warrant a whole other discussion on removing those.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions