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

Updates `@types/mocha` from 7.0.2 to 10.0.1
- [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-major
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 7, 2023
1 parent 0bbb235 commit e97c55f
Show file tree
Hide file tree
Showing 2 changed files with 293 additions and 170 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/mocha": "^10.0.1",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
Expand All @@ -61,7 +61,7 @@
"git-cz": "^4.3.1",
"lerna": "^3.20.2",
"lerna-changelog": "^1.0.1",
"mocha": "^7.1.2",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.1",
"open-cli": "^5.0.0",
Expand Down

0 comments on commit e97c55f

Please sign in to comment.