You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fresh install of the project dependencies ends with a little blurb about dependency vulnerabilities:
added 1079 packages from 1531 contributors and audited 9518 packages in 33.813s
found 6 vulnerabilities (1 low, 5 moderate)
run `npm audit fix` to fix them, or `npm audit`for details
The full output of npm audit is as follows (and rather long, see details), but the audit suggests a key take-away:
# Run npm install --save-dev karma@3.0.0 to resolve 6 vulnerabilities
SEMVER WARNING: Recommended action is a potentially breaking change
It seems like upgrading the karma dev dependency resolves all of the issues identified in the audit.
The breaking change between the 2.x and 3.x branches seems to be dropping Nodejs4 support but no other major changes, so this should be a pretty straight-forward upgrade.
The text was updated successfully, but these errors were encountered:
@0xazure thanks for reporting this. Would you be willing to send a pull request with an update to our karma version in package.json? Let me know if you need any help with that.
Uh oh!
There was an error while loading. Please reload this page.
A fresh install of the project dependencies ends with a little blurb about dependency vulnerabilities:
The full output of
npm audit
is as follows (and rather long, see details), but the audit suggests a key take-away:# Run npm install --save-dev karma@3.0.0 to resolve 6 vulnerabilities SEMVER WARNING: Recommended action is a potentially breaking change
It seems like upgrading the
karma
dev dependency resolves all of the issues identified in the audit.The breaking change between the
2.x
and3.x
branches seems to be dropping Nodejs4 support but no other major changes, so this should be a pretty straight-forward upgrade.The text was updated successfully, but these errors were encountered: