Skip to content

Commit

Permalink
Merge pull request #443 from morpho-org/build/bump-ethers
Browse files Browse the repository at this point in the history
build(deps): bump ethers types
  • Loading branch information
julien-devatom authored May 20, 2024
2 parents 3e6e637 + dbd62fe commit 0cff4a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@morpho-org/morpho-blue-bundlers",
"description": "Morpho Blue Bundlers",
"license": "GPL-2.0-or-later",
"version": "1.1.1",
"version": "1.1.2",
"repository": {
"type": "git",
"url": "git+https://github.com/morpho-labs/morpho-blue-bundlers.git"
Expand Down Expand Up @@ -34,7 +34,7 @@
"clean": "hardhat clean && forge clean"
},
"dependencies": {
"ethers": "^6.11.0",
"ethers": "^6.12.0",
"evm-maths": "^6.0.0",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2442,7 +2442,7 @@ ethers@^5.6.1, ethers@^5.7.1, ethers@^5.7.2:
"@ethersproject/web" "5.7.1"
"@ethersproject/wordlists" "5.7.0"

ethers@^6.11.0:
ethers@^6.12.0:
version "6.12.1"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.12.1.tgz#517ff6d66d4fd5433e38e903051da3e57c87ff37"
integrity sha512-j6wcVoZf06nqEcBbDWkKg8Fp895SS96dSnTCjiXT+8vt2o02raTn4Lo9ERUuIVU5bAjoPYeA+7ytQFexFmLuVw==
Expand Down

0 comments on commit 0cff4a5

Please sign in to comment.