Security fix for ws dependency.
This needs to be tested thoroughly before merging. This seems to have gotten rid of 3 high security vulnerabilities by upgrading the ws dependency that karma uses. Please spot check this before committing to master branch.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
"grunt-newer": "^1.2.0",
|
||||
"grunt-ng-annotate": "^3.0.0",
|
||||
"jasmine": "^2.5.3",
|
||||
"karma": "^1.4.0",
|
||||
"karma": "^2.0.5",
|
||||
"karma-cli": "^1.0.1",
|
||||
"karma-jasmine": "^1.1.0",
|
||||
"karma-phantomjs-launcher": "^1.0.2",
|
||||
|
||||
Reference in New Issue
Block a user