Skip to content

Commit 09cb5fb

Browse files
committed
🔁 Update Dependencies
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 7ac894e commit 09cb5fb

6 files changed

Lines changed: 108 additions & 108 deletions

File tree

foundry.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"lib/openzeppelin-contracts": {
99
"branch": {
1010
"name": "master",
11-
"rev": "001169b1d1e06da861a646afab0cd356bd190882"
11+
"rev": "a83d9aabbca1ad4be17acba3e1caeca90539d3cc"
1212
}
1313
},
1414
"lib/solady": {
1515
"branch": {
1616
"name": "main",
17-
"rev": "95408a3d3b433eee4ad63752b0700e97fc7dbb7d"
17+
"rev": "90db92ce173856605d24a554969f2c67cadbc7e9"
1818
}
1919
}
2020
}

interface/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023-2025 Matt Solomon
3+
Copyright (c) 2023-2026 Matt Solomon
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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.26.2",
24+
"packageManager": "pnpm@10.27.0",
2525
"scripts": {
2626
"clean": "npx hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",
@@ -256,7 +256,7 @@
256256
"eslint-config-prettier": "^10.1.8",
257257
"ethers": "^6.16.0",
258258
"globals": "^16.5.0",
259-
"hardhat": "^2.28.1",
259+
"hardhat": "^2.28.2",
260260
"hardhat-abi-exporter": "^2.11.0",
261261
"hardhat-contract-sizer": "^2.10.1",
262262
"hardhat-gas-reporter": "^2.3.0",

0 commit comments

Comments
 (0)