Skip to content

Commit 2031cb8

Browse files
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.8.2 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v8.4.0...v10.8.2) Updates `@types/mocha` from 9.1.1 to 10.0.9 - [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] <[email protected]>
1 parent eec1bed commit 2031cb8

File tree

2 files changed

+142
-209
lines changed

2 files changed

+142
-209
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"license": "Apache-2.0",
3434
"devDependencies": {
3535
"@types/assert": "^1.4.7",
36-
"@types/mocha": "^9.0.0",
36+
"@types/mocha": "^10.0.9",
3737
"assert": "^2.0.0",
3838
"husky": "^4.2.5",
3939
"lint-staged": "^15.0.1",
40-
"mocha": "^8.0.1",
40+
"mocha": "^10.8.2",
4141
"prettier": "^3.0.0",
4242
"reify": "^0.20.12",
4343
"rollup": "^4.3.0",

0 commit comments

Comments
 (0)