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.0.0 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@v10.0.0...v10.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2023
1 parent 568408c commit 9395a41
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 24 deletions.
37 changes: 15 additions & 22 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 @@ -86,14 +86,14 @@
"@swellaby/nyc-config": "^3.0.12",
"@swellaby/tslint-config": "^3.0.1",
"@types/chai": "^4.3.4",
"@types/mocha": "^9.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "^17.0.35",
"@types/sinon": "^10.0.13",
"@types/vscode": "^1.34.0",
"chai": "^4.3.7",
"eslint": "^8.34.0",
"husky": "^4.2.5",
"mocha": "^10.0.0",
"mocha": "^10.2.0",
"mocha-multi-reporters": "^1.1.7",
"mocha-sonarqube-reporter": "^1.0.1",
"nyc": "^15.1.0",
Expand Down

0 comments on commit 9395a41

Please sign in to comment.