Skip to content

Commit

Permalink
build(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.5.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.5.2)

Updates `@types/mocha` from 10.0.6 to 10.0.7
- [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 Jul 1, 2024
1 parent 498ccc6 commit 24855b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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 @@ -127,7 +127,7 @@
"@types/chai": "^4.3.14",
"@types/estree": "^1.0.5",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.7",
"@types/node": "20.x",
"@types/picomatch": "^2.3.3",
"@types/sinon": "^17.0.3",
Expand All @@ -145,7 +145,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-license-header": "^0.6.1",
"eslint-plugin-prettier": "^5.1.3",
"mocha": "^10.4.0",
"mocha": "^10.5.2",
"prettier": "^3.3.2",
"prettier-eslint": "^16.3.0",
"prettier-eslint-cli": "^8.0.1",
Expand Down

0 comments on commit 24855b3

Please sign in to comment.