Skip to content

Commit

Permalink
Bump wallets lib (#4285)
Browse files Browse the repository at this point in the history
* Bump wallets lib

* Fix Snyk warning for simple-get
  • Loading branch information
FrederikBolding authored Feb 17, 2022
1 parent e708bf0 commit 4001780
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@mycrypto/eth-scan": "3.4.4",
"@mycrypto/ui": "0.24.1",
"@mycrypto/unlock-scan": "1.2.0",
"@mycrypto/wallets": "1.4.3",
"@mycrypto/wallets": "1.4.4",
"@reduxjs/toolkit": "1.6.0",
"@styled-system/should-forward-prop": "5.1.5",
"@types/papaparse": "5.0.6",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3025,10 +3025,10 @@
dependencies:
"@findeth/abi" "^0.7.1"

"@mycrypto/[email protected].3":
version "1.4.3"
resolved "https://registry.yarnpkg.com/@mycrypto/wallets/-/wallets-1.4.3.tgz#a3b7af68f0f186f5cb7fc71e242b1005ad81eeb5"
integrity sha512-hsQs6Zm3lmd0LEw8Kj1q2dRkIUBA9DW5tyxqUh7JspD78LOOG174mWUf26JeVv2lxyzXnHouSnjo11m5rth/LQ==
"@mycrypto/[email protected].4":
version "1.4.4"
resolved "https://registry.yarnpkg.com/@mycrypto/wallets/-/wallets-1.4.4.tgz#7941cd1d2a87a0f5a55803c943df8ef76b89d61e"
integrity sha512-cTak+fxrMqGS2qzTDpkaJvMDecT2ng1En+tJG9zdQQF55ZJIgJyYdZQ7waNT8iG2x4oReXtSFrQrbjKxfJOcSg==
dependencies:
"@ethersproject/abstract-provider" "5.5.1"
"@ethersproject/address" "5.5.0"
Expand Down Expand Up @@ -19792,9 +19792,9 @@ simple-concat@^1.0.0:
integrity sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==

simple-get@^3.0.3:
version "3.1.0"
resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-3.1.0.tgz#b45be062435e50d159540b576202ceec40b9c6b3"
integrity sha512-bCR6cP+aTdScaQCnQKbPKtJOKDp/hj9EDLJo3Nw4y1QksqaovlW/bnptB6/c1e+qmNIDHRK+oXFDdEqBT8WzUA==
version "3.1.1"
resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-3.1.1.tgz#cc7ba77cfbe761036fbfce3d021af25fc5584d55"
integrity sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==
dependencies:
decompress-response "^4.2.0"
once "^1.3.1"
Expand Down

0 comments on commit 4001780

Please sign in to comment.