Bump mocha and @types/mocha in /hooks

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

Updates `@types/mocha` from 5.2.6 to 10.0.0
- [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>
This commit is contained in:
dependabot[bot]
2022-10-17 17:37:02 +00:00
committed by GitHub
parent ccfdafc048
commit 70d0382b26
2 changed files with 472 additions and 577 deletions

1045
hooks/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -31,10 +31,10 @@
"devDependencies": {
"@types/express": "^4.16.1",
"@types/lodash": "^4.14.121",
"@types/mocha": "^5.2.6",
"@types/mocha": "^10.0.0",
"chai": "^4.2.0",
"istanbul": "^0.4.5",
"mocha": "^6.0.2",
"mocha": "^10.1.0",
"mocha-typescript": "^1.0.23",
"ts-node": "^8.0.2",
"tslint": "^5.13.0",