Skip to content

Commit

Permalink
Update dependencies across multiple modules to latest versions
Browse files Browse the repository at this point in the history
- Bump Node.js version requirement from ^20 to ^22 in package.json files.
- Update various dependencies including:
  - `dotenv` from ^16.4.5 to ^16.4.7
  - `eslint-plugin-react-refresh` from ^0.4.14 to ^0.4.16
  - `prettier` from ^3.4.1 to ^3.4.2
  - `sherif` from ^1.0.2 to ^1.1.1
  - `viem` from 2.21.51 to 2.21.54
  - `@types/node` from ^20.14.10 to ^22.10.2
  - `hardhat` from ^2.22.16 to ^2.22.17
  - `solidity-coverage` from ^0.8.13 to ^0.8.14
  - `@safe-global/safe-deployments` from ^1.37.18 to ^1.37.22
- Ensure compatibility with updated versions across all affected modules.

This update enhances the stability and security of the project by keeping dependencies up to date.
  • Loading branch information
mmv08 committed Dec 12, 2024
1 parent 372d18e commit 6179e7f
Show file tree
Hide file tree
Showing 10 changed files with 351 additions and 561 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 @@ -53,13 +53,13 @@
"@alchemy/aa-core": "3.19.0",
"@gelatonetwork/relay-sdk": "^5.5.6",
"alchemy-sdk": "3.5.0",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"ethers": "^6.13.4",
"permissionless": "0.1.45",
"viem": "2.21.51"
"viem": "2.21.54"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/node": "^22.10.2",
"tsx": "4.19.2",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/4337-passkeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@account-abstraction/contracts": "0.7.0",
"@safe-global/safe-4337": "0.3.0",
"@safe-global/safe-contracts": "1.4.1-2",
"@safe-global/safe-deployments": "^1.37.18",
"@safe-global/safe-deployments": "^1.37.22",
"@safe-global/safe-modules-deployments": "^2.2.4",
"@safe-global/safe-passkey": "workspace:^0.2.1-1",
"@web3modal/ethers": "^4.1.11",
Expand Down
8 changes: 4 additions & 4 deletions modules/4337/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"@safe-global/safe-4337-provider": "workspace:^0.0.0",
"@types/chai": "^4.3.19",
"@types/mocha": "^10.0.10",
"@types/node": "^20.14.10",
"@types/node": "^22.10.2",
"@types/yargs": "^17.0.33",
"cbor": "^9.0.2",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
"debug": "^4.4.0",
"dotenv": "^16.4.7",
"ethers": "^6.13.4",
"hardhat": "^2.22.16",
"hardhat": "^2.22.17",
"hardhat-deploy": "^0.12.4",
"husky": "^9.1.7",
"solc": "0.8.23",
Expand Down
10 changes: 5 additions & 5 deletions modules/allowances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.0.2",
"@safe-global/safe-contracts": "1.4.1-2",
"@safe-global/safe-deployments": "^1.37.18",
"@safe-global/safe-deployments": "^1.37.22",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/mocha": "^10.0.10",
"@types/node": "^20.14.10",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"eslint": "^8.57.0",
"ethers": "^6.13.4",
"hardhat": "^2.22.16",
"hardhat": "^2.22.17",
"hardhat-deploy": "^0.12.4",
"solhint": "^5.0.3",
"solidity-coverage": "^0.8.13",
"solidity-coverage": "^0.8.14",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.7.2"
Expand Down
6 changes: 3 additions & 3 deletions modules/passkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"@safe-global/safe-4337-local-bundler": "workspace:^0.0.0",
"@safe-global/safe-contracts": "1.4.1-2",
"@simplewebauthn/server": "^10.0.1",
"@types/node": "^20.14.10",
"dotenv": "^16.4.5",
"@types/node": "^22.10.2",
"dotenv": "^16.4.7",
"ethers": "^6.13.4",
"hardhat": "^2.22.16",
"hardhat": "^2.22.17",
"hardhat-deploy": "^0.12.4",
"solc": "0.8.26",
"solhint": "^5.0.3",
Expand Down
6 changes: 3 additions & 3 deletions modules/recovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@types/node": "^20.14.10",
"@types/node": "^22.10.2",
"@types/yargs": "^17.0.33",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"ethers": "^6.13.4",
"hardhat": "^2.22.16",
"hardhat": "^2.22.17",
"hardhat-deploy": "^0.12.4",
"solc": "0.8.20",
"typescript": "^5.7.2",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"Safe"
],
"engines": {
"node": "^20",
"node": "^22",
"pnpm": "^9"
},
"devDependencies": {
Expand All @@ -43,10 +43,10 @@
"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.14",
"prettier": "^3.4.1",
"eslint-plugin-react-refresh": "^0.4.16",
"prettier": "^3.4.2",
"prettier-plugin-solidity": "^1.4.1",
"rimraf": "^6.0.1",
"sherif": "^1.0.2"
"sherif": "^1.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/4337-local-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@safe-global/safe-4337-provider": "workspace:^0.0.0",
"@safe-global/safe-contracts": "1.4.1-2",
"ethers": "^6.13.4",
"hardhat": "^2.22.16",
"hardhat": "^2.22.17",
"hardhat-deploy": "^0.12.4",
"node-fetch": "^3.3.2",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/4337-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"typescript": "^5.7.2"
},
"devDependencies": {
"@types/node": "^20.14.10"
"@types/node": "^22.10.2"
}
}
Loading

0 comments on commit 6179e7f

Please sign in to comment.