Skip to content

Commit 93423df

Browse files
Update dependency ethers to v6.13.2
1 parent 374b144 commit 93423df

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@devprotocol/khaos-core": "1.6.0",
20-
"ethers": "6.12.0",
20+
"ethers": "6.13.2",
2121
"ramda": "0.29.1"
2222
},
2323
"devDependencies": {

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -4319,18 +4319,18 @@ [email protected]:
43194319
utf8 "^3.0.0"
43204320
uuid "^3.3.2"
43214321

4322-
ethers@6.12.0:
4323-
version "6.12.0"
4324-
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.12.0.tgz#b0c2ce207ae5a3b5125be966e32ffea7c1f2481a"
4325-
integrity sha512-zL5NlOTjML239gIvtVJuaSk0N9GQLi1Hom3ZWUszE5lDTQE/IVB62mrPkQ2W1bGcZwVGSLaetQbWNQSvI4rGDQ==
4322+
ethers@6.13.2:
4323+
version "6.13.2"
4324+
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.13.2.tgz#4b67d4b49e69b59893931a032560999e5e4419fe"
4325+
integrity sha512-9VkriTTed+/27BGuY1s0hf441kqwHJ1wtN2edksEtiRvXx+soxRX3iSXTfFqq2+YwrOqbDoTHjIhQnjJRlzKmg==
43264326
dependencies:
43274327
"@adraffy/ens-normalize" "1.10.1"
43284328
"@noble/curves" "1.2.0"
43294329
"@noble/hashes" "1.3.2"
43304330
"@types/node" "18.15.13"
43314331
aes-js "4.0.0-beta.5"
43324332
tslib "2.4.0"
4333-
ws "8.5.0"
4333+
ws "8.17.1"
43344334

43354335
ethers@^5.0.0, ethers@^5.0.1:
43364336
version "5.0.26"
@@ -9809,10 +9809,10 @@ [email protected]:
98099809
resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.3.tgz#a5411e1fb04d5ed0efee76d26d5c46d830c39b46"
98109810
integrity sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ==
98119811

9812-
ws@8.5.0:
9813-
version "8.5.0"
9814-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
9815-
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==
9812+
ws@8.17.1:
9813+
version "8.17.1"
9814+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
9815+
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
98169816

98179817
ws@^3.0.0:
98189818
version "3.3.3"

0 commit comments

Comments
 (0)