Skip to content

Commit a0d4256

Browse files
chore(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 9.2.2 to 10.1.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.1.0) Updates `@types/mocha` from 9.1.1 to 10.0.0 - [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]>
1 parent fd4156b commit a0d4256

File tree

2 files changed

+148
-44
lines changed

2 files changed

+148
-44
lines changed

package-lock.json

Lines changed: 146 additions & 42 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
@@ -33,7 +33,7 @@
3333
"@types/chai": "^4.3.3",
3434
"@types/chai-as-promised": "^7.1.5",
3535
"@types/gulp": "^4.0.10",
36-
"@types/mocha": "^9.1.1",
36+
"@types/mocha": "^10.0.1",
3737
"@types/node": "^16.11.17",
3838
"@types/proxyquire": "^1.3.28",
3939
"@types/sinon": "^10.0.11",
@@ -49,7 +49,7 @@
4949
"eslint-config-prettier": "^8.5.0",
5050
"eslint-plugin-prettier": "^4.2.1",
5151
"gulp": "^4.0.2",
52-
"mocha": "^9.2.2",
52+
"mocha": "^10.1.0",
5353
"prettier": "^2.8.0",
5454
"proxyquire": "^2.1.3",
5555
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)