Skip to content

Commit e22b28e

Browse files
committed
chore(deps): update dependency ethers to v6.13.1
1 parent a1e2504 commit e22b28e

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
@@ -59,7 +59,7 @@
5959
"eslint-config-prettier": "9.1.0",
6060
"eslint-plugin-functional": "4.4.1",
6161
"eslint-plugin-jest": "28.6.0",
62-
"ethers": "6.13.0",
62+
"ethers": "6.13.1",
6363
"husky": "9.0.11",
6464
"jest": "29.7.0",
6565
"lint-staged": "15.2.7",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2747,18 +2747,18 @@ esutils@^2.0.2:
27472747
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
27482748
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
27492749

2750-
2751-
version "6.13.0"
2752-
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.13.0.tgz#f342958d0f622cf06559f59fbccdc1d30fa64f50"
2753-
integrity sha512-+yyQQQWEntY5UVbCv++guA14RRVFm1rSnO1GoLFdrK7/XRWMoktNgyG9UjwxrQqGBfGyFKknNZ81YpUS2emCgg==
2750+
2751+
version "6.13.1"
2752+
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.13.1.tgz#2b9f9c7455cde9d38b30fe6589972eb083652961"
2753+
integrity sha512-hdJ2HOxg/xx97Lm9HdCWk949BfYqYWpyw4//78SiwOLgASyfrNszfMUNB2joKjvGUdwhHfaiMMFFwacVVoLR9A==
27542754
dependencies:
27552755
"@adraffy/ens-normalize" "1.10.1"
27562756
"@noble/curves" "1.2.0"
27572757
"@noble/hashes" "1.3.2"
27582758
"@types/node" "18.15.13"
27592759
aes-js "4.0.0-beta.5"
27602760
tslib "2.4.0"
2761-
ws "8.5.0"
2761+
ws "8.17.1"
27622762

27632763
eventemitter3@^5.0.1:
27642764
version "5.0.1"
@@ -4928,10 +4928,10 @@ write-file-atomic@^4.0.2:
49284928
imurmurhash "^0.1.4"
49294929
signal-exit "^3.0.7"
49304930

4931-
ws@8.5.0:
4932-
version "8.5.0"
4933-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
4934-
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==
4931+
ws@8.17.1:
4932+
version "8.17.1"
4933+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
4934+
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
49354935

49364936
y18n@^5.0.5:
49374937
version "5.0.8"

0 commit comments

Comments
 (0)