diff --git a/packages/contracts-ts/package.json b/packages/contracts-ts/package.json index 9cd089f4c3fe..f33e1c57c1d5 100644 --- a/packages/contracts-ts/package.json +++ b/packages/contracts-ts/package.json @@ -54,7 +54,7 @@ "@vitest/coverage-istanbul": "^0.34.6", "@wagmi/cli": "^1.5.2", "@wagmi/core": "^1.4.5", - "abitype": "^0.10.1", + "abitype": "^0.10.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 6cbc34b80625..01ade2c36001 100644 --- a/packages/fee-estimation/package.json +++ b/packages/fee-estimation/package.json @@ -38,7 +38,7 @@ "@testing-library/jest-dom": "^6.1.4", "@testing-library/react-hooks": "^8.0.1", "@vitest/coverage-istanbul": "^0.34.6", - "abitype": "^0.10.1", + "abitype": "^0.10.2", "isomorphic-fetch": "^3.0.0", "jest-dom": "link:@types/@testing-library/jest-dom", "jsdom": "^22.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a3df7525b224..074b614c0f1e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -326,8 +326,8 @@ importers: specifier: ^1.4.5 version: 1.4.5(react@18.2.0)(typescript@5.2.2)(viem@1.18.0) abitype: - specifier: ^0.10.1 - version: 0.10.1(typescript@5.2.2) + specifier: ^0.10.2 + version: 0.10.2(typescript@5.2.2) glob: specifier: ^10.3.10 version: 10.3.10 @@ -420,8 +420,8 @@ importers: specifier: ^0.34.6 version: 0.34.6(vitest@0.34.2) abitype: - specifier: ^0.10.1 - version: 0.10.1(typescript@5.2.2) + specifier: ^0.10.2 + version: 0.10.2(typescript@5.2.2) isomorphic-fetch: specifier: ^3.0.0 version: 3.0.0 @@ -5271,8 +5271,8 @@ packages: resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} dev: true - /abitype@0.10.1(typescript@5.2.2): - resolution: {integrity: sha512-nFx5F2RniXGXw2Ci1uu6iDGnP/z3hW+H65G7cxrs5JDF3Ot9GuYkBJCRAB9EZ5QIi3dNByZaCrGFUn8LLkLQbw==} + /abitype@0.10.2(typescript@5.2.2): + resolution: {integrity: sha512-1XndI+RKFWK4+TXCNv1683MRyX5NGmlHXCvqzjOqhSS3PQrxT2QYRZq1bMPPRNjn89B3eVaM2w7y3jVj/OIUzA==} peerDependencies: typescript: '>=5.0.4' zod: ^3 >=3.22.0