Skip to content

Commit 3801f43

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.2.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v8.4.0...v10.2.0) Updates `@types/mocha` from 8.2.3 to 10.0.4 - [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>
1 parent dc74585 commit 3801f43

File tree

2 files changed

+83
-123
lines changed

2 files changed

+83
-123
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"author": "Coder",
1313
"license": "MIT",
1414
"devDependencies": {
15-
"@types/mocha": "^8.2.2",
15+
"@types/mocha": "^10.0.4",
1616
"@types/node": "^12.6.8",
1717
"@typescript-eslint/eslint-plugin": "^4.22.0",
1818
"@typescript-eslint/parser": "^4.22.0",
1919
"eslint": "^7.25.0",
2020
"eslint-config-prettier": "^8.3.0",
2121
"eslint-plugin-import": "^2.22.1",
2222
"eslint-plugin-prettier": "^3.4.0",
23-
"mocha": "^8.3.2",
23+
"mocha": "^10.2.0",
2424
"prettier": "^2.2.1",
2525
"ts-node": "^9.1.1",
2626
"typescript": "^3.5.3"

0 commit comments

Comments
 (0)