Skip to content

Commit

Permalink
chore(deps-dev): 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.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.3 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]>
  • Loading branch information
dependabot[bot] authored and WilsonZiweiWang committed Aug 2, 2024
1 parent 0529934 commit bb8555e
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 63 deletions.
136 changes: 75 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 @@ -896,7 +896,7 @@
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.9",
"@types/vscode": "^1.75.1",
"@vscode/test-electron": "^2.4.0",
Expand All @@ -910,7 +910,7 @@
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"mocha": "^10.2.0",
"mocha": "^10.7.0",
"ovsx": "^0.9.1",
"ts-jest": "^29.1.5",
"typescript": "^5.1.3",
Expand Down

0 comments on commit bb8555e

Please sign in to comment.