Skip to content

Commit

Permalink
chore(deps-dev): 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.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>
  • Loading branch information
dependabot[bot] authored Feb 1, 2023
1 parent 35e9a2e commit 0c124ab
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 44 deletions.
188 changes: 146 additions & 42 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 @@ -33,7 +33,7 @@
"@types/chai": "^4.3.3",
"@types/chai-as-promised": "^7.1.5",
"@types/gulp": "^4.0.10",
"@types/mocha": "^9.1.1",
"@types/mocha": "^10.0.1",
"@types/node": "^16.11.17",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.11",
Expand All @@ -49,7 +49,7 @@
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"gulp": "^4.0.2",
"mocha": "^9.2.2",
"mocha": "^10.2.0",
"prettier": "^2.8.1",
"proxyquire": "^2.1.3",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 0c124ab

Please sign in to comment.