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

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.3.0 to 10.5.1
- [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.3.0...v10.5.1)

Updates `@types/mocha` from 10.0.6 to 10.0.7
- [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-07-06 13:51:19 -05:00
committed by GitHub
parent 893639c9cc
commit 4d1e9154a6
7 changed files with 53 additions and 34 deletions
+2 -2
View File
@@ -37,7 +37,7 @@
"@swc/cli": "^0.3.9",
"@swc/core": "^1.4.2",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.7",
"@types/node": "^20.11.25",
"@types/sinon": "^17.0.3",
"@types/ws": "^8.5.10",
@@ -45,7 +45,7 @@
"chai": "^5.0.3",
"eslint": "^8.57.0",
"eslint-config-discordeno": "*",
"mocha": "^10.3.0",
"mocha": "^10.5.1",
"sinon": "^17.0.1",
"ts-node": "^10.9.2",
"tsconfig": "*",