Skip to content

Commit

Permalink
chore: update dev deps (#971)
Browse files Browse the repository at this point in the history
No change to logic.

This updates ava and nyc, to suppress npm audit error messages.

Fixes #969
  • Loading branch information
nfischer committed Oct 9, 2019
1 parent 37b42fe commit 9aef002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -59,15 +59,15 @@
"powerAssert": false
},
"devDependencies": {
"ava": "^0.21.0",
"ava": "^1.4.1",
"chalk": "^1.1.3",
"codecov": "^3.0.2",
"coffee-script": "^1.10.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"js-yaml": "^3.12.0",
"nyc": "^11.3.0",
"nyc": "^14.1.1",
"shelljs-changelog": "^0.2.0",
"shelljs-release": "^0.3.0",
"shx": "^0.2.0",
Expand Down

0 comments on commit 9aef002

Please sign in to comment.