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.1.0 to 10.4.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.1.0...v10.4.0)

Updates `@types/mocha` from 10.0.0 to 10.0.6
- [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] authored May 2, 2024
1 parent ac73950 commit 59cb1da
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 105 deletions.
125 changes: 22 additions & 103 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 @@ -100,11 +100,11 @@
},
"devDependencies": {
"@types/glob": "^8.0.0",
"@types/mocha": "^10.0.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"@types/vscode": "^1.73.1",
"glob": "^8.0.3",
"mocha": "^10.1.0",
"mocha": "^10.4.0",
"tslint": "^6.1.3",
"typescript": "^5.3.2",
"@vscode/vsce": "^2.18.0",
Expand Down

0 comments on commit 59cb1da

Please sign in to comment.