Skip to content

Commit 26bd164

Browse files
committed
🔁 Bump Dependencies
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent c136561 commit 26bd164

6 files changed

Lines changed: 34 additions & 35 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,6 @@ Generally, for security issues, see our [Security Policy](./SECURITY.md). Furthe
836836

837837
- Several functions allow for reentrancy, however we refrain from adding a mutex lock to keep it as use-case agnostic as possible. Please ensure at the protocol level that potentially malicious reentrant calls do not affect your smart contract system.
838838
- In the functions:
839-
840839
- [`deployCreate3(bytes32,bytes)`](https://github.com/pcaversaccio/createx/blob/main/src/CreateX.sol#L616-L646),
841840
- [`deployCreate3AndInit(bytes32,bytes,bytes,tuple(uint256,uint256))`](https://github.com/pcaversaccio/createx/blob/main/src/CreateX.sol#L725-L760), and
842841
- [`deployCreate3AndInit(bytes32,bytes,bytes,tuple(uint256,uint256),address)`](https://github.com/pcaversaccio/createx/blob/main/src/CreateX.sol#L665-L723)

interface/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-plugin-react-hooks": "^5.2.0",
5555
"next-seo": "^6.8.0",
5656
"postcss": "^8.5.6",
57-
"prettier": "^3.5.3",
57+
"prettier": "^3.6.0",
5858
"prettier-plugin-tailwindcss": "^0.6.13",
5959
"tailwindcss": "^4.1.10",
6060
"typescript": "^5.8.3",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"author": "pcaversaccio (https://pcaversaccio.com), Matt Solomon (https://mattsolomon.dev)",
2323
"license": "AGPL-3.0-only",
24-
"packageManager": "pnpm@10.12.1",
24+
"packageManager": "pnpm@10.12.2",
2525
"scripts": {
2626
"clean": "npx hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",
@@ -240,7 +240,7 @@
240240
"hardhat-abi-exporter": "^2.11.0",
241241
"hardhat-contract-sizer": "^2.10.0",
242242
"hardhat-gas-reporter": "^2.3.0",
243-
"prettier": "^3.5.3",
243+
"prettier": "^3.6.0",
244244
"prettier-plugin-solidity": "^2.0.0",
245245
"solhint": "^5.1.0",
246246
"ts-node": "^10.9.2",

pnpm-lock.yaml

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)