Skip to content

Commit fea182a

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 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.1.1 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] <support@github.com>
1 parent 9839d44 commit fea182a

File tree

2 files changed

+70
-85
lines changed

2 files changed

+70
-85
lines changed

package-lock.json

Lines changed: 68 additions & 83 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
@@ -9,14 +9,14 @@
99
"description": "Async Iterable Queue",
1010
"devDependencies": {
1111
"@types/chai": "^4.3.1",
12-
"@types/mocha": "^9.1.1",
12+
"@types/mocha": "^10.0.1",
1313
"@types/node": "^17.0.29",
1414
"@typescript-eslint/eslint-plugin": "^5.21.0",
1515
"@typescript-eslint/parser": "^5.21.0",
1616
"chai": "^4.3.6",
1717
"esbuild": "^0.14.38",
1818
"eslint": "^8.14.0",
19-
"mocha": "^9.2.2",
19+
"mocha": "^10.2.0",
2020
"npm-run-all": "^4.1.5",
2121
"nyc": "^15.1.0",
2222
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)