From b3cfaa38ec3924a182c1ace1ba363afed4e9bb51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 03:41:41 +0000 Subject: [PATCH] Update other minor updates --- .github/workflows/main.yml | 2 +- package.json | 2 +- yarn.lock | 15 ++++++++++++++- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75329fc..93da5a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v2 with: - node-version: "20.18.3" + node-version: "20.19.2" - name: Install dependencies run: yarn - name: Lint diff --git a/package.json b/package.json index 37e664e..f40c304 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "dependencies": { "@api3/airnode-abi": "^0.15.0", "@api3/contracts": "^19.0.0", - "ethers": "^6.13.5" + "ethers": "^6.14.3" } } diff --git a/yarn.lock b/yarn.lock index 8cf443d..a8ff460 100644 --- a/yarn.lock +++ b/yarn.lock @@ -820,7 +820,7 @@ ethers@^5.7.2: "@ethersproject/web" "5.7.1" "@ethersproject/wordlists" "5.7.0" -ethers@^6.13.2, ethers@^6.13.5: +ethers@^6.13.2: version "6.13.5" resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.13.5.tgz#8c1d6ac988ac08abc3c1d8fabbd4b8b602851ac4" integrity sha512-+knKNieu5EKRThQJWwqaJ10a6HE9sSehGeqWN65//wE7j47ZpFhKAnHB/JJFibwwg61I/koxaPsXbXpD/skNOQ== @@ -833,6 +833,19 @@ ethers@^6.13.2, ethers@^6.13.5: tslib "2.7.0" ws "8.17.1" +ethers@^6.14.3: + version "6.14.3" + resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.14.3.tgz#7c4443c165ee59b2964e691600fd4586004b2000" + integrity sha512-qq7ft/oCJohoTcsNPFaXSQUm457MA5iWqkf1Mb11ujONdg7jBI6sAOrHaTi3j0CBqIGFSCeR/RMc+qwRRub7IA== + 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" + eventemitter3@5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz#53f5ffd0a492ac800721bb42c66b841de96423c4"