Skip to content

Commit 989aaf6

Browse files
Update other minor updates
1 parent 170ee5e commit 989aaf6

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v1
1010
- uses: actions/setup-node@v2
1111
with:
12-
node-version: "20.18.3"
12+
node-version: "20.19.2"
1313
- name: Install dependencies
1414
run: yarn
1515
- name: Lint

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"dependencies": {
2828
"@api3/airnode-abi": "^0.15.0",
2929
"@api3/contracts": "^19.0.0",
30-
"ethers": "^6.13.5"
30+
"ethers": "^6.14.1"
3131
}
3232
}

yarn.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ ethers@^5.7.2:
820820
"@ethersproject/web" "5.7.1"
821821
"@ethersproject/wordlists" "5.7.0"
822822

823-
ethers@^6.13.2, ethers@^6.13.5:
823+
ethers@^6.13.2:
824824
version "6.13.5"
825825
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.13.5.tgz#8c1d6ac988ac08abc3c1d8fabbd4b8b602851ac4"
826826
integrity sha512-+knKNieu5EKRThQJWwqaJ10a6HE9sSehGeqWN65//wE7j47ZpFhKAnHB/JJFibwwg61I/koxaPsXbXpD/skNOQ==
@@ -833,6 +833,19 @@ ethers@^6.13.2, ethers@^6.13.5:
833833
tslib "2.7.0"
834834
ws "8.17.1"
835835

836+
ethers@^6.14.1:
837+
version "6.14.1"
838+
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.14.1.tgz#96b5e967d9c3c66c6b64304d8e7669a761d6fca3"
839+
integrity sha512-JnFiPFi3sK2Z6y7jZ3qrafDMwiXmU+6cNZ0M+kPq+mTy9skqEzwqAdFW3nb/em2xjlIVXX6Lz8ID6i3LmS4+fQ==
840+
dependencies:
841+
"@adraffy/ens-normalize" "1.10.1"
842+
"@noble/curves" "1.2.0"
843+
"@noble/hashes" "1.3.2"
844+
"@types/node" "22.7.5"
845+
aes-js "4.0.0-beta.5"
846+
tslib "2.7.0"
847+
ws "8.17.1"
848+
836849
837850
version "5.0.1"
838851
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz#53f5ffd0a492ac800721bb42c66b841de96423c4"

0 commit comments

Comments
 (0)