Skip to content

Commit

Permalink
chore(deps): bump hardhat from 2.22.5 to 2.22.13
Browse files Browse the repository at this point in the history
Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.22.5 to 2.22.13.
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.22.5...hardhat@2.22.13)

---
updated-dependencies:
- dependency-name: hardhat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent be43a83 commit dcd787c
Show file tree
Hide file tree
Showing 21 changed files with 1,036 additions and 1,065 deletions.
2 changes: 1 addition & 1 deletion examples/basic-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
"@matterlabs/hardhat-zksync-solc": "workspace:^",
"chalk": "^4.1.2",
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"ethers": "^6.12.2",
"zksync-ethers": "^6.11.2",
"@matterlabs/zksync-contracts": "^0.6.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/deploy-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
"@matterlabs/hardhat-zksync-solc": "workspace:^",
"chalk": "^4.1.2",
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"ethers": "^6.12.2",
"zksync-ethers": "^6.11.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/download-with-compiler-origin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
"@matterlabs/hardhat-zksync-solc": "workspace:^",
"chalk": "^4.1.2",
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"ethers": "^6.12.2",
"zksync-ethers": "^6.11.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/mixed-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@matterlabs/hardhat-zksync-vyper": "workspace:^",
"@nomiclabs/hardhat-vyper": "^3.0.5",
"ethers": "^6.7.1",
"hardhat": "^2.22.5"
"hardhat": "^2.22.13"
},
"prettier": {
"tabWidth": 4,
Expand Down
2 changes: 1 addition & 1 deletion examples/node-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@matterlabs/hardhat-zksync-node": "workspace:^",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
"chalk": "^4.1.2",
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"ethers": "^6.12.2",
"zksync-ethers": "^6.11.2",
"@matterlabs/zksync-contracts": "^0.6.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/noninline-libraries-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
"@matterlabs/hardhat-zksync-solc": "workspace:^",
"chalk": "^4.1.2",
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"ethers": "^6.12.2",
"zksync-ethers": "^6.11.2",
"@matterlabs/zksync-contracts": "^0.6.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/upgradable-example-l1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"chalk": "^4.1.2",
"ethers": "^6.12.2",
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"zksync": "^0.13.1",
"zksync-ethers": "^6.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/upgradable-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"ethers": "^6.12.2",
"zksync-ethers": "^6.11.2",
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
"@matterlabs/hardhat-zksync-ethers": "workspace:^",
"@matterlabs/hardhat-zksync-solc": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion examples/verify-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
"@matterlabs/hardhat-zksync-upgradable": "workspace:^",
"chalk": "^4.1.2",
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"ethers": "^6.12.2",
"zksync-ethers": "^6.11.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/verify-vyper-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"chalk": "^4.1.2",
"@nomiclabs/hardhat-vyper": "^3.0.5",
"ethers": "^6.7.1",
"hardhat": "^2.22.5"
"hardhat": "^2.22.13"
},
"prettier": {
"tabWidth": 4,
Expand Down
2 changes: 1 addition & 1 deletion examples/zksync-ethers-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@matterlabs/hardhat-zksync-solc": "workspace:^",
"@matterlabs/hardhat-zksync-ethers": "workspace:^",
"chalk": "^4.1.2",
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"ethers": "^6.12.2",
"zksync-ethers": "^6.11.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-zksync-deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"eslint-plugin-prettier": "^5.0.1",
"ethers": "^6.12.2",
"zksync-ethers": "^6.11.2",
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"ts-node": "^10.9.2",
"prettier": "^3.3.0",
"rimraf": "^5.0.7",
"typescript": "^5.3.0",
"c8": "^9.1.0"
},
"peerDependencies": {
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"ethers": "^6.12.2",
"zksync-ethers": "^6.11.2"
},
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 @@ -35,7 +35,7 @@
],
"dependencies": {
"chalk": "^4.1.2",
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"chai": "^4.3.4",
"@matterlabs/hardhat-zksync-solc": "workspace:^",
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-zksync-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "^5.0.1",
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"mocha": "^10.4.0",
"prettier": "^3.3.0",
"rimraf": "^5.0.7",
Expand All @@ -66,7 +66,7 @@
"c8": "^9.1.0"
},
"peerDependencies": {
"hardhat": "^2.22.5"
"hardhat": "^2.22.13"
},
"prettier": {
"tabWidth": 4,
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-zksync-solc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "^5.0.1",
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"mocha": "^10.4.0",
"prettier": "3.3.0",
"rimraf": "^5.0.7",
Expand All @@ -72,7 +72,7 @@
"c8": "^8.0.1"
},
"peerDependencies": {
"hardhat": "^2.22.5"
"hardhat": "^2.22.13"
},
"prettier": {
"tabWidth": 4,
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-upgradable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"ethereumjs-util": "^7.1.5",
"ethers": "^6.12.2",
"fs-extra": "^11.2.0",
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"zksync-ethers": "^6.11.2",
"solidity-ast": "^0.4.56",
"proper-lockfile": "^4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-zksync-verify-vyper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "^5.0.1",
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"mocha": "^10.4.0",
"prettier": "^3.3.0",
"rimraf": "^5.0.7",
Expand All @@ -68,7 +68,7 @@
"c8": "^9.1.0"
},
"peerDependencies": {
"hardhat": "^2.22.5"
"hardhat": "^2.22.13"
},
"prettier": {
"tabWidth": 4,
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-zksync-verify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
"mocha": "^10.4.0",
"prettier": "^3.3.0",
"rimraf": "^5.0.7",
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"ts-node": "^10.9.2",
"typescript": "^5.3.0"
},
"peerDependencies": {
"@nomicfoundation/hardhat-verify": "^2.0.8",
"hardhat": "^2.22.5"
"hardhat": "^2.22.13"
},
"prettier": {
"tabWidth": 4,
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-zksync-vyper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "^5.0.1",
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"mocha": "^10.4.0",
"prettier": "3.3.0",
"rimraf": "^5.0.7",
Expand All @@ -71,7 +71,7 @@
},
"peerDependencies": {
"@nomiclabs/hardhat-vyper": "^3.0.6",
"hardhat": "^2.22.5"
"hardhat": "^2.22.13"
},
"prettier": {
"tabWidth": 4,
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 @@ -33,7 +33,7 @@
"README.md"
],
"dependencies": {
"hardhat": "^2.22.5",
"hardhat": "^2.22.13",
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
"@matterlabs/hardhat-zksync-solc": "workspace:^",
"@matterlabs/hardhat-zksync-verify": "workspace:^",
Expand Down
Loading

0 comments on commit dcd787c

Please sign in to comment.