Skip to content

Commit 2872480

Browse files
committed
Update dev-dependencies
1 parent c1ce14f commit 2872480

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"browserify": "^16.0.0",
4444
"is-hidden": "^1.0.0",
4545
"negate": "^1.0.0",
46-
"nyc": "^14.0.0",
46+
"nyc": "^15.0.0",
4747
"parse-dutch": "^4.0.0",
4848
"parse-english": "^4.0.0",
4949
"parse-latin": "^4.0.0",
@@ -54,7 +54,7 @@
5454
"tape": "^4.0.0",
5555
"tinyify": "^2.0.0",
5656
"vfile": "^4.0.0",
57-
"xo": "^0.24.0"
57+
"xo": "^0.27.0"
5858
},
5959
"scripts": {
6060
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ test('Fixtures', function(t) {
152152

153153
try {
154154
expected = JSON.parse(fs.readFileSync(output))
155-
} catch (error) {
155+
} catch (_) {
156156
fs.writeFileSync(output, JSON.stringify(actual, null, 2) + '\n')
157157
return
158158
}

0 commit comments

Comments
 (0)