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

Updates `@types/mocha` from 10.0.0 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 4, 2024
1 parent 74333fe commit dc2883f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 38 deletions.
84 changes: 48 additions & 36 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 @@ -63,7 +63,7 @@
"@types/google-protobuf": "^3.15.6",
"@types/lodash": "^4.14.187",
"@types/minimist": "1.2.2",
"@types/mocha": "10.0.0",
"@types/mocha": "10.0.6",
"@types/node": "14.18.11",
"@types/node-fetch": "^2.6.2",
"@types/on-finished": "2.3.1",
Expand All @@ -78,7 +78,7 @@
"env-cmd": "^10.1.0",
"graphql-request": "^6.1.0",
"gts": "^3.1.1",
"mocha": "10.1.0",
"mocha": "10.4.0",
"pack-n-play": "^2.0.1",
"pre-push": "^0.1.4",
"shelljs": "^0.8.5",
Expand Down

0 comments on commit dc2883f

Please sign in to comment.