Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jan 25, 2020
1 parent 7a8c4f9 commit 09a7f31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"autocannon": "autocannon.js"
},
"scripts": {
"test": "standard && tap --timeout 45 test/*.test.js",
"test": "standard && tap --no-esm --no-jsx --timeout 45 test/*.test.js",
"standard:fix": "standard --fix"
},
"pre-commit": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"pre-commit": "^1.1.2",
"split2": "^3.1.1",
"standard": "^14.0.0",
"tap": "^14.6.7"
"tap": "^14.10.6"
},
"dependencies": {
"chalk": "^3.0.0",
Expand All @@ -54,8 +54,8 @@
"has-async-hooks": "^1.0.0",
"hdr-histogram-js": "^1.1.4",
"hdr-histogram-percentiles-obj": "^2.0.0",
"http-parser-js": "^0.5.1",
"hyperid": "^2.0.2",
"http-parser-js": "^0.5.2",
"hyperid": "^2.0.3",
"manage-path": "^2.0.0",
"minimist": "^1.2.0",
"on-net-listen": "^1.1.1",
Expand Down

0 comments on commit 09a7f31

Please sign in to comment.