Skip to content

Commit 909a3c1

Browse files
committed
🔁 Update Dependencies
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
1 parent 3d3e9d1 commit 909a3c1

File tree

3 files changed

+170
-170
lines changed

3 files changed

+170
-170
lines changed

.github/workflows/test-contracts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: pnpm test
5454

5555
- name: Slither static analyser
56-
uses: crytic/[email protected].0
56+
uses: crytic/[email protected].1
5757
id: slither
5858
with:
5959
node-version: ${{ matrix.node_version }}

package.json

+4-4
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.22.0",
192+
"@eslint/js": "^9.23.0",
193193
"@matterlabs/hardhat-zksync-deploy": "^1.6.0",
194194
"@matterlabs/hardhat-zksync-ethers": "1.2.1",
195195
"@matterlabs/hardhat-zksync-solc": "^1.2.6",
@@ -203,10 +203,10 @@
203203
"@typechain/hardhat": "^9.1.0",
204204
"@types/chai": "^4.3.20",
205205
"@types/mocha": "^10.0.10",
206-
"@types/node": "^22.13.10",
206+
"@types/node": "^22.13.11",
207207
"chai": "^4.5.0",
208208
"dotenv": "^16.4.7",
209-
"eslint": "^9.22.0",
209+
"eslint": "^9.23.0",
210210
"eslint-config-prettier": "^10.1.1",
211211
"ethers": "^6.13.5",
212212
"hardhat": "^2.22.19",
@@ -220,7 +220,7 @@
220220
"ts-node": "^10.9.2",
221221
"typechain": "^8.3.2",
222222
"typescript": "^5.8.2",
223-
"typescript-eslint": "^8.26.1",
223+
"typescript-eslint": "^8.27.0",
224224
"zksync-ethers": "^6.16.2"
225225
},
226226
"pnpm": {

0 commit comments

Comments
 (0)