diff --git a/packages/contracts-ts/package.json b/packages/contracts-ts/package.json index be4ff5e6229d..11057df5c1d3 100644 --- a/packages/contracts-ts/package.json +++ b/packages/contracts-ts/package.json @@ -53,7 +53,7 @@ "@vitest/coverage-istanbul": "^1.2.2", "@wagmi/cli": "^2.1.2", "@wagmi/core": "^2.6.3", - "abitype": "^1.0.0", + "abitype": "^1.0.2", "glob": "^10.3.10", "isomorphic-fetch": "^3.0.0", "jest-dom": "link:@types/@testing-library/jest-dom", diff --git a/packages/fee-estimation/package.json b/packages/fee-estimation/package.json index c87b9a0fa74c..e39b1b8bdd77 100644 --- a/packages/fee-estimation/package.json +++ b/packages/fee-estimation/package.json @@ -38,7 +38,7 @@ "@testing-library/jest-dom": "^6.4.2", "@testing-library/react-hooks": "^8.0.1", "@vitest/coverage-istanbul": "^1.2.2", - "abitype": "^1.0.0", + "abitype": "^1.0.2", "isomorphic-fetch": "^3.0.0", "jest-dom": "link:@types/@testing-library/jest-dom", "jsdom": "^24.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 15bac7f61cc0..e961e6545f4a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -306,8 +306,8 @@ importers: specifier: ^2.6.3 version: 2.6.3(react@18.2.0)(typescript@5.3.3)(viem@2.7.19) abitype: - specifier: ^1.0.0 - version: 1.0.0(typescript@5.3.3)(zod@3.22.4) + specifier: ^1.0.2 + version: 1.0.2(typescript@5.3.3) glob: specifier: ^10.3.10 version: 10.3.10 @@ -403,8 +403,8 @@ importers: specifier: ^1.2.2 version: 1.2.2(vitest@1.2.2) abitype: - specifier: ^1.0.0 - version: 1.0.0(typescript@5.3.3)(zod@3.22.4) + specifier: ^1.0.2 + version: 1.0.2(typescript@5.3.3) isomorphic-fetch: specifier: ^3.0.0 version: 3.0.0 @@ -6834,6 +6834,20 @@ packages: typescript: 5.3.3 zod: 3.22.4 + /abitype@1.0.2(typescript@5.3.3): + resolution: {integrity: sha512-aFt4k2H+eiAKy/zxtnORa9iIb10BMBeWL18l8v4+QuwYEBXPxxjSB1bFZCzQmKPoj8m7j68K705l3uY+E2gAjg==} + peerDependencies: + typescript: '>=5.0.4' + zod: ^3 >=3.22.0 + peerDependenciesMeta: + typescript: + optional: true + zod: + optional: true + dependencies: + typescript: 5.3.3 + dev: true + /abort-controller@3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} engines: {node: '>=6.5'}