Skip to content

Commit

Permalink
Update: 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.10
- [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 Nov 25, 2024
1 parent f11d7f0 commit 2185b30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -18,7 +18,7 @@
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.23",
"@types/chai": "^4.3.17",
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.10",
"@types/node": "^22.5.4",
"@types/node-fetch": "^2.6.9",
"@typescript-eslint/eslint-plugin": "^7.15.0",
Expand All @@ -32,7 +32,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-named-import-spacing": "^1.0.3",
"eslint-plugin-node": "^11.1.0",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"nock": "^13.5.5",
"node-fetch": "^2.7.0",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit 2185b30

Please sign in to comment.