Skip to content

Commit

Permalink
update dependencies, fix certora ci by updating the cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Sep 30, 2024
1 parent 2f0a306 commit fbc6511
Show file tree
Hide file tree
Showing 12 changed files with 659 additions and 586 deletions.
6 changes: 3 additions & 3 deletions examples/4337-gas-metering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"permissionless": "0.1.45",
"viem": "2.20.1"
"viem": "2.21.15"
},
"devDependencies": {
"@types/node": "^20.14.10",
"tsx": "4.19.0",
"typescript": "^5.5.4"
"tsx": "4.19.1",
"typescript": "^5.6.2"
}
}
16 changes: 8 additions & 8 deletions examples/4337-passkeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"dependencies": {
"@account-abstraction/contracts": "0.7.0",
"@safe-global/safe-4337": "0.3.0",
"@safe-global/safe-contracts": "1.4.1-build.0",
"@safe-global/safe-deployments": "^1.37.3",
"@safe-global/safe-contracts": "1.4.1-2",
"@safe-global/safe-deployments": "^1.37.10",
"@safe-global/safe-modules-deployments": "^2.2.1",
"@safe-global/safe-passkey": "workspace:^0.2.1-1",
"@web3modal/ethers": "^4.1.11",
"ethers": "^6.13.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.1"
"react-router-dom": "^6.26.2"
},
"devDependencies": {
"@types/react": "^18.3.4",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"react-router": "^6.26.1",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-commonjs": "^0.10.1"
"react-router": "^6.26.2",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-commonjs": "^0.10.3"
}
}
2 changes: 1 addition & 1 deletion modules/4337/certora/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
certora-cli==7.10.2
certora-cli==7.14.3
2 changes: 1 addition & 1 deletion modules/4337/certora/specs/Safe4337Module.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Account as safeContract;

methods {
function SUPPORTED_ENTRYPOINT() external returns(address) envfree;
function _._msgSender() internal => ERC2771MessageSender() expect address;
function HandlerContext._msgSender() internal returns(address) => ERC2771MessageSender();
function _.checkSignatures(bytes32, bytes, bytes) external => checkSignaturesFunctionCalled() expect bool;

//ISafe harnessed functions
Expand Down
18 changes: 9 additions & 9 deletions modules/4337/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,32 +47,32 @@
"url": "https://github.com/safe-global/safe-modules/issues"
},
"devDependencies": {
"@noble/curves": "^1.5.0",
"@nomicfoundation/hardhat-ethers": "^3.0.7",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
"@noble/curves": "^1.6.0",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.0.2",
"@safe-global/safe-4337-local-bundler": "workspace:^0.0.0",
"@safe-global/safe-4337-provider": "workspace:^0.0.0",
"@types/chai": "^4.3.19",
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.8",
"@types/node": "^20.14.10",
"@types/yargs": "^17.0.33",
"cbor": "^9.0.2",
"debug": "^4.3.6",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"hardhat": "^2.22.9",
"hardhat": "^2.22.12",
"hardhat-deploy": "^0.12.4",
"husky": "^9.1.5",
"husky": "^9.1.6",
"solc": "0.8.23",
"solhint": "^5.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"yargs": "^17.7.2"
},
"dependencies": {
"@account-abstraction/contracts": "0.7.0",
"@safe-global/safe-contracts": "1.4.1-build.0"
"@safe-global/safe-contracts": "1.4.1-2"
}
}
14 changes: 7 additions & 7 deletions modules/allowances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,27 @@
"author": "safe-global",
"license": "LGPL-3.0-only",
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-ethers": "^3.0.7",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
"@openzeppelin/contracts": "^5.0.2",
"@safe-global/safe-contracts": "1.4.1-build.0",
"@safe-global/safe-deployments": "^1.37.3",
"@safe-global/safe-contracts": "1.4.1-2",
"@safe-global/safe-deployments": "^1.37.10",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.8",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"ethers": "^6.13.2",
"hardhat": "^2.22.9",
"hardhat": "^2.22.12",
"hardhat-deploy": "^0.12.4",
"solhint": "^5.0.3",
"solidity-coverage": "^0.8.13",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
12 changes: 6 additions & 6 deletions modules/passkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,24 @@
"prepare": "pnpm run build"
},
"devDependencies": {
"@noble/curves": "^1.5.0",
"@nomicfoundation/hardhat-ethers": "^3.0.7",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
"@noble/curves": "^1.6.0",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@safe-global/mock-contract": "^4.1.0",
"@safe-global/safe-4337": "workspace:^0.3.0-1",
"@safe-global/safe-4337-local-bundler": "workspace:^0.0.0",
"@safe-global/safe-contracts": "1.4.1-build.0",
"@safe-global/safe-contracts": "1.4.1-2",
"@simplewebauthn/server": "^10.0.1",
"@types/node": "^20.14.10",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"hardhat": "^2.22.9",
"hardhat": "^2.22.12",
"hardhat-deploy": "^0.12.4",
"solc": "0.8.26",
"solhint": "^5.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"dependencies": {
"@account-abstraction/contracts": "0.7.0",
Expand Down
10 changes: 5 additions & 5 deletions modules/recovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@
"url": "https://github.com/safe-global/safe-modules/issues"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.7",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@types/node": "^20.14.10",
"@types/yargs": "^17.0.33",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"hardhat": "^2.22.9",
"hardhat": "^2.22.12",
"hardhat-deploy": "^0.12.4",
"solc": "0.8.20",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"yargs": "^17.7.2"
},
"dependencies": {
"candide-contracts": "github:5afe/CandideWalletContracts#113d3c059e039e332637e8f686d9cbd505f1e738",
"@openzeppelin/contracts": "4.9.6",
"@safe-global/safe-contracts": "1.4.1-build.0"
"@safe-global/safe-contracts": "1.4.1-2",
"candide-contracts": "github:5afe/CandideWalletContracts#113d3c059e039e332637e8f686d9cbd505f1e738"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
"pnpm": "^9"
},
"devDependencies": {
"@safe-global/safe-singleton-factory": "^1.0.32",
"@safe-global/safe-singleton-factory": "^1.0.33",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-react-refresh": "^0.4.12",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.4.1",
"rimraf": "^6.0.1",
"sherif": "^0.11.0"
"sherif": "^1.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/4337-local-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@account-abstraction/contracts": "0.7.0",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@safe-global/safe-4337-provider": "workspace:^0.0.0",
"@safe-global/safe-contracts": "1.4.1-build.0",
"@safe-global/safe-contracts": "1.4.1-2",
"ethers": "^6.13.2",
"hardhat": "^2.22.9",
"hardhat": "^2.22.12",
"hardhat-deploy": "^0.12.4",
"node-fetch": "^3.3.2",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/4337-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"ethers": "^6.13.2",
"rimraf": "^6.0.1",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/node": "^20.14.10"
Expand Down
Loading

0 comments on commit fbc6511

Please sign in to comment.