Skip to content

Commit a60b5a6

Browse files
Bump mocha and @types/mocha (#506)
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 9.2.2 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@v9.2.2...v10.2.0) Updates `@types/mocha` from 9.0.0 to 10.0.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)
1 parent 6e070eb commit a60b5a6

File tree

2 files changed

+70
-121
lines changed

2 files changed

+70
-121
lines changed

package-lock.json

Lines changed: 68 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"test": "npm run test:esm && npm run test:cjs"
3939
},
4040
"devDependencies": {
41-
"@types/mocha": "^9.0.0",
41+
"@types/mocha": "^10.0.1",
4242
"@types/node": "^16.9.1",
43-
"mocha": "^9.1.1",
43+
"mocha": "^10.2.0",
4444
"rimraf": "^3.0.2",
4545
"rollup": "^3.20.0",
4646
"source-map-support": "^0.5.19",

0 commit comments

Comments
 (0)