build(deps-dev): bump mocha and @types/mocha (#3967)

Bumps [mocha](https://github.com/mochajs/mocha) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha). These dependencies needed to be updated together.

Updates `mocha` from 10.7.3 to 10.8.2
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v10.7.3...v10.8.2)

Updates `@types/mocha` from 10.0.8 to 10.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-11-09 08:59:45 -06:00
committed by GitHub
parent 084b1cf8ed
commit afb1fa5eef
7 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -36,12 +36,12 @@
"@swc/cli": "^0.5.0",
"@swc/core": "^1.7.26",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.8",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.4",
"@types/sinon": "^17.0.3",
"c8": "^10.1.2",
"chai": "^5.1.2",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"sinon": "^19.0.2",
"ts-node": "^10.9.2",
"tsconfig": "*",