Skip to content

Commit

Permalink
fix(wallet): Upgrade beignet to 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyphillips committed Jan 31, 2024
1 parent 2d5acc4 commit d3b6889
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@synonymdev/web-relay": "1.0.7",
"backpack-client": "github:synonymdev/bitkit-backup-client#f08fdb28529d8a3f8bfecc789443c43b966a7581",
"bech32": "2.0.0",
"beignet": "0.0.18",
"beignet": "0.0.19",
"bip21": "2.0.3",
"bip32": "4.0.0",
"bip39": "3.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5563,10 +5563,10 @@ bech32@^1.1.2, bech32@^1.1.4:
resolved "https://registry.yarnpkg.com/bech32/-/bech32-1.1.4.tgz#e38c9f37bf179b8eb16ae3a772b40c356d4832e9"
integrity sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ==

[email protected].18:
version "0.0.18"
resolved "https://registry.yarnpkg.com/beignet/-/beignet-0.0.18.tgz#f7f01ff418204f6eba297aa4a7cca7ea2357e427"
integrity sha512-+FuK34Xa9kXIOXDPqKh4xbrGfOKTPQsemK4ICFvbJcmRvjd8ipScokgHAo259DPMYiPeOOXGv7UOjGtvZG2GuQ==
[email protected].19:
version "0.0.19"
resolved "https://registry.yarnpkg.com/beignet/-/beignet-0.0.19.tgz#9d5242ecb9f6853bc3c3b62e2a79c7c45cc546e2"
integrity sha512-A8fCZ3XiCmtWaU3nneXRZ9pJ2XBqVVfHQDyf7F6AXhKFcX9e6VVFBglQDsNEDAgFBUK9wBQmusktpeDYFT+Xpg==
dependencies:
"@bitcoinerlab/secp256k1" "1.0.5"
bech32 "2.0.0"
Expand Down

0 comments on commit d3b6889

Please sign in to comment.