Skip to content

Commit 2f7deb8

Browse files
build(deps-dev): 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 10.0.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@v10.0.0...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-minor - dependency-name: "@types/mocha" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c3cf7c commit 2f7deb8

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

package-lock.json

Lines changed: 10 additions & 17 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
@@ -66,7 +66,7 @@
6666
"@types/chai": "^4.3.1",
6767
"@types/eslint": "^7.29.0",
6868
"@types/lodash": "^4.14.191",
69-
"@types/mocha": "^9.1.1",
69+
"@types/mocha": "^10.0.1",
7070
"@types/node": "^18.11.18",
7171
"@types/node-fetch": "^3.0.3",
7272
"@types/simple-mock": "^0.8.2",
@@ -76,7 +76,7 @@
7676
"eslint-plugin-unused-imports": "^1.1.5",
7777
"husky": "^8.0.1",
7878
"lint-staged": "^13.1.0",
79-
"mocha": "^10.0.0",
79+
"mocha": "^10.2.0",
8080
"prettier": "^2.8.1",
8181
"simple-mock": "^0.8.0",
8282
"sort-package-json": "^1.57.0",

0 commit comments

Comments
 (0)