Skip to content

Commit

Permalink
Bump @api3/contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Feb 8, 2024
1 parent 9598d95 commit db56c29
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 23 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"update-proxy": "hardhat run scripts/update-proxy.js --network $NETWORK"
},
"devDependencies": {
"@api3/chains": "^3.5.1",
"@api3/contracts": "^1.0.1",
"@api3/chains": "^4.7.0",
"@api3/contracts": "^1.1.0",
"@nodary/utilities": "^1.4.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
Expand Down
57 changes: 36 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,13 @@
ethers "^5.7.2"
lodash "^4.17.21"

"@api3/airnode-protocol-v1@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@api3/airnode-protocol-v1/-/airnode-protocol-v1-3.0.0.tgz#2d7e07050a4c14f26aececcf42812191bc119d50"
integrity sha512-QMBLPxxnbibxweoRLnPOiGMTPqHnAmqn1BRrSTJS9APcdB2FfDqozcRW1Ye5oHLQL1wOH973hJODetWHcBUf8g==
"@api3/airnode-protocol-v1@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@api3/airnode-protocol-v1/-/airnode-protocol-v1-3.2.0.tgz#bd74c4d015ee8b11b290809ab2622a8361df6f82"
integrity sha512-l0zej3d04ySea7NzVW4tNL155u3sFq3scxPrK1Bk5kXbtODxKa2xpLhczZ/Rr8HYGIvFiSsNSU+OgYNIhgiCYQ==
dependencies:
"@openzeppelin/contracts" "4.8.2"

"@api3/chains@^3.5.1":
version "3.5.1"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-3.5.1.tgz#daf14bffb4fcae1916c197ca66b7942dcf86d13b"
integrity sha512-AI1/FbLsqJlSiGIEKMMRLCKaV6r6B7uXHBfzVJPY95rIdiHbmwUEGmlD4ikFTsV3nKDO0YDGm7NDnlmPW0aVJQ==
dependencies:
zod "^3.22.2"

"@api3/chains@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-4.2.0.tgz#7f869794c8d29507bb83188cacddb91cd132996c"
Expand All @@ -42,12 +35,20 @@
viem "^1.19.11"
zod "^3.22.4"

"@api3/contracts@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-1.0.1.tgz#3b107b5ef1e5318e3ece61222bb5e0543ccb54cb"
integrity sha512-DglcpkxPik1ZeBhCT2Qv0WfO1K7OC4ZXxrsBSSOWCeZU1yTASoYQ/SqJketVW8OlpLn8fPtLZeSprpwdt8xPhQ==
"@api3/chains@^4.7.0":
version "4.7.0"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-4.7.0.tgz#fdb20cc61974d9498d30785a53725200551cf126"
integrity sha512-H40HUw7TKYC+PFGKFRpzrBnMhOz1vjK3g4oDzM1J6hMEOX2L8wlbhvP3LbDf0OUoMuLfwq7FdTPSJNDAXAOPfA==
dependencies:
"@api3/airnode-protocol-v1" "^3.0.0"
viem "^2.7.1"
zod "^3.22.4"

"@api3/contracts@^1.1.0":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-1.1.1.tgz#9f319ad386ffbb0716217818252f163bb62354c2"
integrity sha512-uDzyHcx7aaUStt55HYJ7TJqkJIir1+6hho4S8q4z0MbhW0sFXklgjYTO0mg2EB2FJMmnQfN5VI/pEm2AQg0RkQ==
dependencies:
"@api3/airnode-protocol-v1" "^3.2.0"
ethers "^5.4.7"

"@babel/code-frame@^7.0.0":
Expand Down Expand Up @@ -1100,6 +1101,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/abitype/-/abitype-0.9.8.tgz#1f120b6b717459deafd213dfbf3a3dd1bf10ae8c"
integrity sha512-puLifILdm+8sjyss4S+fsUN09obiT1g2YW6CtcQF+QDzxR0euzgEB29MZujC6zMk2a6SVmtttq1fc6+YFA7WYQ==

[email protected]:
version "1.0.0"
resolved "https://registry.yarnpkg.com/abitype/-/abitype-1.0.0.tgz#237176dace81d90d018bebf3a45cb42f2a2d9e97"
integrity sha512-NMeMah//6bJ56H5XRj8QCV4AwuW6hB6zqz2LnhhLdcWVQOsXki6/Pn3APeqxCma62nXIcmZWdu1DlHWS74umVQ==

abort-controller@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392"
Expand Down Expand Up @@ -5369,6 +5375,20 @@ viem@^1.19.11:
isows "1.0.3"
ws "8.13.0"

viem@^2.7.1:
version "2.7.6"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.7.6.tgz#2ada30ece1469367b606137983e5655cf66d721e"
integrity sha512-43TF0VYcTeNef9dax1/BhqlRLXpAo6HAiQ68hrJ8XRhDOou73nHZEjeFl8Eai4UFFodKhu+PbRUFzuuoixOUfg==
dependencies:
"@adraffy/ens-normalize" "1.10.0"
"@noble/curves" "1.2.0"
"@noble/hashes" "1.3.2"
"@scure/bip32" "1.3.2"
"@scure/bip39" "1.2.1"
abitype "1.0.0"
isows "1.0.3"
ws "8.13.0"

web3-utils@^1.3.6:
version "1.8.2"
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.8.2.tgz#c32dec5e9b955acbab220eefd7715bc540b75cc9"
Expand Down Expand Up @@ -5603,11 +5623,6 @@ zksync-web3@^0.8.1:
resolved "https://registry.yarnpkg.com/zksync-web3/-/zksync-web3-0.8.1.tgz#db289d8f6caf61f4d5ddc471fa3448d93208dc14"
integrity sha512-1A4aHPQ3MyuGjpv5X/8pVEN+MdZqMjfVmiweQSRjOlklXYu65wT9BGEOtCmMs5d3gIvLp4ssfTeuR5OCKOD2kw==

zod@^3.22.2:
version "3.22.3"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.3.tgz#2fbc96118b174290d94e8896371c95629e87a060"
integrity sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==

zod@^3.22.4:
version "3.22.4"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff"
Expand Down

0 comments on commit db56c29

Please sign in to comment.