Skip to content

Commit

Permalink
build(deps): upgrade axios to 0.21.1
Browse files Browse the repository at this point in the history
Done due to a high severity vulnerability

Also adding axios as a dependency to
cactus-test-plugin-ledger-connector-besu
which seems to have been missing so far.

Fixes hyperledger-cacti#449

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Jan 6, 2021
1 parent 477dc7e commit 4f7ad7c
Show file tree
Hide file tree
Showing 21 changed files with 106 additions and 244 deletions.
26 changes: 4 additions & 22 deletions examples/cactus-example-supply-chain-backend/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 examples/cactus-example-supply-chain-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@hyperledger/cactus-plugin-ledger-connector-quorum": "^0.2.0",
"@hyperledger/cactus-test-tooling": "^0.2.0",
"async-exit-hook": "2.0.1",
"axios": "0.19.2",
"axios": "0.21.1",
"express": "4.17.1",
"jose": "1.28.0",
"openapi-types": "7.0.1",
Expand Down

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 @@ -72,7 +72,7 @@
"@hyperledger/cactus-plugin-ledger-connector-besu": "^0.2.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "^0.2.0",
"async-exit-hook": "2.0.1",
"axios": "0.19.2",
"axios": "0.21.1",
"express": "4.17.1",
"openapi-types": "7.0.1",
"swarm-js": "0.1.40",
Expand Down
30 changes: 7 additions & 23 deletions packages/cactus-api-client/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-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@hyperledger/cactus-core": "^0.2.0",
"@hyperledger/cactus-core-api": "^0.2.0",
"@hyperledger/cactus-plugin-consortium-manual": "^0.2.0",
"axios": "0.19.2",
"axios": "0.21.1",
"joi": "14.3.1",
"typescript-optional": "2.0.1"
},
Expand Down
27 changes: 7 additions & 20 deletions packages/cactus-plugin-consortium-manual/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-consortium-manual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@hyperledger/cactus-common": "^0.2.0",
"@hyperledger/cactus-core": "^0.2.0",
"@hyperledger/cactus-core-api": "^0.2.0",
"axios": "0.19.2",
"axios": "0.21.1",
"body-parser": "1.19.0",
"express": "4.17.1",
"express-openapi-validator": "3.12.9",
Expand Down
28 changes: 5 additions & 23 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.

25 changes: 7 additions & 18 deletions packages/cactus-test-api-client/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-test-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@hyperledger/cactus-plugin-ledger-connector-besu": "^0.2.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "^0.2.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "^0.2.0",
"axios": "0.19.2",
"axios": "0.21.1",
"joi": "14.3.1",
"jose": "1.27.2",
"typescript-optional": "2.0.1",
Expand Down
30 changes: 7 additions & 23 deletions packages/cactus-test-cmd-api-server/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-test-cmd-api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@hyperledger/cactus-plugin-ledger-connector-besu": "^0.2.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "^0.2.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "^0.2.0",
"axios": "0.19.2",
"axios": "0.21.1",
"joi": "14.3.1",
"typescript-optional": "2.0.1"
},
Expand Down
Loading

0 comments on commit 4f7ad7c

Please sign in to comment.