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

Updates `@types/mocha` from 9.1.0 to 10.0.0
- [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-major
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2022
1 parent fd263b2 commit 390612c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 40 deletions.
72 changes: 34 additions & 38 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 @@ -504,7 +504,7 @@
"@types/glob": "^7.1.4",
"@types/google-protobuf": "^3.15.6",
"@types/lodash.findindex": "^4.6.6",
"@types/mocha": "^9.1.0",
"@types/mocha": "^10.0.0",
"@types/node": "^17.0.5",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.11",
Expand All @@ -518,7 +518,7 @@
"glob": "^8.0.1",
"grpc-tools": "^1.11.2",
"grpc_tools_node_protoc_ts": "^5.3.2",
"mocha": "^9.2.2",
"mocha": "^10.1.0",
"remark": "^13.0.0",
"remark-package-dependencies": "^2.0.1",
"sinon": "^14.0.0",
Expand Down

0 comments on commit 390612c

Please sign in to comment.