Skip to content

Commit 1afe11f

Browse files
Update dependencies in reference implementation
1 parent 1de47f0 commit 1afe11f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

reference-implementation/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"author": "Domenic Denicola <[email protected]> (https://domenic.me/)",
1313
"license": "(CC0-1.0 OR MIT)",
1414
"devDependencies": {
15-
"browserify": "^16.5.1",
16-
"c8": "^7.7.2",
15+
"browserify": "^17.0.1",
16+
"c8": "^10.1.2",
1717
"debug": "^4.1.1",
1818
"eslint": "^6.8.0",
19-
"minimatch": "^3.0.4",
20-
"opener": "^1.5.1",
19+
"minimatch": "^10.0.1",
20+
"opener": "^1.5.2",
2121
"webidl2js": "^18.0.0",
2222
"wpt-runner": "^5.0.0"
2323
}

reference-implementation/run-web-platform-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const path = require('path');
66
const fs = require('fs');
77
const { promisify } = require('util');
88
const wptRunner = require('wpt-runner');
9-
const minimatch = require('minimatch');
9+
const { minimatch } = require('minimatch');
1010
const readFileAsync = promisify(fs.readFile);
1111

1212
// wpt-runner does not yet support unhandled rejection tracking a la

0 commit comments

Comments
 (0)