Skip to content

Commit

Permalink
chore: update dependency mocha to v11
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and dhmlau committed Jan 6, 2025
1 parent 58b8171 commit 55ee69a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 31 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/benchmark": "^2.1.5",
"@types/mocha": "^10.0.10",
"@types/node": "^16.18.123",
"mocha": "^10.8.2",
"mocha": "^11.0.1",
"source-map-support": "^0.5.21"
}
}
2 changes: 1 addition & 1 deletion examples/soap-calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/mocha": "^10.0.10",
"@types/node": "^16.18.123",
"eslint": "^8.57.1",
"mocha": "^10.8.2",
"mocha": "^11.0.1",
"source-map-support": "^0.5.21",
"typescript": "~5.2.2"
}
Expand Down
36 changes: 8 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"lodash": "^4.17.21",
"mocha": "^10.8.2",
"mocha": "^11.0.1",
"nyc": "^17.1.0",
"prettier": "^3.4.2",
"rimraf": "^5.0.10",
Expand Down

0 comments on commit 55ee69a

Please sign in to comment.