dependabot(npm): bump mocha and @types/mocha (#11119)
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.2.0 to 10.6.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.2.0...v10.6.0) Updates `@types/mocha` from 10.0.6 to 10.0.7 - [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> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Showing
... | @@ -47,7 +47,7 @@ | ... | @@ -47,7 +47,7 @@ |
"@changesets/changelog-github": "^0.4.8", | "@changesets/changelog-github": "^0.4.8", | ||
"@types/chai": "^4.3.11", | "@types/chai": "^4.3.11", | ||
"@types/chai-as-promised": "^7.1.8", | "@types/chai-as-promised": "^7.1.8", | ||
"@types/mocha": "^10.0.6", | "@types/mocha": "^10.0.7", | ||
"@types/node": "^20.11.17", | "@types/node": "^20.11.17", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | "@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@typescript-eslint/parser": "^6.21.0", | "@typescript-eslint/parser": "^6.21.0", | ||
... | @@ -65,7 +65,7 @@ | ... | @@ -65,7 +65,7 @@ |
"eslint-plugin-promise": "^5.1.0", | "eslint-plugin-promise": "^5.1.0", | ||
"eslint-plugin-react": "^7.24.0", | "eslint-plugin-react": "^7.24.0", | ||
"eslint-plugin-unicorn": "^50.0.1", | "eslint-plugin-unicorn": "^50.0.1", | ||
"mocha": "^10.2.0", | "mocha": "^10.6.0", | ||
"nx": "18.2.2", | "nx": "18.2.2", | ||
"nx-cloud": "latest", | "nx-cloud": "latest", | ||
"nyc": "^15.1.0", | "nyc": "^15.1.0", | ||
... | ... |
Please register or sign in to comment