Skip to content

Commit 9aef002

Browse files
authored
chore: update dev deps (shelljs#971)
No change to logic. This updates ava and nyc, to suppress npm audit error messages. Fixes shelljs#969
1 parent 37b42fe commit 9aef002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@
5959
"powerAssert": false
6060
},
6161
"devDependencies": {
62-
"ava": "^0.21.0",
62+
"ava": "^1.4.1",
6363
"chalk": "^1.1.3",
6464
"codecov": "^3.0.2",
6565
"coffee-script": "^1.10.0",
6666
"eslint": "^5.16.0",
6767
"eslint-config-airbnb-base": "^13.1.0",
6868
"eslint-plugin-import": "^2.17.3",
6969
"js-yaml": "^3.12.0",
70-
"nyc": "^11.3.0",
70+
"nyc": "^14.1.1",
7171
"shelljs-changelog": "^0.2.0",
7272
"shelljs-release": "^0.3.0",
7373
"shx": "^0.2.0",

0 commit comments

Comments
 (0)