Skip to content

Commit

Permalink
build(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 10.7.0 to 10.7.3
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.7.0...v10.7.3)

Updates `@types/mocha` from 10.0.7 to 10.0.9
- [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-patch
- 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 Oct 11, 2024
1 parent acfa365 commit 3efab30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
20 changes: 8 additions & 12 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 @@ -19,7 +19,7 @@
"@types/chai-as-promised": "^7.1.5",
"@types/deep-equal-in-any-order": "^1.0.3",
"@types/mime-types": "^2.1.4",
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.9",
"@types/node": "^20",
"@types/rdf-dataset-ext": "^1.0.8",
"@types/rdfjs__term-set": "^2.0.9",
Expand All @@ -36,7 +36,7 @@
"deep-equal-in-any-order": "^2.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"husky": "^9.1.6",
"mocha": "^10.7.0",
"mocha": "^10.7.3",
"rdf-dataset-ext": "^1.1.0",
"sinon-chai": "^3.7.0",
"ts-node": "^10.9.2",
Expand Down

0 comments on commit 3efab30

Please sign in to comment.