Skip to content

Commit

Permalink
fix: correct algosdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
a0ngo committed Nov 6, 2023
1 parent 53c3ad9 commit 7b8142b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps/recovery-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@taquito/signer": "^16.2.0",
"@taquito/taquito": "^16.2.0",
"@terra-money/terra.js": "^3.1.10",
"algosdk": "^2.4.0",
"algosdk": "2.5.0",
"axios": "^1.4.0",
"base58": "^2.0.1",
"bigint-buffer": "^1.1.5",
Expand Down Expand Up @@ -82,4 +82,4 @@
"eslint-config-next": "^13.4.9",
"typescript": "^5.1.6"
}
}
}
4 changes: 2 additions & 2 deletions apps/recovery-utility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@taquito/taquito": "^16.2.0",
"@taquito/utils": "^16.2.0",
"@terra-money/terra.js": "^3.1.10",
"algosdk": "^2.4.0",
"algosdk": "2.5.0",
"archiver": "^5.3.1",
"bitcoinjs-lib": "^6.1.3",
"bs58": "^5.0.0",
Expand Down Expand Up @@ -102,4 +102,4 @@
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}
}
4 changes: 2 additions & 2 deletions packages/wallet-derivation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/bech32": "^1.1.4",
"@types/bitcore-lib-cash": "^8.23.5",
"@types/blake2b": "^2.1.0",
"algosdk": "^2.4.0",
"algosdk": "2.5.0",
"bech32": "^2.0.0",
"big-integer": "^1.6.51",
"bigint-buffer": "^1.1.5",
Expand Down Expand Up @@ -53,4 +53,4 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1"
}
}
}
16 changes: 12 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4606,13 +4606,14 @@ algo-msgpack-with-bigint@^2.1.1:
resolved "https://registry.yarnpkg.com/algo-msgpack-with-bigint/-/algo-msgpack-with-bigint-2.1.1.tgz#38bb717220525b3ff42232eefdcd9efb9ad405d6"
integrity sha512-F1tGh056XczEaEAqu7s+hlZUDWwOBT70Eq0lfMpBP2YguSQVyxRbprLq5rELXKQOyOaixTWYhMeMQMzP0U5FoQ==

algosdk@^2.4.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/algosdk/-/algosdk-2.7.0.tgz#6ebab130d25fc3cb4c74dce4d8753c7e86db1404"
integrity sha512-sBE9lpV7bup3rZ+q2j3JQaFAE9JwZvjWKX00vPlG8e9txctXbgLL56jZhSWZndqhDI9oI+0P4NldkuQIWdrUyg==
algosdk@2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/algosdk/-/algosdk-2.5.0.tgz#92776e743ec93677d0ffd8ab31c9e43a5815a5da"
integrity sha512-MlbPjjx4utq5sETOE0okF7/Lz0fgoBtRJRvSbRu3GnoybLTq/n6To2ojDAjJMqi+qMDyUBE9fWu+8jdSvozavA==
dependencies:
algo-msgpack-with-bigint "^2.1.1"
buffer "^6.0.3"
cross-fetch "^4.0.0"
hi-base32 "^0.5.1"
js-sha256 "^0.9.0"
js-sha3 "^0.8.0"
Expand Down Expand Up @@ -6251,6 +6252,13 @@ create-require@^1.1.0:
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==

cross-fetch@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-4.0.0.tgz#f037aef1580bb3a1a35164ea2a848ba81b445983"
integrity sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==
dependencies:
node-fetch "^2.6.12"

cross-spawn@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
Expand Down

0 comments on commit 7b8142b

Please sign in to comment.