Skip to content

Commit

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

---
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 Aug 27, 2024
1 parent 1a84719 commit 515741a
Show file tree
Hide file tree
Showing 10 changed files with 932 additions and 920 deletions.
2 changes: 1 addition & 1 deletion examples/node-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "^5.3.0"
},
"dependencies": {
"chai": "^4.3.4",
"chai": "^5.1.1",
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
"@matterlabs/hardhat-zksync-solc": "workspace:^",
"@matterlabs/hardhat-zksync-node": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@matterlabs/hardhat-zksync-solc": "workspace:^",
"chalk": "^4.1.2",
"ts-morph": "^22.0.0",
"chai": "^4.3.4",
"chai": "^5.1.1",
"glob": "^10.4.1",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"chalk": "^4.1.2",
"hardhat": "^2.22.5",
"chai": "^4.3.4",
"chai": "^5.1.1",
"@matterlabs/hardhat-zksync-solc": "workspace:^",
"@matterlabs/hardhat-zksync-deploy": "workspace:^"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"chalk": "^4.1.2",
"fs-extra": "^11.2.0",
"proxyquire": "^2.1.3",
"chai": "^4.3.4",
"chai": "^5.1.1",
"undici": "^6.18.2",
"sinon-chai": "^3.7.0",
"sinon": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-solc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"chalk": "^4.1.2",
"dockerode": "^4.0.2",
"fs-extra": "^11.2.0",
"chai": "^4.3.4",
"chai": "^5.1.1",
"undici": "^6.18.2",
"debug": "^4.3.5",
"semver": "^7.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-verify-vyper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@matterlabs/hardhat-zksync-vyper": "workspace:^",
"axios": "^1.7.2",
"chai": "^4.3.4",
"chai": "^5.1.1",
"chalk": "^4.1.2",
"@nomiclabs/hardhat-vyper": "^3.0.6",
"@ethersproject/abi":"^5.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-verify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"axios": "^1.7.2",
"semver": "^7.6.2",
"cbor": "^9.0.2",
"chai": "^4.3.4",
"chai": "^5.1.1",
"chalk": "^4.1.2",
"debug": "^4.3.5",
"sinon": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-vyper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dockerode": "^4.0.2",
"fs-extra": "^11.2.0",
"sinon": "^18.0.0",
"chai": "^4.3.4",
"chai": "^5.1.1",
"undici": "^6.18.2",
"semver": "^7.6.2",
"sinon-chai": "^3.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@openzeppelin/contracts": "^4.9.2",
"ethers": "^6.12.2",
"zksync-ethers": "^6.8.0",
"chai": "^4.3.4",
"chai": "^5.1.1",
"sinon-chai": "^3.7.0",
"sinon": "^18.0.0"
},
Expand Down
1,834 changes: 923 additions & 911 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 515741a

Please sign in to comment.