Skip to content

Commit

Permalink
fix(security): address CVE-2017-16138
Browse files Browse the repository at this point in the history
fixes: hyperledger-cacti#1776

Signed-off-by: micoferdinand98 <[email protected]>
  • Loading branch information
micoferdinand98 committed Mar 7, 2022
1 parent 0fd647d commit 84d5253
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 132 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"config": "^1.26.1",
"cookie-parser": "~1.4.3",
"debug": "~4.1.1",
"express": "~4.15.2",
"express": "^4.17.3",
"fabric-ca-client": "1.4.19",
"fabric-client": "1.4.19",
"fabric-network": "1.4.19",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"config": "^1.26.1",
"cookie-parser": "~1.4.3",
"debug": "~4.1.1",
"express": "~4.15.2",
"jsonwebtoken": "^8.5.1",
"express": "^4.17.3",
"fast-safe-stringify": "2.1.1",
"jsonwebtoken": "^8.5.1",
"log4js": "^6.4.0",
"morgan": "~1.8.1",
"serve-favicon": "~2.4.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"config": "^1.26.1",
"cookie-parser": "~1.4.3",
"debug": "~4.1.1",
"express": "~4.15.2",
"express": "^4.17.3",
"jsonwebtoken": "^8.5.1",
"log4js": "^6.4.0",
"morgan": "~1.8.1",
Expand Down
Loading

0 comments on commit 84d5253

Please sign in to comment.