Skip to content

Commit

Permalink
Update dependencies to address CVE-2023-45857
Browse files Browse the repository at this point in the history
A vulnerable dependency was used by the CouchDB wallet implementation.

Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday committed Nov 11, 2023
1 parent 53b41ae commit e29a527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabric-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"callsite": "^1.0.0",
"elliptic": "^6.5.4",
"fabric-protos": "file:../fabric-protos",
"js-sha3": "^0.8.0",
"js-sha3": "^0.9.2",
"jsrsasign": "^10.5.25",
"long": "^5.2.3",
"nconf": "^0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion fabric-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"fabric-common": "file:../fabric-common",
"fabric-protos": "file:../fabric-protos",
"long": "^5.2.3",
"nano": "^9.0.5"
"nano": "^10.1.2"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit e29a527

Please sign in to comment.