Skip to content

Commit

Permalink
build(deps-dev): bump mocha and @types/mocha (#8)
Browse files Browse the repository at this point in the history
Bumps [mocha](https:/mochajs/mocha) and [@types/mocha](https:/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha). These dependencies needed to be updated together.

Updates `mocha` from 10.5.2 to 10.7.3
- [Release notes](https:/mochajs/mocha/releases)
- [Changelog](https:/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.5.2...v10.7.3)

Updates `@types/mocha` from 10.0.7 to 10.0.9
- [Release notes](https:/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https:/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 Oct 13, 2024
1 parent 0111c73 commit d0e66c7
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 70 deletions.
113 changes: 45 additions & 68 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 @@ -45,13 +45,13 @@
},
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.5",
"@types/vscode": "^1.85.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"mocha": "^10.5.2",
"mocha": "^10.7.3",
"typescript": "^5.6.3",
"vscode-extension-tester": "^8.8.0"
}
Expand Down

0 comments on commit d0e66c7

Please sign in to comment.