Skip to content

Commit 1e80ceb

Browse files
authored
Merge pull request GoogleCloudPlatform#3002 from GoogleCloudPlatform/update-mocha
docs: update Mocha version
2 parents aec2904 + e475b44 commit 1e80ceb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

media/livestream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"c8": "^7.1.0",
2020
"chai": "^4.2.0",
21-
"mocha": "^9.0.0",
21+
"mocha": "^10.1.0",
2222
"uuid": "^9.0.0"
2323
}
2424
}

media/transcoder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@google-cloud/storage": "^6.0.0",
2121
"c8": "^7.3.0",
22-
"mocha": "^8.1.1",
22+
"mocha": "^10.1.0",
2323
"uuid": "^9.0.0"
2424
}
2525
}

media/video-stitcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"c8": "^7.1.0",
2020
"chai": "^4.2.0",
21-
"mocha": "^8.0.0",
21+
"mocha": "^10.1.0",
2222
"uuid": "^9.0.0"
2323
}
2424
}

0 commit comments

Comments
 (0)