Commit 4649cfb
committed
🔁 Update Dependencies
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>1 parent 12381da commit 4649cfb
File tree
6 files changed
+247
-247
lines changed- interface
- lib
6 files changed
+247
-247
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
- CONTRIBUTING.md+2-2
- README.md+10-8
- src/Base.sol+1-1
- src/Config.sol+1-1
- src/LibVariable.sol+1-1
- src/Script.sol+1-1
- src/StdAssertions.sol+1-1
- src/StdChains.sol+1-1
- src/StdCheats.sol+1-1
- src/StdConfig.sol+1-1
- src/StdConstants.sol+1-1
- src/StdError.sol+1-1
- src/StdInvariant.sol+1-1
- src/StdJson.sol+1-1
- src/StdMath.sol+1-1
- src/StdStorage.sol+1-1
- src/StdStyle.sol+1-1
- src/StdToml.sol+1-1
- src/StdUtils.sol+1-1
- src/Test.sol+1-1
- src/console.sol+8-16
- src/console2.sol+1-1
- src/interfaces/IERC1155.sol+1-1
- src/interfaces/IERC165.sol+1-1
- src/interfaces/IERC20.sol+1-1
- src/interfaces/IERC4626.sol+1-1
- src/interfaces/IERC6909.sol+1-1
- src/interfaces/IERC721.sol+1-1
- src/interfaces/IERC7540.sol+1-1
- src/interfaces/IERC7575.sol+1-1
- src/interfaces/IMulticall3.sol+1-1
- src/safeconsole.sol+1-1
- test/CommonBase.t.sol+1-1
- test/Config.t.sol+1-1
- test/LibVariable.t.sol+1-1
- test/StdAssertions.t.sol+1-1
- test/StdChains.t.sol+1-1
- test/StdCheats.t.sol+1-1
- test/StdConstants.t.sol+1-1
- test/StdError.t.sol+1-1
- test/StdJson.t.sol+1-1
- test/StdMath.t.sol+1-1
- test/StdStorage.t.sol+1-1
- test/StdStyle.t.sol+1-1
- test/StdToml.t.sol+1-1
- test/StdUtils.t.sol+1-1
- test/Vm.t.sol+1-1
- test/compilation/CompilationScript.sol+1-1
- test/compilation/CompilationScriptBase.sol+1-1
- test/compilation/CompilationTest.sol+1-1
- test/compilation/CompilationTestBase.sol+1-1
Submodule openzeppelin-contracts updated 46 files
- .changeset/fluffy-facts-brake.md+5
- .changeset/forty-ads-design.md+5
- .changeset/full-emus-hear.md+5
- CHANGELOG.md+2
- contracts/account/Account.sol+1-1
- contracts/account/utils/draft-ERC4337Utils.sol+3
- contracts/crosschain/bridges/BridgeERC20Core.sol+3-2
- contracts/mocks/proxy/ERC1967ProxyUnsafe.sol+13
- contracts/proxy/ERC1967/ERC1967Proxy.sol+24-2
- contracts/token/ERC1155/ERC1155.sol+3
- contracts/token/ERC20/extensions/ERC20Crosschain.sol+1-1
- contracts/token/ERC721/ERC721.sol+3
- contracts/utils/Arrays.sol+153
- contracts/utils/Base64.sol+1-1
- contracts/utils/Bytes.sol+43
- package-lock.json+1-11
- package.json+1-1
- scripts/generate/templates/Arrays.js+51
- scripts/upgradeable/transpile.sh+1
- test/account/Account.behavior.js+3-3
- test/account/Account.test.js+1-1
- test/account/AccountECDSA.test.js+1-1
- test/account/AccountERC7702.t.sol+6-3
- test/account/AccountERC7702.test.js+1-1
- test/account/AccountERC7913.test.js+1-1
- test/account/AccountMultiSigner.test.js+1-1
- test/account/AccountMultiSignerWeighted.test.js+1-1
- test/account/AccountP256.test.js+1-1
- test/account/AccountRSA.test.js+1-1
- test/account/AccountWebAuthn.test.js+1-1
- test/account/examples/AccountERC7702WithModulesMock.test.js+1-1
- test/account/extensions/AccountERC7579.behavior.js+4-4
- test/account/extensions/AccountERC7579.test.js+1-1
- test/account/extensions/AccountERC7579Hooked.test.js+1-1
- test/account/extensions/ERC7821.behavior.js+7-7
- test/account/utils/draft-ERC4337Utils.test.js+4
- test/helpers/erc4337.js+2-2
- test/proxy/ERC1967/ERC1967Proxy.test.js+18-5
- test/proxy/Proxy.behaviour.js+26-13
- test/proxy/transparent/ProxyAdmin.test.js+1-1
- test/proxy/transparent/TransparentUpgradeableProxy.behaviour.js+19-9
- test/proxy/utils/UUPSUpgradeable.test.js+2-2
- test/token/ERC1155/ERC1155.test.js+8
- test/token/ERC721/ERC721.behavior.js+8
- test/utils/Arrays.t.sol+168
- test/utils/Bytes.t.sol+56
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
0 commit comments