Skip to content

Commit

Permalink
Merge pull request #367 from cdc-Hitesh/fix/upgradeDependency
Browse files Browse the repository at this point in the history
Dependency update fix to avoid severity
  • Loading branch information
calvinaco authored Jun 5, 2022
2 parents 09ee7ce + ac77333 commit e9cdc5c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 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.5
- [Dependency] Update dependency for `protobufjs` to `6.11.3`

## v1.0.4
- Added support for `MsgCreateVestingAccount` and `DelayedVestingAccount`

Expand Down
29 changes: 13 additions & 16 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.4",
"version": "1.0.5",
"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 e9cdc5c

Please sign in to comment.