Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Commit

Permalink
Update dependency @0x/utils to v5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 21, 2020
1 parent 0883b9d commit 349c412
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 27 deletions.
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "src/index.js",
"dependencies": {
"@0x/subproviders": "^5.0.4",
"@0x/utils": "^4.5.2",
"@0x/utils": "^5.0.0",
"@0x/web3-wrapper": "^6.0.13",
"lodash": "^4.17.15"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sushiswap-swap-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/index.js",
"dependencies": {
"@0x-event-extractor/shared": "^1.0.0",
"@0x/utils": "5.5.1",
"@0x/utils": "5.6.3",
"graphql": "15.3.0",
"graphql-request": "3.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/uniswap-v2-swap-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/index.js",
"dependencies": {
"@0x-event-extractor/shared": "^1.0.0",
"@0x/utils": "5.5.1",
"@0x/utils": "5.6.3",
"graphql": "15.3.0",
"graphql-request": "3.1.0"
}
Expand Down
54 changes: 30 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -276,14 +276,14 @@
bignumber.js "~9.0.0"
ethereum-types "^2.2.0-beta.2"

"@0x/types@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@0x/types/-/types-3.2.0.tgz#490627e9440c3ff4e4660b0c10960ccd02d7105f"
integrity sha512-HcYXmz7gYtibJmZQjrQCnzV2FjRoo5b/Ul1QoTeQFAZ2M2ggt1wHspQ7vOkEAZEK/7TE4TKA4MlRwRLa4isL1Q==
"@0x/types@^3.2.4":
version "3.2.4"
resolved "https://registry.yarnpkg.com/@0x/types/-/types-3.2.4.tgz#0a94dff0d2a023f4f648edf3bb39136a5561928a"
integrity sha512-AYmq+Dd93ftuQZ/+gjuy5QgGPi9959c9a8Fb3Y07fYbtrrcPSXUM7/FxtRRSHYBqj2F4CurPXY52ab6QkNZn5A==
dependencies:
"@types/node" "*"
"@types/node" "12.12.54"
bignumber.js "~9.0.0"
ethereum-types "^3.2.0"
ethereum-types "^3.3.3"

"@0x/typescript-typings@^4.3.0":
version "4.3.0"
Expand All @@ -307,30 +307,31 @@
ethereum-types "^2.2.0-beta.2"
popper.js "1.14.3"

"@0x/typescript-typings@^5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@0x/typescript-typings/-/typescript-typings-5.1.1.tgz#e5216f33e5859d48cd441a059da9c56c2b6df36a"
integrity sha512-a8/uKPNStHORFQzI/DDEq4ixb4IricPogAJ3P17YnNYr/yF3HwXEu6+cFxs4qi1fr0zGoPe7D3XtqtR+dX/ajQ==
"@0x/typescript-typings@^5.1.5":
version "5.1.5"
resolved "https://registry.yarnpkg.com/@0x/typescript-typings/-/typescript-typings-5.1.5.tgz#dd0ad20ef42dad9d054886fd1da72839145b5863"
integrity sha512-I55QfQNJPo8tG6j/PsTTgbeaIMbkGs5vdwVVfFkxSE8rXIEh4Qsra3JXke/7EpFZvhoUFngX4qdQyK2kI4V3sw==
dependencies:
"@types/bn.js" "^4.11.0"
"@types/node" "12.12.54"
"@types/react" "*"
bignumber.js "~9.0.0"
ethereum-types "^3.2.0"
ethereum-types "^3.3.3"
popper.js "1.14.3"

"@0x/utils@5.5.1":
version "5.5.1"
resolved "https://registry.yarnpkg.com/@0x/utils/-/utils-5.5.1.tgz#5f131755e1692e7c7b74d03d224d94808d475dd7"
integrity sha512-UreVm7R/qEv1v4dVccb4Y6Oz13o8ko2vB10sdNrPAGbstqx3NfdEBkylNxD7I8Bkta/BIwHrLbtCN3jni8CSeg==
"@0x/utils@5.6.3", "@0x/utils@^5.0.0":
version "5.6.3"
resolved "https://registry.yarnpkg.com/@0x/utils/-/utils-5.6.3.tgz#c8ed7f5634b6983a6add12a31daf10739bb75044"
integrity sha512-r7ixvMNIjRcvar6AqfSqj5Y3H5MriBfslsshiKSB6SxdnradHpZwpH4xdHbEq0HdkD5/xFRadfGhok0KbPRqvQ==
dependencies:
"@0x/types" "^3.2.0"
"@0x/typescript-typings" "^5.1.1"
"@types/node" "*"
"@0x/types" "^3.2.4"
"@0x/typescript-typings" "^5.1.5"
"@types/node" "12.12.54"
abortcontroller-polyfill "^1.1.9"
bignumber.js "~9.0.0"
chalk "^2.3.0"
detect-node "2.0.3"
ethereum-types "^3.2.0"
ethereum-types "^3.3.3"
ethereumjs-util "^5.1.1"
ethers "~4.0.4"
isomorphic-fetch "2.2.1"
Expand Down Expand Up @@ -1451,6 +1452,11 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.11.tgz#be879b52031cfb5d295b047f5462d8ef1a716446"
integrity sha512-Otxmr2rrZLKRYIybtdG/sgeO+tHY20GxeDjcGmUnmmlCWyEnv2a2x1ZXBo3BTec4OiTXMQCiazB8NMBf0iRlFw==

"@types/node@12.12.54":
version "12.12.54"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.54.tgz#a4b58d8df3a4677b6c08bfbc94b7ad7a7a5f82d1"
integrity sha512-ge4xZ3vSBornVYlDnk7yZ0gK6ChHf/CHB7Gl1I0Jhah8DDnEQqBzgohYG4FX4p81TNirSETOiSyn+y1r9/IR6w==

"@types/node@9.6.0":
version "9.6.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.0.tgz#d3480ee666df9784b1001a1872a2f6ccefb6c2d7"
Expand Down Expand Up @@ -4681,12 +4687,12 @@ ethereum-types@^2.2.0-beta.2:
"@types/node" "*"
bignumber.js "~9.0.0"

ethereum-types@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/ethereum-types/-/ethereum-types-3.2.0.tgz#5bd27cadc3c1b3c2e2bf94654fa2bc3618a4520f"
integrity sha512-osxikvWF2CuHauo2jiBpGalLXbCj5xWm2WcNr+Z4sNTk7z6DArPNXwsgANu2bA+aAsqSSF4NgsNx8JS1d3xdOQ==
ethereum-types@^3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/ethereum-types/-/ethereum-types-3.3.3.tgz#b9328185034ee52efa32176eb6fd9f3e741cb231"
integrity sha512-FWW7ajHqgoqVHhPMX4sY2ycARpPFL8p/64rpToo8awNrJY7rBDnSC8esQYlAPeaiawf9fTM/xAgEm9VKY7J5kg==
dependencies:
"@types/node" "*"
"@types/node" "12.12.54"
bignumber.js "~9.0.0"

ethereumjs-abi@0.6.5:
Expand Down

0 comments on commit 349c412

Please sign in to comment.