build(deps-dev): bump mocha and @types/mocha
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 8.4.0 to 10.2.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/v8.4.0...v10.2.0) Updates `@types/mocha` from 8.2.3 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>
Showing
... | @@ -42,7 +42,7 @@ | ... | @@ -42,7 +42,7 @@ |
"@nrwl/nx-cloud": "latest", | "@nrwl/nx-cloud": "latest", | ||
"@types/chai": "^4.2.18", | "@types/chai": "^4.2.18", | ||
"@types/chai-as-promised": "^7.1.4", | "@types/chai-as-promised": "^7.1.4", | ||
"@types/mocha": "^8.2.2", | "@types/mocha": "^10.0.1", | ||
"@types/node": "^12.0.0", | "@types/node": "^12.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.60.1", | "@typescript-eslint/eslint-plugin": "^5.60.1", | ||
"@typescript-eslint/parser": "^5.60.1", | "@typescript-eslint/parser": "^5.60.1", | ||
... | @@ -67,7 +67,7 @@ | ... | @@ -67,7 +67,7 @@ |
"markdownlint": "^0.24.0", | "markdownlint": "^0.24.0", | ||
"markdownlint-cli2": "0.4.0", | "markdownlint-cli2": "0.4.0", | ||
"mkdirp": "^1.0.4", | "mkdirp": "^1.0.4", | ||
"mocha": "^8.4.0", | "mocha": "^10.2.0", | ||
"nx": "15.6.0", | "nx": "15.6.0", | ||
"nyc": "^15.1.0", | "nyc": "^15.1.0", | ||
"patch-package": "^6.4.7", | "patch-package": "^6.4.7", | ||
... | ... |
Please register or sign in to comment