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 10.6.0 to 10.8.2
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.6.0...v10.8.2)

Updates `@types/mocha` from 10.0.7 to 10.0.10
- [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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 22b0fbc commit de7b385
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 65 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@types/chai": "^5.0.1",
"@types/chrome": "0.0.268",
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.10",
"@types/node": "20.14.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
Expand All @@ -46,7 +46,7 @@
"eslint": "^8.49.0",
"eslint-plugin-react": "^7.33.2",
"htmlnano": "2.0.3",
"mocha": "^10.6.0",
"mocha": "^10.8.2",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"puppeteer": "^23.6.0",
Expand Down
105 changes: 42 additions & 63 deletions pnpm-lock.yaml

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

0 comments on commit de7b385

Please sign in to comment.