diff --git a/interface/package.json b/interface/package.json index 82686f18..3a0ef220 100644 --- a/interface/package.json +++ b/interface/package.json @@ -49,7 +49,7 @@ "eslint-config-next": "^14.0.4", "next-seo": "^6.4.0", "postcss": "^8.4.33", - "prettier": "^3.1.1", + "prettier": "^3.2.1", "prettier-plugin-tailwindcss": "^0.5.11", "tailwindcss": "^3.4.1", "typescript": "^5.3.3" diff --git a/lib/openzeppelin-contracts b/lib/openzeppelin-contracts index 920225a1..efb8c1af 160000 --- a/lib/openzeppelin-contracts +++ b/lib/openzeppelin-contracts @@ -1 +1 @@ -Subproject commit 920225a1c7e6e749ba23b10ed076b04f454290e8 +Subproject commit efb8c1af6e97a5236fa65b62ef81dbbf67254c18 diff --git a/lib/solady b/lib/solady index a014d0d3..03fe77af 160000 --- a/lib/solady +++ b/lib/solady @@ -1 +1 @@ -Subproject commit a014d0d3281d64983a9603a18811ce12c7605d33 +Subproject commit 03fe77af044c61cf61b7fe1d5e496aef613b7c7a diff --git a/package.json b/package.json index 2b7a8f74..75504b0e 100644 --- a/package.json +++ b/package.json @@ -125,12 +125,12 @@ "@typescript-eslint/parser": "^6.18.1", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", - "ethers": "^6.9.2", + "ethers": "^6.10.0", "hardhat": "^2.19.4", "hardhat-abi-exporter": "^2.10.1", "hardhat-contract-sizer": "^2.10.0", "hardhat-gas-reporter": "^1.0.9", - "prettier": "^3.1.1", + "prettier": "^3.2.1", "prettier-plugin-solidity": "^1.3.1", "solhint": "^4.1.1", "ts-node": "^10.9.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dc34fea9..72350175 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,16 +9,16 @@ importers: devDependencies: "@nomicfoundation/hardhat-ethers": specifier: ^3.0.5 - version: 3.0.5(ethers@6.9.2)(hardhat@2.19.4) + version: 3.0.5(ethers@6.10.0)(hardhat@2.19.4) "@nomicfoundation/hardhat-verify": specifier: ^2.0.3 version: 2.0.3(hardhat@2.19.4) "@typechain/ethers-v6": specifier: ^0.5.1 - version: 0.5.1(ethers@6.9.2)(typechain@8.3.2)(typescript@5.3.3) + version: 0.5.1(ethers@6.10.0)(typechain@8.3.2)(typescript@5.3.3) "@typechain/hardhat": specifier: ^9.1.0 - version: 9.1.0(@typechain/ethers-v6@0.5.1)(ethers@6.9.2)(hardhat@2.19.4)(typechain@8.3.2) + version: 9.1.0(@typechain/ethers-v6@0.5.1)(ethers@6.10.0)(hardhat@2.19.4)(typechain@8.3.2) "@typescript-eslint/eslint-plugin": specifier: ^6.18.1 version: 6.18.1(@typescript-eslint/parser@6.18.1)(eslint@8.56.0)(typescript@5.3.3) @@ -32,8 +32,8 @@ importers: specifier: ^9.1.0 version: 9.1.0(eslint@8.56.0) ethers: - specifier: ^6.9.2 - version: 6.9.2 + specifier: ^6.10.0 + version: 6.10.0 hardhat: specifier: ^2.19.4 version: 2.19.4(ts-node@10.9.2)(typescript@5.3.3) @@ -47,11 +47,11 @@ importers: specifier: ^1.0.9 version: 1.0.9(hardhat@2.19.4) prettier: - specifier: ^3.1.1 - version: 3.1.1 + specifier: ^3.2.1 + version: 3.2.1 prettier-plugin-solidity: specifier: ^1.3.1 - version: 1.3.1(prettier@3.1.1) + version: 1.3.1(prettier@3.2.1) solhint: specifier: ^4.1.1 version: 4.1.1(typescript@5.3.3) @@ -94,7 +94,7 @@ importers: devDependencies: "@trivago/prettier-plugin-sort-imports": specifier: ^4.3.0 - version: 4.3.0(prettier@3.1.1) + version: 4.3.0(prettier@3.2.1) "@types/node": specifier: ^20.11.0 version: 20.11.0 @@ -120,11 +120,11 @@ importers: specifier: ^8.4.33 version: 8.4.33 prettier: - specifier: ^3.1.1 - version: 3.1.1 + specifier: ^3.2.1 + version: 3.2.1 prettier-plugin-tailwindcss: specifier: ^0.5.11 - version: 0.5.11(@trivago/prettier-plugin-sort-imports@4.3.0)(prettier@3.1.1) + version: 0.5.11(@trivago/prettier-plugin-sort-imports@4.3.0)(prettier@3.2.1) tailwindcss: specifier: ^3.4.1 version: 3.4.1(ts-node@10.9.2) @@ -1707,7 +1707,7 @@ packages: - utf-8-validate dev: true - /@nomicfoundation/hardhat-ethers@3.0.5(ethers@6.9.2)(hardhat@2.19.4): + /@nomicfoundation/hardhat-ethers@3.0.5(ethers@6.10.0)(hardhat@2.19.4): resolution: { integrity: sha512-RNFe8OtbZK6Ila9kIlHp0+S80/0Bu/3p41HUpaRIoHLm6X3WekTd83vob3rE54Duufu1edCiBDxspBzi2rxHHw==, @@ -1717,7 +1717,7 @@ packages: hardhat: ^2.0.0 dependencies: debug: 4.3.4(supports-color@8.1.1) - ethers: 6.9.2 + ethers: 6.10.0 hardhat: 2.19.4(ts-node@10.9.2)(typescript@5.3.3) lodash.isequal: 4.5.0 transitivePeerDependencies: @@ -2123,7 +2123,7 @@ packages: } dev: false - /@trivago/prettier-plugin-sort-imports@4.3.0(prettier@3.1.1): + /@trivago/prettier-plugin-sort-imports@4.3.0(prettier@3.2.1): resolution: { integrity: sha512-r3n0onD3BTOVUNPhR4lhVK4/pABGpbA7bW3eumZnYdKaHkf1qEC+Mag6DPbGNuuh0eG8AaYj+YqmVHSiGslaTQ==, @@ -2141,7 +2141,7 @@ packages: "@babel/types": 7.17.0 javascript-natural-sort: 0.7.1 lodash: 4.17.21 - prettier: 3.1.1 + prettier: 3.2.1 transitivePeerDependencies: - supports-color dev: true @@ -2174,7 +2174,7 @@ packages: } dev: true - /@typechain/ethers-v6@0.5.1(ethers@6.9.2)(typechain@8.3.2)(typescript@5.3.3): + /@typechain/ethers-v6@0.5.1(ethers@6.10.0)(typechain@8.3.2)(typescript@5.3.3): resolution: { integrity: sha512-F+GklO8jBWlsaVV+9oHaPh5NJdd6rAKN4tklGfInX1Q7h0xPgVLP39Jl3eCulPB5qexI71ZFHwbljx4ZXNfouA==, @@ -2184,14 +2184,14 @@ packages: typechain: ^8.3.2 typescript: ">=4.7.0" dependencies: - ethers: 6.9.2 + ethers: 6.10.0 lodash: 4.17.21 ts-essentials: 7.0.3(typescript@5.3.3) typechain: 8.3.2(typescript@5.3.3) typescript: 5.3.3 dev: true - /@typechain/hardhat@9.1.0(@typechain/ethers-v6@0.5.1)(ethers@6.9.2)(hardhat@2.19.4)(typechain@8.3.2): + /@typechain/hardhat@9.1.0(@typechain/ethers-v6@0.5.1)(ethers@6.10.0)(hardhat@2.19.4)(typechain@8.3.2): resolution: { integrity: sha512-mtaUlzLlkqTlfPwB3FORdejqBskSnh+Jl8AIJGjXNAQfRQ4ofHADPl1+oU7Z3pAJzmZbUXII8MhOLQltcHgKnA==, @@ -2202,8 +2202,8 @@ packages: hardhat: ^2.9.9 typechain: ^8.3.2 dependencies: - "@typechain/ethers-v6": 0.5.1(ethers@6.9.2)(typechain@8.3.2)(typescript@5.3.3) - ethers: 6.9.2 + "@typechain/ethers-v6": 0.5.1(ethers@6.10.0)(typechain@8.3.2)(typescript@5.3.3) + ethers: 6.10.0 fs-extra: 9.1.0 hardhat: 2.19.4(ts-node@10.9.2)(typescript@5.3.3) typechain: 8.3.2(typescript@5.3.3) @@ -4628,10 +4628,10 @@ packages: - utf-8-validate dev: true - /ethers@6.9.2: + /ethers@6.10.0: resolution: { - integrity: sha512-YpkrtILnMQz5jSEsJQRTpduaGT/CXuLnUIuOYzHA0v/7c8IX91m2J48wSKjzGL5L9J/Us3tLoUdb+OwE3U+FFQ==, + integrity: sha512-nMNwYHzs6V1FR3Y4cdfxSQmNgZsRj1RiTU25JwvnJLmyzw9z3SKxNc2XKDuiXXo/v9ds5Mp9m6HBabgYQQ26tA==, } engines: { node: ">=14.0.0" } dependencies: @@ -7244,7 +7244,7 @@ packages: engines: { node: ">= 0.8.0" } dev: true - /prettier-plugin-solidity@1.3.1(prettier@3.1.1): + /prettier-plugin-solidity@1.3.1(prettier@3.2.1): resolution: { integrity: sha512-MN4OP5I2gHAzHZG1wcuJl0FsLS3c4Cc5494bbg+6oQWBPuEamjwDvmGfFMZ6NFzsh3Efd9UUxeT7ImgjNH4ozA==, @@ -7254,12 +7254,12 @@ packages: prettier: ">=2.3.0" dependencies: "@solidity-parser/parser": 0.17.0 - prettier: 3.1.1 + prettier: 3.2.1 semver: 7.5.4 solidity-comments-extractor: 0.0.8 dev: true - /prettier-plugin-tailwindcss@0.5.11(@trivago/prettier-plugin-sort-imports@4.3.0)(prettier@3.1.1): + /prettier-plugin-tailwindcss@0.5.11(@trivago/prettier-plugin-sort-imports@4.3.0)(prettier@3.2.1): resolution: { integrity: sha512-AvI/DNyMctyyxGOjyePgi/gqj5hJYClZ1avtQvLlqMT3uDZkRbi4HhGUpok3DRzv9z7Lti85Kdj3s3/1CeNI0w==, @@ -7311,8 +7311,8 @@ packages: prettier-plugin-twig-melody: optional: true dependencies: - "@trivago/prettier-plugin-sort-imports": 4.3.0(prettier@3.1.1) - prettier: 3.1.1 + "@trivago/prettier-plugin-sort-imports": 4.3.0(prettier@3.2.1) + prettier: 3.2.1 dev: true /prettier@2.8.8: @@ -7324,10 +7324,10 @@ packages: hasBin: true dev: true - /prettier@3.1.1: + /prettier@3.2.1: resolution: { - integrity: sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==, + integrity: sha512-qSUWshj1IobVbKc226Gw2pync27t0Kf0EdufZa9j7uBSJay1CC+B3K5lAAZoqgX3ASiKuWsk6OmzKRetXNObWg==, } engines: { node: ">=14" } hasBin: true