Skip to content

Commit

Permalink
Dependency update fix to avoid severity
Browse files Browse the repository at this point in the history
  • Loading branch information
cdc-Hitesh committed Jun 3, 2022
1 parent c5ee4c1 commit 394a945
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

## v1.0.3
- [Dependency] Update dependency for `protobufjs` to `6.11.3`

## v1.0.2
- Added IBC MsgTransfer amino support
- Added utility `convertEVMAddressToBech32Address` for EVM<->Bech32 address conversion
Expand Down
27 changes: 13 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crypto-org-chain/chain-jslib",
"version": "1.0.2",
"version": "1.0.3",
"description": "Crypto.org Chain JavaScript library",
"author": "Crypto.org <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
"long": "4.0.0",
"moment": "2.29.1",
"ow": "0.17.0",
"protobufjs": "6.10.1",
"protobufjs": "6.11.3",
"randombytes": "2.1.0",
"secp256k1": "4.0.2",
"snakecase-keys": "3.2.1",
Expand Down

0 comments on commit 394a945

Please sign in to comment.