Skip to content

Commit

Permalink
chore(deps): update dependency mocha to v9 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Dec 30, 2021
1 parent 1097277 commit 7b1a631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-vmmigration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"google-gax": "^2.12.0"
},
"devDependencies": {
"@types/mocha": "^8.2.2",
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/sinon": "^10.0.0",
"c8": "^7.7.2",
Expand All @@ -52,7 +52,7 @@
"jsdoc-fresh": "^1.0.2",
"jsdoc-region-tag": "^1.0.6",
"linkinator": "^2.13.6",
"mocha": "^8.4.0",
"mocha": "^9.0.0",
"null-loader": "^4.0.1",
"pack-n-play": "^1.0.0-2",
"sinon": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-vmmigration/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"c8": "^7.0.0",
"chai": "^4.2.0",
"mocha": "^8.0.0",
"mocha": "^9.0.0",
"uuid": "^8.0.0"
}
}

0 comments on commit 7b1a631

Please sign in to comment.