Skip to content

Commit a0f7c83

Browse files
committed
🔁 Update Dependencies
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent e9d0531 commit a0f7c83

2 files changed

Lines changed: 135 additions & 140 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
"lint:fix": "pnpm run prettier:fix && pnpm run solhint:fix && npx eslint . --fix"
204204
},
205205
"devDependencies": {
206-
"@eslint/js": "^9.27.0",
206+
"@eslint/js": "^9.28.0",
207207
"@matterlabs/hardhat-zksync-deploy": "^1.7.0",
208208
"@matterlabs/hardhat-zksync-ethers": "^1.3.0",
209209
"@matterlabs/hardhat-zksync-solc": "^1.3.2",
@@ -217,16 +217,16 @@
217217
"@typechain/hardhat": "^9.1.0",
218218
"@types/chai": "^4.3.20",
219219
"@types/mocha": "^10.0.10",
220-
"@types/node": "^22.15.23",
220+
"@types/node": "^22.15.29",
221221
"chai": "^4.5.0",
222222
"dotenv": "^16.5.0",
223-
"eslint": "^9.27.0",
223+
"eslint": "^9.28.0",
224224
"eslint-config-prettier": "^10.1.5",
225225
"ethers": "^6.14.3",
226226
"hardhat": "^2.24.1",
227227
"hardhat-abi-exporter": "^2.11.0",
228228
"hardhat-contract-sizer": "^2.10.0",
229-
"hardhat-gas-reporter": "^2.2.3",
229+
"hardhat-gas-reporter": "^2.3.0",
230230
"prettier": "^3.5.3",
231231
"prettier-plugin-solidity": "^2.0.0",
232232
"solhint": "^5.1.0",

0 commit comments

Comments
 (0)