Skip to content

Commit ad7f0ec

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

2 files changed

Lines changed: 99 additions & 107 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"lint:fix": "pnpm run prettier:fix && pnpm run solhint:fix && npx eslint . --fix"
202202
},
203203
"devDependencies": {
204-
"@eslint/js": "^9.25.0",
204+
"@eslint/js": "^9.25.1",
205205
"@matterlabs/hardhat-zksync-deploy": "^1.7.0",
206206
"@matterlabs/hardhat-zksync-ethers": "^1.3.0",
207207
"@matterlabs/hardhat-zksync-solc": "^1.3.0",
@@ -218,7 +218,7 @@
218218
"@types/node": "^22.14.1",
219219
"chai": "^4.5.0",
220220
"dotenv": "^16.5.0",
221-
"eslint": "^9.25.0",
221+
"eslint": "^9.25.1",
222222
"eslint-config-prettier": "^10.1.2",
223223
"ethers": "^6.13.5",
224224
"hardhat": "^2.23.0",
@@ -232,7 +232,7 @@
232232
"ts-node": "^10.9.2",
233233
"typechain": "^8.3.2",
234234
"typescript": "^5.8.3",
235-
"typescript-eslint": "^8.30.1",
235+
"typescript-eslint": "^8.31.0",
236236
"zksync-ethers": "^6.17.0"
237237
},
238238
"pnpm": {

0 commit comments

Comments
 (0)