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.7.3
- [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.7.3)

Updates `@types/mocha` from 10.0.6 to 10.0.8
- [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]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent f1f35d3 commit c0a8354
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 63 deletions.
116 changes: 55 additions & 61 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 @@ -313,7 +313,7 @@
"@types/chai": "^4.3.16",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.8",
"@types/node": "14.x",
"@types/vscode": "^1.82.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
Expand All @@ -324,7 +324,7 @@
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-import": "^2.30.0",
"glob": "^11.0.0",
"mocha": "^10.4.0",
"mocha": "^10.7.3",
"mocha-jenkins-reporter": "^0.4.8",
"mvn-artifact-download": "^6.1.1",
"typescript": "^5.6.2",
Expand Down

0 comments on commit c0a8354

Please sign in to comment.