Skip to content

Commit

Permalink
fix(deps): bump mocha and @types/mocha (#352)
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 10.4.0 to 10.7.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.4.0...v10.7.0)

Updates `@types/mocha` from 10.0.6 to 10.0.7
- [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:production
  update-type: version-update:semver-minor
- dependency-name: "@types/mocha"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 23, 2024
1 parent 8208ad4 commit ae5f610
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 124 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@salesforce/dev-config": "^4.2.0",
"@salesforce/prettier-config": "^0.0.3",
"@types/chai": "^4.3.14",
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.7",
"@types/node": "^18.19.34",
"@types/sinon": "^10.0.20",
"chai": "^4.3.10",
Expand All @@ -46,7 +46,7 @@
"eslint-config-salesforce-typescript": "^3.3.0",
"husky": "^7.0.4",
"linkinator": "^6.1.1",
"mocha": "^10.4.0",
"mocha": "^10.7.0",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.3.1",
Expand Down
Loading

0 comments on commit ae5f610

Please sign in to comment.