Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 0116de6

Browse files
renovate-botBenjamin E. Coe
andauthored
chore(deps): update dependency mocha to v8 (#5)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
1 parent 295d2d0 commit 0116de6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"google-gax": "^2.6.3"
4343
},
4444
"devDependencies": {
45-
"@types/mocha": "^7.0.2",
45+
"@types/mocha": "^8.0.0",
4646
"@types/node": "^14.0.22",
4747
"@types/sinon": "^9.0.4",
4848
"c8": "^7.2.0",

samples/package.json

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

0 commit comments

Comments
 (0)