Skip to content

Commit

Permalink
Revert "fix(security): address CVE-2021-23358 fixes: hyperledger-cact…
Browse files Browse the repository at this point in the history
…i#1775"

This reverts commit f6cef49.

Signed-off-by: zondervancalvez <[email protected]>
  • Loading branch information
zondervancalvez committed Jan 31, 2022
1 parent f2cb537 commit 096ec53
Show file tree
Hide file tree
Showing 6 changed files with 21,398 additions and 22,337 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
"git-cz": "4.7.6",
"globby": "12.0.0",
"google-protobuf": "3.18.0-rc.2",
"grpc_tools_node_protoc_ts": "5.3.1",
"grpc-tools": "1.11.2",
"grpc_tools_node_protoc_ts": "5.3.1",
"husky": "7.0.1",
"inquirer": "8.1.2",
"jest": "27.0.6",
Expand Down Expand Up @@ -140,8 +140,5 @@
"webpack": "5.50.0",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.7.2"
},
"dependencies": {
"underscore": "^1.13.2"
}
}
2 changes: 1 addition & 1 deletion packages/cactus-plugin-htlc-eth-besu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"openapi-types": "9.1.0",
"typescript-optional": "2.0.1",
"web3": "1.5.2",
"web3js-quorum": "^21.7.0-rc1"
"web3-eea": "0.11.0"
},
"devDependencies": {
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/cactus-plugin-ledger-connector-besu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
"typescript-optional": "2.0.1",
"web3": "1.5.2",
"web3-core": "1.5.2",
"web3-eea": "0.11.0",
"web3-eth": "1.5.2",
"web3-utils": "1.5.2",
"web3js-quorum": "^21.7.0-rc1"
"web3-utils": "1.5.2"
},
"devDependencies": {
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-test-plugin-htlc-eth-besu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"axios": "0.21.4",
"key-encoder": "2.0.3",
"web3": "1.5.2",
"web3js-quorum": "^21.7.0-rc1"
"web3-eea": "0.11.0"
},
"devDependencies": {
"@types/express": "4.17.13"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
"@hyperledger/cactus-test-tooling": "1.0.0-rc.3",
"key-encoder": "2.0.3",
"web3": "1.5.2",
"web3js-quorum": "^21.7.0-rc1"
"web3-eea": "0.11.0"
}
}
Loading

0 comments on commit 096ec53

Please sign in to comment.