Skip to content

Commit

Permalink
build(deps): bump ethers from 5.7.2 to 6.9.0
Browse files Browse the repository at this point in the history
Bumps [ethers](https://github.com/ethers-io/ethers.js) from 5.7.2 to 6.9.0.
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v5.7.2...v6.9.0)

---
updated-dependencies:
- dependency-name: ethers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 57e012a commit d957767
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 129 deletions.
2 changes: 1 addition & 1 deletion apps/cave/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"debounce": "^1.2.1",
"detect-browser": "^5.3.0",
"eth-permit": "^0.2.3",
"ethers": "^5.7.2",
"ethers": "^6.9.0",
"eventemitter3": "^5.0.0",
"framer-motion": "^9.0.4",
"graphql": "^16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/big.js": "^6.1.6",
"big.js": "^6.2.1",
"decimal.js-light": "^2.5.1",
"ethers": "^5.7.2",
"ethers": "^6.9.0",
"jsbi": "^4.3.0",
"prettier": "^2.8.4",
"tiny-invariant": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/marketplace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/big.js": "^6.1.6",
"@wagmi/core": "^0.5.8",
"decimal.js-light": "^2.5.1",
"ethers": "^5.7.2",
"ethers": "^6.9.0",
"jsbi": "^4.3.0",
"prettier": "^2.8.4",
"tiny-invariant": "^1.3.1",
Expand Down
Loading

0 comments on commit d957767

Please sign in to comment.