diff --git a/package.json b/package.json index 50fa767..7b55723 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "test": "hardhat test --parallel" }, "devDependencies": { - "@api3/contracts": "^27.0.0", + "@api3/contracts": "^27.2.0", "@api3/eslint-plugin-commons": "^3.0.0", "@eslint/js": "^9.30.0", "@nomicfoundation/hardhat-ethers": "^3.0.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fe2ed78..7a7fb8a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: '@api3/contracts': - specifier: ^27.0.0 - version: 27.0.0(typescript@5.8.3) + specifier: ^27.2.0 + version: 27.2.0(typescript@5.8.3) '@api3/eslint-plugin-commons': specifier: ^3.0.0 version: 3.0.0(@babel/core@7.27.1)(eslint@8.57.1)(prettier@3.6.2)(typescript@5.8.3) @@ -102,9 +102,9 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@api3/contracts@27.0.0': - resolution: {integrity: sha512-FPjsKqTI4o737kIdO5K5mCUw1Uij0UOLkd7fjkiD63Dhxz1p5NQQzeuigpXtnyhG7kqXtmOoBSZeOxzpK2b/lA==} - engines: {node: '>=20.17.9'} + '@api3/contracts@27.2.0': + resolution: {integrity: sha512-7cUMGf+mkqFXjCYbiI5eAjAYfXVpAKAJEFfbP+M7HpBZoxiKdawD9Y4vqR/vmP1XFTc5skabItzXYLXTFkc0Sw==} + engines: {node: '>=22.18.0'} hasBin: true '@api3/eslint-plugin-commons@3.0.0': @@ -2022,6 +2022,10 @@ packages: resolution: {integrity: sha512-Jm/dzRs2Z9iBrT6e9TvGxyb5YVKAPLlpna7hjxH7KH/++DSh2T/JVmQUv7iHI5E55hDbp/gEVvstWYXVxXFzsA==} engines: {node: '>=14.0.0'} + ethers@6.15.0: + resolution: {integrity: sha512-Kf/3ZW54L4UT0pZtsY/rf+EkBU7Qi5nnhonjUb8yTXcxH3cdcWrV2cRyk0Xk/4jK6OoHhxxZHriyhje20If2hQ==} + engines: {node: '>=14.0.0'} + ethjs-unit@0.1.6: resolution: {integrity: sha512-/Sn9Y0oKl0uqQuvgFk/zQgR7aw1g36qX/jzSQ5lSwlO0GigPymk4eGQfeNTD03w1dPOqfz8V77Cy43jH56pagw==} engines: {node: '>=6.5.0', npm: '>=3'} @@ -4029,9 +4033,9 @@ snapshots: '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 - '@api3/contracts@27.0.0(typescript@5.8.3)': + '@api3/contracts@27.2.0(typescript@5.8.3)': dependencies: - ethers: 6.14.4 + ethers: 6.15.0 viem: 2.29.2(typescript@5.8.3)(zod@4.0.17) yargs: 17.7.2 zod: 4.0.17 @@ -6642,6 +6646,19 @@ snapshots: - bufferutil - utf-8-validate + ethers@6.15.0: + dependencies: + '@adraffy/ens-normalize': 1.10.1 + '@noble/curves': 1.2.0 + '@noble/hashes': 1.3.2 + '@types/node': 22.7.5 + aes-js: 4.0.0-beta.5 + tslib: 2.7.0 + ws: 8.17.1 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + ethjs-unit@0.1.6: dependencies: bn.js: 4.11.6