Skip to content

Commit

Permalink
build(deps): upgrade axios to 0.21.1 due to high severity CVE hyperle…
Browse files Browse the repository at this point in the history
…dger-cacti#449

The previous commit attempting to do the same thing
somehow did not achieve the expected outcome meaning
that there were still leftovers of other versions of axios.

For reference: CVE-2020-28168

Fixes hyperledger-cacti#449

Depends on hyperledger-cacti#506 hyperledger-cacti#507

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Jan 21, 2021
1 parent 3808c00 commit 39ebe64
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
12 changes: 6 additions & 6 deletions packages/cactus-plugin-ledger-connector-besu/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/cactus-plugin-ledger-connector-besu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@hyperledger/cactus-common": "0.3.0",
"@hyperledger/cactus-core": "0.3.0",
"@hyperledger/cactus-core-api": "0.3.0",
"axios": "0.20.0",
"axios": "0.21.1",
"express": "4.17.1",
"joi": "14.3.1",
"openapi-types": "7.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/cactus-plugin-ledger-connector-fabric/package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"@types/ssh2": "0.5.44",
"@types/temp": "0.8.34",
"@types/uuid": "8.3.0",
"axios": "0.20.0",
"axios": "0.21.1",
"form-data": "3.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/cactus-plugin-ledger-connector-quorum/package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@hyperledger/cactus-common": "0.3.0",
"@hyperledger/cactus-core": "0.3.0",
"@hyperledger/cactus-core-api": "0.3.0",
"axios": "0.20.0",
"axios": "0.21.1",
"express": "4.17.1",
"joi": "14.3.1",
"openapi-types": "7.0.1",
Expand Down

0 comments on commit 39ebe64

Please sign in to comment.