Skip to content

Commit

Permalink
Bump mocha and @types/mocha in /js
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.0
- [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.0)

Updates `@types/mocha` from 10.0.6 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 Jul 25, 2024
1 parent 4a42c8d commit b79be75
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 102 deletions.
200 changes: 100 additions & 100 deletions js/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 js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"types": "types.d.ts",
"devDependencies": {
"@types/assert": "^1.5.10",
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.17.0",
Expand All @@ -34,7 +34,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.2.0",
"mocha": "^10.4.0",
"mocha": "^10.7.0",
"prettier": "^3.3.2",
"tsd": "^0.31.1",
"wasm-opt": "^1.4.0"
Expand Down

0 comments on commit b79be75

Please sign in to comment.