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.4.0 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.4.0...v10.8.2)

Updates `@types/mocha` from 10.0.6 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 8, 2024
1 parent d5ae5c3 commit 56c0af9
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 95 deletions.
148 changes: 55 additions & 93 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 @@ -35,7 +35,7 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/jsonwebtoken": "9.0.6",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.9",
"@types/node": "22.5.4",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "7.10.0",
Expand All @@ -47,7 +47,7 @@
"eslint-plugin-prettier": "^5.0.0",
"husky": "9.0.11",
"lint-staged": "15.2.10",
"mocha": "10.4.0",
"mocha": "10.8.2",
"prettier": "3.2.5",
"semantic-release": "23.1.1",
"serve": "14.2.4",
Expand Down

0 comments on commit 56c0af9

Please sign in to comment.