Skip to content

Commit 8608a5d

Browse files
JJchrisbreiding
andauthored
fix: remove/upgrade outdated deps (#11)
Co-authored-by: Chris Breiding <[email protected]>
1 parent 79376fd commit 8608a5d

File tree

2 files changed

+303
-300
lines changed

2 files changed

+303
-300
lines changed

package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
"extend": "~3.0.2",
3535
"forever-agent": "~0.6.1",
3636
"form-data": "~2.3.2",
37-
"har-validator": "~5.1.3",
38-
"http-signature": "~1.2.0",
37+
"http-signature": "~1.3.6",
3938
"is-typedarray": "~1.0.0",
4039
"isstream": "~0.1.2",
4140
"json-stringify-safe": "~5.0.1",
@@ -64,11 +63,11 @@
6463
"function-bind": "^1.0.2",
6564
"karma": "^3.0.0",
6665
"karma-browserify": "^5.0.1",
67-
"karma-cli": "^1.0.0",
68-
"karma-coverage": "^1.0.0",
66+
"karma-cli": "^2.0.0",
67+
"karma-coverage": "^2.0.3",
6968
"karma-phantomjs-launcher": "^1.0.0",
70-
"karma-tap": "^3.0.1",
71-
"nyc": "^14.1.1",
69+
"karma-tap": "^4.2.0",
70+
"nyc": "^15.1.0",
7271
"phantomjs-prebuilt": "^2.1.3",
7372
"rimraf": "^2.2.8",
7473
"server-destroy": "^1.0.1",

0 commit comments

Comments
 (0)