From 381bbf1e7efd1c15c1d66311d86ba7db13a93997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 03:57:10 +0000 Subject: [PATCH] build(deps): bump web3-utils from 1.5.2 to 1.5.3 Bumps [web3-utils](https://github.com/ChainSafe/web3.js) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/ChainSafe/web3.js/releases) - [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/ChainSafe/web3.js/compare/v1.5.2...v1.5.3) --- updated-dependencies: - dependency-name: web3-utils dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../cactus-plugin-satp-hermes/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/cactus-test-tooling/package.json | 2 +- weaver/sdks/besu/node/package.json | 2 +- yarn.lock | 61 ++++++++++--------- 15 files changed, 46 insertions(+), 43 deletions(-) diff --git a/examples/cactus-example-carbon-accounting-backend/package.json b/examples/cactus-example-carbon-accounting-backend/package.json index dc97b1975d7..e9bc87b76d8 100644 --- a/examples/cactus-example-carbon-accounting-backend/package.json +++ b/examples/cactus-example-carbon-accounting-backend/package.json @@ -71,7 +71,7 @@ "typescript-optional": "2.0.1", "uuid": "9.0.1", "web3-core": "1.6.1", - "web3-utils": "1.6.1" + "web3-utils": "1.5.3" }, "devDependencies": { "@types/express": "4.17.19", diff --git a/examples/cactus-example-cbdc-bridging-backend/package.json b/examples/cactus-example-cbdc-bridging-backend/package.json index 092d7bb7855..7a387a102f1 100644 --- a/examples/cactus-example-cbdc-bridging-backend/package.json +++ b/examples/cactus-example-cbdc-bridging-backend/package.json @@ -83,7 +83,7 @@ "typescript-optional": "2.0.1", "uuid": "9.0.1", "web3-core": "1.5.2", - "web3-utils": "1.5.2" + "web3-utils": "1.5.3" }, "devDependencies": { "@types/crypto-js": "4.1.1", diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/package.json b/extensions/cactus-plugin-htlc-coordinator-besu/package.json index a24969e941d..db35223db38 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/package.json +++ b/extensions/cactus-plugin-htlc-coordinator-besu/package.json @@ -83,7 +83,7 @@ "express": "4.19.2", "socket.io": "4.5.4", "web3-eth-abi": "4.0.3", - "web3-utils": "4.0.3" + "web3-utils": "1.5.3" }, "engines": { "node": ">=18", diff --git a/package.json b/package.json index 3b1c0d33a13..4bace867d14 100644 --- a/package.json +++ b/package.json @@ -185,7 +185,7 @@ "web3": "4.1.1", "web3-core": "4.1.1", "web3-eth": "4.1.1", - "web3-utils": "4.0.5", + "web3-utils": "1.5.3", "webpack": "5.88.2", "webpack-cli": "4.10.0", "wget-improved": "3.4.0", diff --git a/packages/cactus-plugin-ledger-connector-besu/package.json b/packages/cactus-plugin-ledger-connector-besu/package.json index 6c93e8d67f4..95d5570ae56 100644 --- a/packages/cactus-plugin-ledger-connector-besu/package.json +++ b/packages/cactus-plugin-ledger-connector-besu/package.json @@ -71,7 +71,7 @@ "web3-core": "1.6.1", "web3-eth": "1.6.1", "web3-eth-contract": "1.6.1", - "web3-utils": "1.6.1", + "web3-utils": "1.5.3", "web3js-quorum": "22.4.0" }, "devDependencies": { diff --git a/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/package.json b/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/package.json index 8b908d85f59..973320b5e39 100644 --- a/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/package.json +++ b/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/package.json @@ -64,7 +64,7 @@ "web3-core": "1.8.1", "web3-core-subscriptions": "1.8.1", "web3-eth": "1.8.1", - "web3-utils": "1.8.1" + "web3-utils": "1.5.3" }, "devDependencies": { "@hyperledger/cactus-api-client": "2.0.0-alpha.2", diff --git a/packages/cactus-plugin-ledger-connector-quorum/package.json b/packages/cactus-plugin-ledger-connector-quorum/package.json index d1a43c06c9e..694683f77c9 100644 --- a/packages/cactus-plugin-ledger-connector-quorum/package.json +++ b/packages/cactus-plugin-ledger-connector-quorum/package.json @@ -73,7 +73,7 @@ "web3": "1.6.1", "web3-core-helpers": "1.6.1", "web3-eth-contract": "1.6.1", - "web3-utils": "1.6.1", + "web3-utils": "1.5.3", "web3js-quorum": "22.4.0" }, "devDependencies": { diff --git a/packages/cactus-plugin-ledger-connector-xdai/package.json b/packages/cactus-plugin-ledger-connector-xdai/package.json index 613349dd611..3015a25f036 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/package.json +++ b/packages/cactus-plugin-ledger-connector-xdai/package.json @@ -67,7 +67,7 @@ "uuid": "9.0.1", "web3": "1.6.1", "web3-eth-contract": "1.6.1", - "web3-utils": "1.6.1" + "web3-utils": "1.5.3" }, "devDependencies": { "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.2", diff --git a/packages/cactus-plugin-persistence-ethereum/package.json b/packages/cactus-plugin-persistence-ethereum/package.json index 3fc2c2fd9d2..21673520973 100644 --- a/packages/cactus-plugin-persistence-ethereum/package.json +++ b/packages/cactus-plugin-persistence-ethereum/package.json @@ -67,7 +67,7 @@ "pg": "8.8.0", "run-time-error-cjs": "1.4.0", "uuid": "9.0.1", - "web3-utils": "4.0.6", + "web3-utils": "1.5.3", "web3-validator": "2.0.2" }, "devDependencies": { diff --git a/packages/cactus-plugin-satp-hermes/package.json b/packages/cactus-plugin-satp-hermes/package.json index 61194e5b24a..02567816401 100644 --- a/packages/cactus-plugin-satp-hermes/package.json +++ b/packages/cactus-plugin-satp-hermes/package.json @@ -68,7 +68,7 @@ "typescript-optional": "2.0.1", "uuid": "9.0.1", "web3": "1.6.1", - "web3-utils": "1.6.1" + "web3-utils": "1.5.3" }, "devDependencies": { "@types/body-parser": "1.19.4", diff --git a/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json b/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json index daf50ff0366..5302fdddab1 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json +++ b/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json @@ -61,7 +61,7 @@ "axios": "1.6.0", "express": "4.19.2", "web3-eth-abi": "4.0.3", - "web3-utils": "4.0.3" + "web3-utils": "1.5.3" }, "devDependencies": { "@types/body-parser": "1.19.4", diff --git a/packages/cactus-test-plugin-ledger-connector-quorum/package.json b/packages/cactus-test-plugin-ledger-connector-quorum/package.json index 8e8750d57ce..799c517f9f8 100644 --- a/packages/cactus-test-plugin-ledger-connector-quorum/package.json +++ b/packages/cactus-test-plugin-ledger-connector-quorum/package.json @@ -59,7 +59,7 @@ "@hyperledger/cactus-verifier-client": "2.0.0-alpha.2", "web3": "1.6.1", "web3-core-helpers": "1.6.1", - "web3-utils": "1.6.1" + "web3-utils": "1.5.3" }, "devDependencies": { "@hyperledger/cactus-test-tooling": "2.0.0-alpha.2", diff --git a/packages/cactus-test-tooling/package.json b/packages/cactus-test-tooling/package.json index fe61f7944b0..6b99a77bc41 100644 --- a/packages/cactus-test-tooling/package.json +++ b/packages/cactus-test-tooling/package.json @@ -87,7 +87,7 @@ "uuid": "9.0.1", "web3": "1.6.1", "web3-core": "1.6.1", - "web3-utils": "1.6.1" + "web3-utils": "1.5.3" }, "devDependencies": { "@aries-framework/askar": "0.5.0-alpha.58", diff --git a/weaver/sdks/besu/node/package.json b/weaver/sdks/besu/node/package.json index 96628e6987a..d6d44461d3a 100644 --- a/weaver/sdks/besu/node/package.json +++ b/weaver/sdks/besu/node/package.json @@ -17,7 +17,7 @@ "@hyperledger/cacti-weaver-protos-js": "2.0.0-alpha.2", "log4js": "6.9.1", "web3": "1.10.0", - "web3-utils": "1.10.0" + "web3-utils": "1.5.3" }, "devDependencies": { "@types/node": "18.11.9", diff --git a/yarn.lock b/yarn.lock index 1a5eeebe569..82ecf3bbdc5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7475,7 +7475,7 @@ __metadata: typedoc: "npm:0.25.6" typescript: "npm:5.3.3" web3: "npm:1.10.0" - web3-utils: "npm:1.10.0" + web3-utils: "npm:1.5.3" languageName: unknown linkType: soft @@ -7752,7 +7752,7 @@ __metadata: typescript-optional: "npm:2.0.1" uuid: "npm:9.0.1" web3-core: "npm:1.6.1" - web3-utils: "npm:1.6.1" + web3-utils: "npm:1.5.3" languageName: unknown linkType: soft @@ -7865,7 +7865,7 @@ __metadata: typescript-optional: "npm:2.0.1" uuid: "npm:9.0.1" web3-core: "npm:1.5.2" - web3-utils: "npm:1.5.2" + web3-utils: "npm:1.5.3" languageName: unknown linkType: soft @@ -8165,7 +8165,7 @@ __metadata: typescript-optional: "npm:2.0.1" uuid: "npm:9.0.1" web3-eth-abi: "npm:4.0.3" - web3-utils: "npm:4.0.3" + web3-utils: "npm:1.5.3" languageName: unknown linkType: soft @@ -8411,7 +8411,7 @@ __metadata: web3-core: "npm:1.6.1" web3-eth: "npm:1.6.1" web3-eth-contract: "npm:1.6.1" - web3-utils: "npm:1.6.1" + web3-utils: "npm:1.5.3" web3js-quorum: "npm:22.4.0" languageName: unknown linkType: soft @@ -8596,7 +8596,7 @@ __metadata: web3-core: "npm:1.8.1" web3-core-subscriptions: "npm:1.8.1" web3-eth: "npm:1.8.1" - web3-utils: "npm:1.8.1" + web3-utils: "npm:1.5.3" languageName: unknown linkType: soft @@ -8744,7 +8744,7 @@ __metadata: web3-core-helpers: "npm:1.6.1" web3-eth: "npm:1.6.1" web3-eth-contract: "npm:1.6.1" - web3-utils: "npm:1.6.1" + web3-utils: "npm:1.5.3" web3js-quorum: "npm:22.4.0" bin: cacti-quorum-connector-status: dist/lib/scripts/get-quorum-connector-status.js @@ -8843,7 +8843,7 @@ __metadata: web3-core: "npm:1.6.1" web3-eth: "npm:1.6.1" web3-eth-contract: "npm:1.6.1" - web3-utils: "npm:1.6.1" + web3-utils: "npm:1.5.3" languageName: unknown linkType: soft @@ -8900,7 +8900,7 @@ __metadata: uuid: "npm:9.0.1" web3: "npm:4.0.3" web3-eth-accounts: "npm:4.0.3" - web3-utils: "npm:4.0.6" + web3-utils: "npm:1.5.3" web3-validator: "npm:2.0.2" languageName: unknown linkType: soft @@ -8965,7 +8965,7 @@ __metadata: typescript-optional: "npm:2.0.1" uuid: "npm:9.0.1" web3: "npm:1.6.1" - web3-utils: "npm:1.6.1" + web3-utils: "npm:1.5.3" languageName: unknown linkType: soft @@ -9057,7 +9057,7 @@ __metadata: express: "npm:4.19.2" uuid: "npm:9.0.1" web3-eth-abi: "npm:4.0.3" - web3-utils: "npm:4.0.3" + web3-utils: "npm:1.5.3" languageName: unknown linkType: soft @@ -9153,7 +9153,7 @@ __metadata: uuid: "npm:9.0.1" web3: "npm:1.6.1" web3-core-helpers: "npm:1.6.1" - web3-utils: "npm:1.6.1" + web3-utils: "npm:1.5.3" languageName: unknown linkType: soft @@ -9206,7 +9206,7 @@ __metadata: uuid: "npm:9.0.1" web3: "npm:1.6.1" web3-core: "npm:1.6.1" - web3-utils: "npm:1.6.1" + web3-utils: "npm:1.5.3" languageName: unknown linkType: soft @@ -9382,7 +9382,7 @@ __metadata: web3: "npm:4.1.1" web3-core: "npm:4.1.1" web3-eth: "npm:4.1.1" - web3-utils: "npm:4.0.5" + web3-utils: "npm:1.5.3" webpack: "npm:5.88.2" webpack-cli: "npm:4.10.0" wget-improved: "npm:3.4.0" @@ -52748,6 +52748,21 @@ __metadata: languageName: node linkType: hard +"web3-utils@npm:1.5.3": + version: 1.5.3 + resolution: "web3-utils@npm:1.5.3" + dependencies: + bn.js: "npm:^4.11.9" + eth-lib: "npm:0.2.8" + ethereum-bloom-filters: "npm:^1.0.6" + ethjs-unit: "npm:0.1.6" + number-to-bn: "npm:1.7.0" + randombytes: "npm:^2.1.0" + utf8: "npm:3.0.0" + checksum: 10/2a2618fcba87a8e63eaa831b8b8e6f606020688ec1310f58bf5ea9bd8042e8cf1e0b7a0fef0614ee75bcde2bc31ea437755012778d97a3748d12562ebe2bfe38 + languageName: node + linkType: hard + "web3-utils@npm:1.6.1": version: 1.6.1 resolution: "web3-utils@npm:1.6.1" @@ -52808,7 +52823,7 @@ __metadata: languageName: node linkType: hard -"web3-utils@npm:4.0.3, web3-utils@npm:^4.0.3": +"web3-utils@npm:^4.0.3": version: 4.0.3 resolution: "web3-utils@npm:4.0.3" dependencies: @@ -52820,7 +52835,7 @@ __metadata: languageName: node linkType: hard -"web3-utils@npm:4.0.5, web3-utils@npm:^4.0.5": +"web3-utils@npm:^4.0.5": version: 4.0.5 resolution: "web3-utils@npm:4.0.5" dependencies: @@ -52832,18 +52847,6 @@ __metadata: languageName: node linkType: hard -"web3-utils@npm:4.0.6": - version: 4.0.6 - resolution: "web3-utils@npm:4.0.6" - dependencies: - ethereum-cryptography: "npm:^2.0.0" - web3-errors: "npm:^1.1.2" - web3-types: "npm:^1.2.0" - web3-validator: "npm:^2.0.2" - checksum: 10/34bbef647ce3219eb502919e9a229e182f59ab90e3fdda9cf603db0623daae30d840ae1baae896d75b6f4a54fb7840cc54758f41d3ff859f33f8a87ef24c8cfd - languageName: node - linkType: hard - "web3-utils@npm:^4.0.7": version: 4.0.7 resolution: "web3-utils@npm:4.0.7" @@ -52880,7 +52883,7 @@ __metadata: languageName: node linkType: hard -"web3-validator@npm:2.0.2, web3-validator@npm:^2.0.2": +"web3-validator@npm:2.0.2": version: 2.0.2 resolution: "web3-validator@npm:2.0.2" dependencies: