Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

(fix) Updated dependencies per npm audit. #13

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

Conversation

adamjaffeback
Copy link

@adamjaffeback adamjaffeback commented Aug 29, 2018

Background

karma-angular-filesort has 1 security vulnerability in the code dependencies and two (one critical) vulnerability in the dev dependencies. See #12. This is the output of npm audit:

screen shot 2018-08-29 at 2 27 21 pm

Solution

All tests pass with npm test:

screen shot 2018-08-29 at 2 25 28 pm

Release Notes

Upon merge, please bump the package version to 1.0.3 and:

Thank you!

@adamjaffeback
Copy link
Author

Travis previously failed because older Node.js versions (v0.10 and v0.12) are not supported by most recent version of Mocha:

Mocha currently requires Node.js v6.x or newer.

Fixed by updating .travis.yml to test on Node.js v6.9.4.

@bersLucas
Copy link

+1. This fixes any application that depends on this from encountering errors when they run yarn audit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants