Skip to content

Commit

Permalink
Update dependency mocha to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-renovate[bot] authored Feb 18, 2025
1 parent e31eac3 commit a6f8d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classic-azure-ts-cosmosapp-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"devDependencies": {
"@types/mocha": "5.2.7",
"@types/node": "10.17.60",
"mocha": "7.2.0",
"mocha": "11.1.0",
"ts-node": "10.9.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion testing-unit-ts/mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-unit-ts",
"devDependencies": {
"mocha": "10.8.2",
"mocha": "11.1.0",
"ts-node": "10.9.2",
"typescript": "5.7.2"
},
Expand Down

0 comments on commit a6f8d10

Please sign in to comment.