Skip to content

Commit

Permalink
🔁 Bump Dependencies (#110)
Browse files Browse the repository at this point in the history
### 🕓 Changelog

Update all compatible dependencies suggested by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate).

---------

Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
renovate[bot] and pcaversaccio authored Jun 1, 2024
1 parent 55c79c8 commit 9a18ffd
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 195 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
FOUNDRY_PROFILE: default

- name: Slither static analyser
uses: crytic/slither-action@v0.3.2
uses: crytic/slither-action@v0.4.0
id: slither
with:
node-version: ${{ matrix.node_version }}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"lint:fix": "pnpm prettier:fix && pnpm solhint:fix && npx eslint . --fix"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"@eslint/js": "^9.4.0",
"@matterlabs/hardhat-zksync-deploy": "^1.4.0",
"@matterlabs/hardhat-zksync-ethers": "1.0.0",
"@matterlabs/hardhat-zksync-solc": "^1.1.4",
Expand All @@ -159,7 +159,7 @@
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.13",
"@types/node": "^20.13.0",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -168,7 +168,7 @@
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^2.2.0",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"prettier-plugin-solidity": "^1.3.1",
"solhint": "^5.0.1",
"solidity-coverage": "^0.8.12",
Expand Down
Loading

0 comments on commit 9a18ffd

Please sign in to comment.