Skip to content

Commit

Permalink
chore:(deps-dev): 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.0.0 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@v10.0.0...v10.1.0)

Updates `@types/mocha` from 9.1.1 to 10.0.1
- [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-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jgazeau committed Dec 9, 2022
1 parent 0e074cc commit f6df45c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 30 deletions.
42 changes: 14 additions & 28 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 @@ -58,7 +58,7 @@
"@types/chai": "^4.3.3",
"@types/chai-as-promised": "^7.1.5",
"@types/fs-extra": "^9.0.13",
"@types/mocha": "^9.1.1",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.0",
"@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.8",
Expand All @@ -68,7 +68,7 @@
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"gts": "^4.0.0",
"mocha": "^10.0.0",
"mocha": "^10.1.0",
"sinon": "^14.0.1",
"sinon-chai": "^3.7.0",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit f6df45c

Please sign in to comment.