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 11, 2022
1 parent 23f95a3 commit a29477c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.17.3",
"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,7 +19,7 @@
"config": "^1.26.1",
"cookie-parser": "~1.4.3",
"debug": "~4.1.1",
"express": "^4.17.3",
"express": "4.17.3",
"fast-safe-stringify": "2.1.1",
"jsonwebtoken": "^8.5.1",
"log4js": "^6.4.0",
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.17.3",
"express": "4.17.3",
"jsonwebtoken": "^8.5.1",
"log4js": "^6.4.0",
"morgan": "1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10471,7 +10471,7 @@ [email protected], express@^4.14.0, express@^4.17.1:
utils-merge "1.0.1"
vary "~1.1.2"

express@^4.17.3:
[email protected]:
version "4.17.3"
resolved "https://registry.yarnpkg.com/express/-/express-4.17.3.tgz#f6c7302194a4fb54271b73a1fe7a06478c8f85a1"
integrity sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg==
Expand Down

0 comments on commit a29477c

Please sign in to comment.