Skip to content

Commit

Permalink
Bump mocha and @types/mocha
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.4.0 to 10.6.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.4.0...v10.6.0)

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>
  • Loading branch information
dependabot[bot] committed Jul 5, 2024
1 parent 593e55c commit 4115fab
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 69 deletions.
118 changes: 51 additions & 67 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 @@ -87,7 +87,7 @@
},
"devDependencies": {
"@eslint/js": "9.6.0",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "20.14.9",
"@types/yargs": "17.0.32",
"assert": "2.1.0",
Expand All @@ -106,7 +106,7 @@
"globals": "15.8.0",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"mocha": "10.4.0",
"mocha": "10.6.0",
"mock-fs": "5.2.0",
"npm-run-all": "4.1.5",
"prettier-eslint": "16.3.0",
Expand Down

0 comments on commit 4115fab

Please sign in to comment.