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

Updates `@types/mocha` from 10.0.1 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent f494242 commit 5b78bc9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 28 deletions.
54 changes: 28 additions & 26 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 @@ -33,7 +33,7 @@
"devDependencies": {
"@octokit/types": "^12.0.0",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.6",
"@types/node": "^20.5.7",
"@types/sinon": "^10.0.16",
"@types/sinon-chai": "^3.2.9",
Expand All @@ -42,7 +42,7 @@
"chai": "^4.3.8",
"eslint": "^8.49.0",
"husky": "^8.0.3",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"prettier": "^2.8.8",
"sinon": "^15.2.0",
"sinon-chai": "^3.7.0",
Expand Down

0 comments on commit 5b78bc9

Please sign in to comment.