Skip to content

Commit

Permalink
Merge pull request #164 from bancorprotocol/fix-dependency-issue
Browse files Browse the repository at this point in the history
upgrade lru-cache dep
  • Loading branch information
ivanzhelyazkov committed Sep 17, 2024
2 parents 456dd60 + 921e88f commit 81b1b35
Show file tree
Hide file tree
Showing 2 changed files with 7,233 additions and 5,652 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@metamask/eth-sig-util": "^5.0.2",
"@nomicfoundation/hardhat-verify": "^2.0.8",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@0.3.0-beta.13",
"@nomiclabs/hardhat-solhint": "^3.0.1",
"@nomiclabs/hardhat-waffle": "2.0.4",
"@nomicfoundation/hardhat-verify": "^2.0.8",
"@openzeppelin/contracts": "4.9.2",
"@openzeppelin/contracts-upgradeable": "4.9.2",
"@sentry/hub": "^7.56.0",
Expand Down Expand Up @@ -115,6 +115,7 @@
"hardhat-watcher": "^2.5.0",
"humanize-duration": "^3.28.0",
"lodash": "^4.17.21",
"lru-cache": "^11.0.1",
"mocha": "^10.2.0",
"mocha-silent-reporter": "^1.0.0",
"module-alias": "^2.2.2",
Expand Down
Loading

0 comments on commit 81b1b35

Please sign in to comment.