Skip to content

Commit f89260d

Browse files
committed
Add missing minimatch dep, which is causing Windows builds to fail
1 parent 7ee87f3 commit f89260d

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

javascript/private/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"url": "https://github.com/SeleniumHQ/selenium.git"
1010
},
1111
"dependencies": {
12-
"google-closure-deps": "^20230802.0.0"
12+
"google-closure-deps": "^20230802.0.0",
13+
"minimatch": "^10.1.1"
1314
}
1415
}

pnpm-lock.yaml

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)