Skip to content

Commit c0a9971

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

2 files changed

Lines changed: 146 additions & 146 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"lint:fix": "pnpm run prettier:fix && pnpm run solhint:fix && npx eslint . --fix"
190190
},
191191
"devDependencies": {
192-
"@eslint/js": "^9.23.0",
192+
"@eslint/js": "^9.24.0",
193193
"@matterlabs/hardhat-zksync-deploy": "^1.7.0",
194194
"@matterlabs/hardhat-zksync-ethers": "^1.3.0",
195195
"@matterlabs/hardhat-zksync-solc": "^1.3.0",
@@ -206,7 +206,7 @@
206206
"@types/node": "^22.14.0",
207207
"chai": "^4.5.0",
208208
"dotenv": "^16.4.7",
209-
"eslint": "^9.23.0",
209+
"eslint": "^9.24.0",
210210
"eslint-config-prettier": "^10.1.1",
211211
"ethers": "^6.13.5",
212212
"hardhat": "^2.22.19",
@@ -219,7 +219,7 @@
219219
"solidity-coverage": "^0.8.14",
220220
"ts-node": "^10.9.2",
221221
"typechain": "^8.3.2",
222-
"typescript": "^5.8.2",
222+
"typescript": "^5.8.3",
223223
"typescript-eslint": "^8.29.0",
224224
"zksync-ethers": "^6.17.0"
225225
},

0 commit comments

Comments
 (0)