Skip to content

Commit

Permalink
build: bump google-protobuf for nns (#162)
Browse files Browse the repository at this point in the history
# Motivation

Resolve #143.

This will also fix the usage of the lib for testing purpose as it referenced a version of `google-protobuf` that fails with `jest` in a NodeJS context - e.g. when running tests in NNS-dapp.

# Changes

- bump `google-protobuf` last version
  • Loading branch information
peterpeterparker authored Aug 2, 2022
1 parent 1ffdce3 commit 5ece152
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/nns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"crc": "^4.1.1",
"crc-32": "^1.2.2",
"google-protobuf": "^3.19.4",
"google-protobuf": "^3.21.0",
"js-sha256": "^0.9.0",
"randombytes": "^2.1.0"
},
Expand Down

0 comments on commit 5ece152

Please sign in to comment.