Skip to content

Commit aea801b

Browse files
committed
Build: upgrade JS dependencies/resolve dependabot alerts
1 parent 4284a05 commit aea801b

File tree

4 files changed

+760
-2713
lines changed

4 files changed

+760
-2713
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ task compileTs(type: NpmTask, dependsOn: copyTestJsSources) {
305305
args = ['run', 'tsc']
306306
}
307307
task verifyTsDeclarations(type: NodeTask, dependsOn: compileTs) {
308-
script = file("${typescriptFolder}/node_modules/mocha/bin/mocha")
308+
script = file("${typescriptFolder}/node_modules/mocha/bin/mocha.js")
309309
execOverrides {
310310
it.workingDir = typescriptFolder
311311
}

0 commit comments

Comments
 (0)