Skip to content

Commit

Permalink
chore(deps): bump chai from 4.3.10 to 5.0.3 in /javascript
Browse files Browse the repository at this point in the history
Bumps [chai](https://github.com/chaijs/chai) from 4.3.10 to 5.0.3.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v4.3.10...v5.0.3)

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent 86a9d04 commit 00a73dc
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 45 deletions.
77 changes: 35 additions & 42 deletions javascript/package-lock.json

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

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@types/chai": "^4.3.11",
"chai": "^4.3.10"
"chai": "^5.0.3"
},
"devDependencies": {
"@types/node": "^20.11.6",
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@polkadot/keyring": "^12.6.2",
"@polkadot/util-crypto": "^12.6.1",
"@zombienet/utils": "^0.0.24",
"chai": "^4.3.10",
"chai": "^5.0.3",
"debug": "^4.3.4",
"execa": "^5.1.1",
"fs-extra": "^11.2.0",
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/mocha": "^10.0.6",
"@types/nunjucks": "^3.2.6",
"@types/sinon": "^17.0.3",
"chai": "^4.3.10",
"chai": "^5.0.3",
"deep-equal-in-any-order": "^2.0.6",
"sinon": "^17.0.1",
"yaml": "^2.3.4"
Expand Down

0 comments on commit 00a73dc

Please sign in to comment.