Skip to content

Commit

Permalink
Bump mocha and @types/mocha (#1111)
Browse files Browse the repository at this point in the history
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.2.0 to 10.7.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.2.0...v10.7.0)

Updates `@types/mocha` from 10.0.2 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent 159894d commit 58bcf44
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 113 deletions.
168 changes: 57 additions & 111 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@stryker-mutator/typescript-checker": "8.3.0",
"@types/eslint": "8.56.7",
"@types/estree": "1.0.4",
"@types/mocha": "10.0.2",
"@types/mocha": "10.0.7",
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "8.0.0",
"better-npm-audit": "3.7.3",
Expand All @@ -54,7 +54,7 @@
"licensee": "10.0.0",
"lockfile-lint": "4.12.1",
"markdownlint-cli": "0.40.0",
"mocha": "10.2.0",
"mocha": "10.7.0",
"nve": "18.0.0",
"prettier": "3.3.3",
"publint": "0.2.9",
Expand Down

0 comments on commit 58bcf44

Please sign in to comment.