Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 5b509d5

Browse files
Bump mocha and @types/mocha (#1520)
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.1 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.1...v10.2.0) Updates `@types/mocha` from 9.1.0 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d979e35 commit 5b509d5

File tree

2 files changed

+35
-48
lines changed

2 files changed

+35
-48
lines changed

package-lock.json

Lines changed: 33 additions & 46 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
@@ -41,7 +41,7 @@
4141
"@types/chai": "^4.2.3",
4242
"@types/event-emitter": "^0.3.3",
4343
"@types/minimatch": "^3.0.3",
44-
"@types/mocha": "^9.0.0",
44+
"@types/mocha": "^10.0.1",
4545
"@types/node": "^17.0.7",
4646
"@types/sinon": "^10.0.1",
4747
"@types/superagent": "4.1.13",
@@ -57,7 +57,7 @@
5757
"fs-extra": "10.0.1",
5858
"github-api": "^3.4.0",
5959
"markdown-toc": "^1.2.0",
60-
"mocha": "^9.0.0",
60+
"mocha": "^10.2.0",
6161
"mocha-jsdom": "^2.0.0",
6262
"nock": "^13.0.3",
6363
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)