diff --git a/package.json b/package.json index 47ab002..f4a9ada 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,8 @@ "write-example-env-file": "hardhat run scripts/write-example-env-file.ts" }, "devDependencies": { - "@api3/chains": "^4.13.1", - "@api3/commons": "^0.8.0", + "@api3/chains": "^4.14.0", + "@api3/commons": "^0.9.0", "@api3/promise-utils": "^0.4.0", "@changesets/cli": "^2.27.1", "@nomicfoundation/hardhat-chai-matchers": "^2.0.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9b5c7e1..ace9bf5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,11 +11,11 @@ dependencies: devDependencies: '@api3/chains': - specifier: ^4.13.1 - version: 4.13.1(typescript@5.4.2) + specifier: ^4.14.0 + version: 4.14.0(typescript@5.4.2) '@api3/commons': - specifier: ^0.8.0 - version: 0.8.0(eslint@8.57.0)(typescript@5.4.2) + specifier: ^0.9.0 + version: 0.9.0(eslint@8.57.0)(typescript@5.4.2) '@api3/promise-utils': specifier: ^0.4.0 version: 0.4.0 @@ -118,8 +118,8 @@ packages: /@adraffy/ens-normalize@1.10.1: resolution: {integrity: sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw==} - /@api3/chains@4.13.1(typescript@5.4.2): - resolution: {integrity: sha512-JvvZBsZT0WcfrbXJAWd9ha7JPqOcXiP9uJfa7vqRD65WNbm5H8R91QR6at7JQyIi9HzSwTeiOaKVKGjrfHaUsg==} + /@api3/chains@4.14.0(typescript@5.4.2): + resolution: {integrity: sha512-zM37/EW6bsYVmu6wea+3+D7FlK60kI6LBYwCRxE85ISUUCT6gkclkFLksGN6vrw4ZTl9Xool2fbhALHiuYA7Uw==} dependencies: viem: 2.7.20(typescript@5.4.2)(zod@3.22.4) zod: 3.22.4 @@ -129,8 +129,8 @@ packages: - utf-8-validate dev: true - /@api3/commons@0.8.0(eslint@8.57.0)(typescript@5.4.2): - resolution: {integrity: sha512-iuAz5+dD4Qvh72pGJRRVefU/gE5F6cmIJj+JmAuy90IHB23Cg/iON1tNWUhg44Bp9A6mJMkNNASmZMkpe0JwHA==} + /@api3/commons@0.9.0(eslint@8.57.0)(typescript@5.4.2): + resolution: {integrity: sha512-bbndrqECtsG/N4df+yJnyeYDgaOTdGMJLB7PzyfNj+xhlvI6+6NYhAIGyO40w6vhf/mPysWGk50pGmig3C5Cyw==} engines: {node: '>=18.14.0'} peerDependencies: eslint: ^8.50.0 @@ -6304,7 +6304,7 @@ packages: resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} hasBin: true dependencies: - glob: 7.2.0 + glob: 7.2.3 dev: true /rimraf@3.0.2: