Skip to content

Commit 86f10f8

Browse files
committedJul 4, 2021
Update dev-dependencies
1 parent 344cfd2 commit 86f10f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/debug": "^4.0.0",
3434
"@types/is-empty": "^1.0.0",
3535
"@types/js-yaml": "^4.0.0",
36-
"@types/node": "^15.0.0",
36+
"@types/node": "^16.0.0",
3737
"@types/unist": "^2.0.0",
3838
"concat-stream": "^2.0.0",
3939
"debug": "^4.0.0",
@@ -56,7 +56,7 @@
5656
"devDependencies": {
5757
"@types/tape": "^4.0.0",
5858
"c8": "^7.0.0",
59-
"figures": "^3.0.0",
59+
"figures": "^4.0.0",
6060
"prettier": "^2.0.0",
6161
"remark": "^13.0.0",
6262
"remark-cli": "^9.0.0",

‎test/util/spy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function spy() {
1616
callback = typeof encoding === 'function' ? encoding : callback
1717

1818
if (typeof callback === 'function') {
19-
setImmediate(callback)
19+
setImmediate(callback, undefined)
2020
}
2121

2222
output.push(chunk)

0 commit comments

Comments
 (0)
Please sign in to comment.