Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zZoMROT committed Dec 5, 2024
1 parent 97aa7b7 commit 7c50183
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 41 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@1inch/delegating": "1.1.0",
"@1inch/limit-order-protocol-contract": "4.0.3",
"@1inch/solidity-utils": "6.0.0",
"@1inch/solidity-utils": "6.2.0",
"@1inch/st1inch": "2.2.0",
"@openzeppelin/contracts": "5.1.0"
},
Expand All @@ -56,9 +56,9 @@
"ethers": "6.13.4",
"hardhat": "2.19.5",
"hardhat-dependency-compiler": "1.2.1",
"hardhat-deploy": "0.12.4",
"hardhat-deploy": "0.14.0",
"hardhat-gas-reporter": "1.0.10",
"hardhat-tracer": "2.7.0",
"hardhat-tracer": "3.1.0",
"prettier": "3.2.5",
"prettier-plugin-solidity": "1.3.1",
"solc": "0.8.23",
Expand Down
47 changes: 9 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
mocha-chai-jest-snapshot "1.1.4"
node-fetch "2.7.0"

"@1inch/solidity-utils@6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@1inch/solidity-utils/-/solidity-utils-6.0.0.tgz#a04cba02078ce83239cc4f6e4f3824bf7fc32a46"
integrity sha512-MvpFE8G0uts8PQI+p2Zdts+md53ycYV968mPtoGC3fMCZ+c2T+sSxwI24RLtIKn3wN/Y4ywzXKTvJZwYZbzJPA==
"@1inch/solidity-utils@6.2.0":
version "6.2.0"
resolved "https://registry.yarnpkg.com/@1inch/solidity-utils/-/solidity-utils-6.2.0.tgz#ac73560516662a671917eec9356dbcd15956d2af"
integrity sha512-5EhIRHmbcw5v5FKWOnxlj4EUeP5W4c+Fu5qr8zfi/0LMYXfoEqT1k65RWTME8xdZlkNMVpcKXhP7ayqVv3pO1A==
dependencies:
"@metamask/eth-sig-util" "8.0.0"
"@nomicfoundation/hardhat-ethers" "3.0.8"
Expand Down Expand Up @@ -4548,36 +4548,6 @@ [email protected]:
qs "^6.9.4"
zksync-ethers "^5.0.0"

[email protected]:
version "0.12.4"
resolved "https://registry.yarnpkg.com/hardhat-deploy/-/hardhat-deploy-0.12.4.tgz#5ebef37f1004f52a74987213b0465ad7c9433fb2"
integrity sha512-bYO8DIyeGxZWlhnMoCBon9HNZb6ji0jQn7ngP1t5UmGhC8rQYhji7B73qETMOFhzt5ECZPr+U52duj3nubsqdQ==
dependencies:
"@ethersproject/abi" "^5.7.0"
"@ethersproject/abstract-signer" "^5.7.0"
"@ethersproject/address" "^5.7.0"
"@ethersproject/bignumber" "^5.7.0"
"@ethersproject/bytes" "^5.7.0"
"@ethersproject/constants" "^5.7.0"
"@ethersproject/contracts" "^5.7.0"
"@ethersproject/providers" "^5.7.2"
"@ethersproject/solidity" "^5.7.0"
"@ethersproject/transactions" "^5.7.0"
"@ethersproject/wallet" "^5.7.0"
"@types/qs" "^6.9.7"
axios "^0.21.1"
chalk "^4.1.2"
chokidar "^3.5.2"
debug "^4.3.2"
enquirer "^2.3.6"
ethers "^5.7.0"
form-data "^4.0.0"
fs-extra "^10.0.0"
match-all "^1.2.6"
murmur-128 "^0.2.1"
qs "^6.9.4"
zksync-ethers "^5.0.0"

[email protected]:
version "0.14.0"
resolved "https://registry.yarnpkg.com/hardhat-deploy/-/hardhat-deploy-0.14.0.tgz#4897bd50c93b3a9ce135728f84fd4a1736469f6b"
Expand Down Expand Up @@ -4617,14 +4587,15 @@ [email protected]:
eth-gas-reporter "^0.2.25"
sha1 "^1.1.1"

hardhat-tracer@2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/hardhat-tracer/-/hardhat-tracer-2.7.0.tgz#af04e5cd7ec2525c24a70634f6d1051252992d03"
integrity sha512-H+30jj6bCyX7NfhY7Umbzq535jhi9Wd5fGNli9qWcQ+5iOB477Nm8XdGtPtgOV1vQ7VQzIwKFzoEbqy+BuxTlg==
hardhat-tracer@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/hardhat-tracer/-/hardhat-tracer-3.1.0.tgz#460ced6bd6919928fc679a8d5764f2b861283b3b"
integrity sha512-Ip16HQAuzbqbNJUIEVfqmbPmOY90bxZSpwu5Q73cwloy+LUYA04BATUM9Gui5H7zcgsgZ1IVy7pSYn6ZMjLmag==
dependencies:
chalk "^4.1.2"
debug "^4.3.4"
ethers "^5.6.1"
semver "^7.6.2"

[email protected]:
version "2.19.2"
Expand Down

0 comments on commit 7c50183

Please sign in to comment.