Skip to content

Commit

Permalink
updating ua-utils version
Browse files Browse the repository at this point in the history
  • Loading branch information
sirarthurmoney committed Jul 18, 2023
1 parent c061673 commit 173ded9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@layerzerolabs/lz-sdk": "latest",
"@layerzerolabs/solidity-examples": "latest",
"@layerzerolabs/ua-utils": "latest",
"@layerzerolabs/ua-utils": "0.0.4",
"@nomiclabs/hardhat-etherscan": "3.0.3",
"@openzeppelin/contracts": "^4.4.1",
"cli-ux": "^6.0.9",
Expand Down
34 changes: 20 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@layerzerolabs/lz-sdk@latest":
"@layerzerolabs/lz-sdk@0.0.12", "@layerzerolabs/lz-sdk@latest":
version "0.0.12"
resolved "https://registry.npmjs.org/@layerzerolabs/lz-sdk/-/lz-sdk-0.0.12.tgz"
integrity sha512-ldf+H8SVUF9EtaQg9y7XzGDP95lH4T/UIYVglL2DrNBe5CBiWm5wkL/5SnGpTgbLHbw60eLaGxQH/wmO6txAiQ==
Expand Down Expand Up @@ -608,12 +608,18 @@
hardhat-deploy-ethers "^0.3.0-beta.13"
hardhat-gas-reporter "^1.0.6"

"@layerzerolabs/ua-utils@latest":
version "0.0.1"
resolved "https://registry.npmjs.org/@layerzerolabs/ua-utils/-/ua-utils-0.0.1.tgz#3ca8740b2808b88536fa8477e2ae5b3cb209b279"
integrity sha512-SNBThhMD5P7t8RGGzKefJqfgkrpoe0ywzOgn2aSdq29eQdgEDHANHz4xCyb9+H5iGePwLkOqRpO9Qxv2gxpX+A==
"@layerzerolabs/ua-utils@0.0.4":
version "0.0.4"
resolved "https://registry.npmjs.org/@layerzerolabs/ua-utils/-/ua-utils-0.0.4.tgz#161cd54f78f7be09cd8ae35d9c82c73e36827aa9"
integrity sha512-fMtEMs9YQiaPeJALd5aXK1FfELagd77JiWf9NrJVQxXLlDO21d8FxyoYu32j2Wf9pJ8gXrpqKa0Q6kOc2lnRQQ==
dependencies:
"@layerzerolabs/lz-sdk" latest
"@gnosis.pm/safe-core-sdk" "^2.0.0"
"@gnosis.pm/safe-core-sdk-types" "^1.0.0"
"@gnosis.pm/safe-ethers-lib" "^1.0.0"
"@gnosis.pm/safe-service-client" "1.1.1"
"@layerzerolabs/lz-sdk" "0.0.12"
chalk "4.1.2"
cli-ux "^6.0.9"

"@metamask/eth-sig-util@^4.0.0":
version "4.0.1"
Expand Down Expand Up @@ -2805,6 +2811,14 @@ chai@^4.3.4:
pathval "^1.1.1"
type-detect "^4.0.5"

[email protected], chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
version "4.1.2"
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^1.1.3:
version "1.1.3"
resolved "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
Expand All @@ -2825,14 +2839,6 @@ chalk@^2.0.0, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2:
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"

chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
version "4.1.2"
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chardet@^0.7.0:
version "0.7.0"
resolved "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz"
Expand Down

0 comments on commit 173ded9

Please sign in to comment.