Bump elliptic version to ^6.5.4
This commit is contained in:
parent
9c623bd645
commit
3e6c9b6009
@ -10,6 +10,8 @@ and this project adheres to
|
||||
|
||||
- @cosmjs/cosmwasm-stargate: Fix `ContractCodeHistory` decoding when msg
|
||||
contains non-printable ASCII ([#1320]).
|
||||
- @cosmjs/crypto: Bump elliptic version to ^6.5.4 due to
|
||||
[CVE-2020-28498](https://github.com/advisories/GHSA-r9p9-mrjm-926w).
|
||||
|
||||
[#1320]: https://github.com/cosmos/cosmjs/pull/1320
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
"@cosmjs/utils": "workspace:^",
|
||||
"@noble/hashes": "^1",
|
||||
"bn.js": "^5.2.0",
|
||||
"elliptic": "^6.5.3",
|
||||
"elliptic": "^6.5.4",
|
||||
"libsodium-wrappers": "^0.7.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -462,7 +462,7 @@ __metadata:
|
||||
"@typescript-eslint/parser": ^5.13.0
|
||||
bn.js: ^5.2.0
|
||||
buffer: ^6.0.3
|
||||
elliptic: ^6.5.3
|
||||
elliptic: ^6.5.4
|
||||
eslint: ^7.5
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-import-resolver-node: ^0.3.4
|
||||
@ -3153,7 +3153,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"elliptic@npm:^6.5.3":
|
||||
"elliptic@npm:^6.5.4":
|
||||
version: 6.5.4
|
||||
resolution: "elliptic@npm:6.5.4"
|
||||
dependencies:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user