Skip to content

Commit

Permalink
chore(deps-dev): 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.20 to 5.0.1
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent bc7244f commit 50ba5ba
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 46 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@babel/register": "^7.22.5",
"@grpc/proto-loader": "^0.7.9",
"@playwright/test": "^1.30.0",
"@types/chai": "^4.3.4",
"@types/chai": "^5.0.1",
"@types/crypto-js": "^4.2.0",
"@types/mocha": "^10.0.1",
"@types/node": "^20.8.10",
Expand All @@ -93,7 +93,7 @@
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-module-rewrite": "^0.2.0",
"c8": "^8.0.1",
"chai": "^4.3.7",
"chai": "^5.1.2",
"chromedriver": "^132.0.0",
"codecov": "^3.8.3",
"dotenv": "^16.0.3",
Expand Down
85 changes: 41 additions & 44 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 50ba5ba

Please sign in to comment.