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 23, 2024
1 parent 905421c commit f3002a6
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 84 deletions.
137 changes: 55 additions & 82 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 @@ -189,7 +189,7 @@
"@types/glob": "^8.0.1",
"@types/lodash": "^4.17.7",
"@types/mixpanel": "^2.14.9",
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.8",
"@types/node": "^22.5.5",
"@types/object-hash": "^3.0.6",
"@types/semver": "^7.5.8",
Expand All @@ -201,7 +201,7 @@
"esbuild": "^0.23.0",
"glob": "^11.0.0",
"mkdirp": "^3.0.1",
"mocha": "^10.4.0",
"mocha": "^10.7.3",
"nyc": "^17.0.0",
"ovsx": "^0.9.2",
"rimraf": "^6.0.1",
Expand Down

0 comments on commit f3002a6

Please sign in to comment.