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:
oldjamey
2018-09-03 00:24:50 -07:00
parent 36240bd0aa
commit 353ce67048
2 changed files with 4 additions and 4 deletions

View File

@@ -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",