Skip to content

Commit

Permalink
Bump chai and @types/chai
Browse files Browse the repository at this point in the history
Bumps [chai](https://github.com/chaijs/chai) and [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai). These dependencies needed to be updated together.

Updates `chai` from 4.5.0 to 5.1.2
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v4.5.0...v5.1.2)

Updates `@types/chai` from 4.3.16 to 5.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 6a41e0f commit 2e88bb7
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 116 deletions.
176 changes: 62 additions & 114 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 @@ -22,9 +22,9 @@
"author": "thomas.poignant@gmail.com",
"license": "Unlicense",
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/chai": "^5.0.0",
"@types/mocha": "^10.0.0",
"chai": "^4.2.0",
"chai": "^5.1.2",
"mocha": "^10.0.0",
"ts-node": "^10.1.0",
"typescript": "^5.4.3"
Expand Down

0 comments on commit 2e88bb7

Please sign in to comment.