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.7.3 to 10.8.2
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.7.3...v10.8.2)

Updates `@types/mocha` from 10.0.7 to 10.0.9
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 2cc18d9 commit 5513ba3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 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 @@ -42,7 +42,7 @@
"@tsconfig/node14": "^14.1.2",
"@types/chai": "^4.3.9",
"@types/chai-as-promised": "^8.0.1",
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.9",
"@types/node": "^22.5.2",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.2",
Expand All @@ -53,7 +53,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.11.0",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"prettier": "^3.3.3",
"proxyquire": "^2.1.3",
"sinon": "^18.0.0",
Expand Down

0 comments on commit 5513ba3

Please sign in to comment.