thorswap / SwapKit

SwapKit SDK - Integrate blockchains easily. Docs - https://docs.thorswap.finance/swapkit-docs
https://swapkit.dev
Apache License 2.0
53 stars 28 forks source link

[BUG] update crypto-js to >= 4.2.0 #407

Closed silvermind closed 10 months ago

silvermind commented 11 months ago

there was a recent security issue in crypto-js, not sure if this library is affected at all, but currently using swapkit/sdk1.0.0-rc.43 breaks my github security checks. You might also want to enable them in Github for your repos.

see: https://github.com/brix/crypto-js/issues/467

ice-chillios commented 10 months ago

Updated in newest version & build. 🙏 thanks for opening issue

EDIT:

Exact versions:

{"name":"@thorswap-lib/swapkit-entities","version":"1.0.0-rc.16"},
{"name":"@swapkit/api","version":"1.0.0-rc.16"},
{"name":"@swapkit/core","version":"1.0.0-rc.43"},
{"name":"@swapkit/helpers","version":"1.0.0-rc.35"},
{"name":"@swapkit/sdk","version":"1.0.0-rc.45"},
{"name":"@swapkit/tokens","version":"1.0.0-rc.17"},
{"name":"@swapkit/types","version":"1.0.0-rc.16"},
{"name":"@swapkit/toolbox-cosmos","version":"1.0.0-rc.37"},
{"name":"@swapkit/toolbox-evm","version":"1.0.0-rc.37"},
{"name":"@swapkit/toolbox-utxo","version":"1.0.0-rc.37"},
{"name":"@swapkit/wallet-evm-extensions","version":"1.0.0-rc.37"},
{"name":"@swapkit/wallet-keplr","version":"1.0.0-rc.37"},
{"name":"@swapkit/wallet-keystore","version":"1.0.0-rc.43"},
{"name":"@swapkit/wallet-ledger","version":"1.0.0-rc.41"},
{"name":"@swapkit/wallet-okx","version":"1.0.0-rc.41"},
{"name":"@swapkit/wallet-trezor","version":"1.0.0-rc.39"},
{"name":"@swapkit/wallet-wc","version":"1.0.0-rc.39"},
{"name":"@swapkit/wallet-xdefi","version":"1.0.0-rc.42"}