Skip to content

Commit

Permalink
Bump mocha and @types/mocha
Browse files Browse the repository at this point in the history
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.0.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]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2022
1 parent 11f409d commit 45fd982
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 25 deletions.
71 changes: 48 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.4",
"@types/gulp": "^4.0.10",
"@types/mocha": "^9.0.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.12",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.6",
Expand All @@ -27,7 +27,7 @@
"chai-as-promised": "^7.1.1",
"eslint": "^8.29.0",
"gulp": "^4.0.2",
"mocha": "^9.2.2",
"mocha": "^10.1.0",
"proxyquire": "^2.1.3",
"sinon-chai": "^3.5.0",
"sinon": "^15.0.0"
Expand Down

0 comments on commit 45fd982

Please sign in to comment.