Skip to content

Commit

Permalink
build(deps): upgrade web3 project-wide to v1.6.1
Browse files Browse the repository at this point in the history
Fixes #2332
  • Loading branch information
micoferdinand98 committed Jul 12, 2023
1 parent d8d538d commit b8b81eb
Show file tree
Hide file tree
Showing 14 changed files with 604 additions and 334 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
"openapi-types": "9.1.0",
"typescript-optional": "2.0.1",
"uuid": "8.3.2",
"web3-core": "1.5.2",
"web3-utils": "1.5.2"
"web3-core": "1.6.1",
"web3-utils": "1.6.1"
},
"devDependencies": {
"@types/express": "4.17.13",
Expand Down
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 @@
"solc": "0.8.6",
"typescript-optional": "2.0.1",
"uuid": "8.3.2",
"web3-core": "1.5.2"
"web3-core": "1.6.1"
},
"devDependencies": {
"@types/express": "4.17.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-cmd-socketio-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"shelljs": "0.8.5",
"socket.io": "4.4.1",
"socket.io-client": "4.1.3",
"web3": "1.6.0",
"web3": "1.6.1",
"xmlhttprequest": "1.8.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/cactus-plugin-ledger-connector-besu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@
"rxjs": "7.8.1",
"socket.io-client": "4.1.3",
"typescript-optional": "2.0.1",
"web3": "1.5.2",
"web3-core": "1.5.2",
"web3-eth": "1.5.2",
"web3-utils": "1.5.2",
"web3": "1.6.1",
"web3-core": "1.6.1",
"web3-eth": "1.6.1",
"web3-utils": "1.6.1",
"web3js-quorum": "21.7.0-rc1"
},
"devDependencies": {
"@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1",
"@hyperledger/cactus-test-tooling": "2.0.0-alpha.1",
"@types/express": "4.17.13",
"socket.io": "4.4.1",
"web3-core": "1.5.2",
"web3-eth": "1.5.2"
"web3-core": "1.6.1",
"web3-eth": "1.6.1"
},
"engines": {
"node": ">=10",
Expand Down
8 changes: 4 additions & 4 deletions packages/cactus-plugin-ledger-connector-quorum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"rxjs": "7.8.1",
"sanitize-html": "2.7.0",
"typescript-optional": "2.0.1",
"web3": "1.5.2",
"web3-eth-contract": "1.5.2",
"web3-utils": "1.5.2"
"web3": "1.6.1",
"web3-eth-contract": "1.6.1",
"web3-utils": "1.6.1"
},
"devDependencies": {
"@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1",
Expand All @@ -79,7 +79,7 @@
"@types/minimist": "1.2.2",
"@types/sanitize-html": "2.6.2",
"chalk": "4.1.2",
"web3-eth": "1.5.2"
"web3-eth": "1.6.1"
},
"engines": {
"node": ">=10",
Expand Down
4 changes: 2 additions & 2 deletions packages/cactus-plugin-ledger-connector-xdai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"openapi-types": "9.1.0",
"prom-client": "13.2.0",
"typescript-optional": "2.0.1",
"web3": "1.5.2",
"web3-utils": "1.5.2"
"web3": "1.6.1",
"web3-utils": "1.6.1"
},
"devDependencies": {
"@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/cactus-plugin-odap-hermes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"socket.io": "4.4.1",
"sqlite3": "5.1.5",
"typescript-optional": "2.0.1",
"web3": "1.5.2",
"web3-utils": "1.5.2"
"web3": "1.6.1",
"web3-utils": "1.6.1"
},
"devDependencies": {
"@types/crypto-js": "4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/cactus-plugin-persistence-ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"run-time-error": "1.4.0",
"sanitize-html": "2.7.0",
"uuid": "8.3.2",
"web3-utils": "1.5.2"
"web3-utils": "1.6.1"
},
"devDependencies": {
"@hyperledger/cactus-api-client": "2.0.0-alpha.1",
Expand All @@ -76,9 +76,9 @@
"@types/pg": "8.6.5",
"jest-extended": "2.0.0",
"rxjs": "7.8.1",
"web3": "1.5.2",
"web3-core": "1.5.2",
"web3-eth": "1.5.2"
"web3": "1.6.1",
"web3-core": "1.6.1",
"web3-eth": "1.6.1"
},
"engines": {
"node": ">=10",
Expand Down
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 @@ -57,7 +57,7 @@
"@hyperledger/cactus-core-api": "2.0.0-alpha.1",
"@hyperledger/cactus-plugin-consortium-manual": "2.0.0-alpha.1",
"jose": "4.9.2",
"web3": "1.5.2"
"web3": "1.6.1"
},
"devDependencies": {
"@hyperledger/cactus-test-tooling": "2.0.0-alpha.1"
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 @@ -60,7 +60,7 @@
"@hyperledger/cactus-test-tooling": "2.0.0-alpha.1",
"axios": "0.21.4",
"key-encoder": "2.0.3",
"web3": "1.5.2",
"web3": "1.6.1",
"web3js-quorum": "21.7.0-rc1"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@hyperledger/cactus-test-tooling": "2.0.0-alpha.1",
"@hyperledger/cactus-verifier-client": "2.0.0-alpha.1",
"key-encoder": "2.0.3",
"web3": "1.5.2",
"web3": "1.6.1",
"web3js-quorum": "21.7.0-rc1"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-alpha.1",
"@hyperledger/cactus-verifier-client": "2.0.0-alpha.1",
"web3": "1.5.2",
"web3-utils": "1.5.2"
"web3": "1.6.1",
"web3-utils": "1.6.1"
},
"devDependencies": {
"@hyperledger/cactus-test-tooling": "2.0.0-alpha.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/cactus-test-tooling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
"temp": "0.9.4",
"typescript-optional": "2.0.1",
"uuid": "8.3.2",
"web3": "1.5.2",
"web3-core": "1.5.2",
"web3-utils": "1.5.2"
"web3": "1.6.1",
"web3-core": "1.6.1",
"web3-utils": "1.6.1"
},
"devDependencies": {
"@types/dockerode": "3.2.7",
Expand Down
Loading

0 comments on commit b8b81eb

Please sign in to comment.