diff --git a/examples/cactus-common-example-server/package.json b/examples/cactus-common-example-server/package.json index f435d7ca12..89f6bf2224 100644 --- a/examples/cactus-common-example-server/package.json +++ b/examples/cactus-common-example-server/package.json @@ -45,14 +45,14 @@ "@hyperledger/cactus-common": "2.0.0-rc.4", "@hyperledger/cactus-core-api": "2.0.0-rc.4", "@types/node": "18.11.9", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "config": "3.3.7", "cookie-parser": "1.4.5", "debug": "3.1.0", "escape-html": "1.0.3", "ethereumjs-common": "1.5.2", "ethereumjs-tx": "2.1.2", - "express": "4.19.2", + "express": "4.20.0", "fabric-network": "2.2.20", "http-errors": "1.6.3", "js-yaml": "3.14.1", diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json b/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json index dd7f3e924e..0b233fb19f 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json @@ -65,7 +65,7 @@ "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.4", "async-exit-hook": "2.0.1", "axios": "1.7.7", - "express": "4.19.2", + "express": "4.20.0", "openapi-types": "12.1.3", "typescript-optional": "2.0.1", "uuid": "10.0.0" diff --git a/examples/cactus-example-discounted-asset-trade/package.json b/examples/cactus-example-discounted-asset-trade/package.json index 2f81bd05b8..e9a9dc9494 100644 --- a/examples/cactus-example-discounted-asset-trade/package.json +++ b/examples/cactus-example-discounted-asset-trade/package.json @@ -24,14 +24,14 @@ "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.4", "@types/node": "18.11.9", "axios": "1.7.7", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "cookie-parser": "1.4.6", "debug": "3.1.0", "elliptic": "6.5.7", "escape-html": "1.0.3", "ethereumjs-common": "1.5.2", "ethereumjs-tx": "2.1.2", - "express": "4.19.2", + "express": "4.20.0", "fabric-ca-client": "2.2.20", "fabric-network": "2.2.20", "http-errors": "1.6.3", diff --git a/examples/cactus-example-electricity-trade/package.json b/examples/cactus-example-electricity-trade/package.json index 7dbcdc8ae0..b1ca3fe94a 100644 --- a/examples/cactus-example-electricity-trade/package.json +++ b/examples/cactus-example-electricity-trade/package.json @@ -22,13 +22,13 @@ "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.4", "@hyperledger/cactus-plugin-ledger-connector-sawtooth": "2.0.0-rc.4", "@types/node": "18.11.9", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "cookie-parser": "1.4.6", "debug": "3.1.0", "escape-html": "1.0.3", "ethereumjs-common": "1.5.2", "ethereumjs-tx": "2.1.2", - "express": "4.19.2", + "express": "4.20.0", "fabric-ca-client": "2.2.20", "fabric-network": "2.2.20", "http-errors": "1.6.3", diff --git a/examples/cactus-example-supply-chain-backend/package.json b/examples/cactus-example-supply-chain-backend/package.json index 24ef2e950d..16ecca0bb4 100644 --- a/examples/cactus-example-supply-chain-backend/package.json +++ b/examples/cactus-example-supply-chain-backend/package.json @@ -68,7 +68,7 @@ "async-exit-hook": "2.0.1", "axios": "1.7.7", "dotenv": "16.0.0", - "express": "4.19.2", + "express": "4.20.0", "express-jwt": "8.4.1", "fabric-network": "2.2.20", "jose": "4.15.5", diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/package.json b/examples/cactus-example-supply-chain-business-logic-plugin/package.json index 99a17e0591..7a4d600ce5 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/package.json +++ b/examples/cactus-example-supply-chain-business-logic-plugin/package.json @@ -66,7 +66,7 @@ "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.4", "async-exit-hook": "2.0.1", "axios": "1.7.7", - "express": "4.19.2", + "express": "4.20.0", "openapi-types": "12.1.3", "run-time-error-cjs": "1.4.0", "typescript-optional": "2.0.1", diff --git a/examples/test-run-transaction/package.json b/examples/test-run-transaction/package.json index a184a40451..695033a61d 100644 --- a/examples/test-run-transaction/package.json +++ b/examples/test-run-transaction/package.json @@ -15,13 +15,13 @@ }, "dependencies": { "@types/node": "18.11.9", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "cookie-parser": "1.4.6", "debug": "2.6.9", "escape-html": "1.0.3", "ethereumjs-common": "1.5.2", "ethereumjs-tx": "2.1.2", - "express": "4.19.2", + "express": "4.20.0", "fabric-ca-client": "2.2.20", "fabric-network": "2.2.20", "http-errors": "1.6.3", diff --git a/examples/test-run-transaction/supply-chain-app-stub/package.json b/examples/test-run-transaction/supply-chain-app-stub/package.json index 9633ccc049..b95991c64b 100644 --- a/examples/test-run-transaction/supply-chain-app-stub/package.json +++ b/examples/test-run-transaction/supply-chain-app-stub/package.json @@ -4,9 +4,9 @@ "description": "", "main": "index.js", "dependencies": { - "body-parser": "1.20.2", + "body-parser": "1.20.3", "cors": "2.8.5", - "express": "4.19.2", + "express": "4.20.0", "moment": "2.29.4", "ts-node": "10.9.1", "typescript": "5.5.2", diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/package.json b/extensions/cactus-plugin-htlc-coordinator-besu/package.json index 242551d14c..80ad209453 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/package.json +++ b/extensions/cactus-plugin-htlc-coordinator-besu/package.json @@ -66,7 +66,7 @@ "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.4", "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "2.0.0-rc.4", "axios": "1.7.7", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "fast-safe-stringify": "2.1.1", "joi": "17.13.3", "openapi-types": "12.1.3", @@ -81,7 +81,7 @@ "@hyperledger/cactus-test-tooling": "2.0.0-rc.4", "@types/express": "4.17.21", "@types/uuid": "10.0.0", - "express": "4.19.2", + "express": "4.20.0", "socket.io": "4.6.2", "web3-eth-abi": "4.2.1", "web3-utils": "4.2.1" diff --git a/extensions/cactus-plugin-object-store-ipfs/package.json b/extensions/cactus-plugin-object-store-ipfs/package.json index 7c913d8361..3185776ccc 100644 --- a/extensions/cactus-plugin-object-store-ipfs/package.json +++ b/extensions/cactus-plugin-object-store-ipfs/package.json @@ -69,8 +69,8 @@ "@multiformats/multiaddr": "11.6.1", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", - "body-parser": "1.20.2", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "ipfs-core-types": "0.14.1", "ipfs-unixfs": "9.0.1", "kubo-rpc-client": "3.0.1", diff --git a/packages/cacti-plugin-consortium-static/package.json b/packages/cacti-plugin-consortium-static/package.json index 6733b0d1d7..f7e2a48c0c 100644 --- a/packages/cacti-plugin-consortium-static/package.json +++ b/packages/cacti-plugin-consortium-static/package.json @@ -59,8 +59,8 @@ "@hyperledger/cactus-core": "2.0.0-rc.4", "@hyperledger/cactus-core-api": "2.0.0-rc.4", "axios": "1.7.7", - "body-parser": "1.20.2", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "http-errors-enhanced-cjs": "2.0.1", "jose": "4.15.5", "merkletreejs": "0.4.0", diff --git a/packages/cacti-plugin-ledger-connector-stellar/package.json b/packages/cacti-plugin-ledger-connector-stellar/package.json index ec6bdde3c5..43bee47698 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/package.json +++ b/packages/cacti-plugin-ledger-connector-stellar/package.json @@ -63,7 +63,7 @@ "@hyperledger/cactus-core": "2.0.0-rc.4", "@hyperledger/cactus-core-api": "2.0.0-rc.4", "axios": "1.7.7", - "express": "4.19.2", + "express": "4.20.0", "http-errors-enhanced-cjs": "2.0.1", "joi": "17.13.3", "openapi-types": "12.1.3", @@ -81,7 +81,7 @@ "@types/express": "4.17.21", "@types/http-errors": "2.0.4", "@types/uuid": "10.0.0", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "npm-run-all2": "6.1.2", "socket.io": "4.6.2", "uuid": "10.0.0" diff --git a/packages/cactus-cmd-api-server/package.json b/packages/cactus-cmd-api-server/package.json index 4873d79d5e..fab8c1cf27 100644 --- a/packages/cactus-cmd-api-server/package.json +++ b/packages/cactus-cmd-api-server/package.json @@ -76,12 +76,12 @@ "async-exit-hook": "2.0.1", "axios": "1.7.7", "bluebird": "3.7.2", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "compression": "1.7.4", "convict": "6.2.4", "convict-format-with-validator": "6.2.0", "cors": "2.8.5", - "express": "4.19.2", + "express": "4.20.0", "express-http-proxy": "1.6.2", "express-jwt": "8.4.1", "express-openapi-validator": "5.2.0", diff --git a/packages/cactus-core/package.json b/packages/cactus-core/package.json index d7e4f8c18b..5447f336c3 100644 --- a/packages/cactus-core/package.json +++ b/packages/cactus-core/package.json @@ -52,8 +52,8 @@ "dependencies": { "@hyperledger/cactus-common": "2.0.0-rc.4", "@hyperledger/cactus-core-api": "2.0.0-rc.4", - "body-parser": "1.20.2", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "express-jwt-authz": "2.4.1", "express-openapi-validator": "5.2.0", "http-errors": "2.0.0", diff --git a/packages/cactus-plugin-bungee-hermes/package.json b/packages/cactus-plugin-bungee-hermes/package.json index 3f86e25d6d..8298e5971c 100644 --- a/packages/cactus-plugin-bungee-hermes/package.json +++ b/packages/cactus-plugin-bungee-hermes/package.json @@ -67,7 +67,7 @@ "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.4", "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.4", "axios": "1.7.7", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "fs-extra": "11.2.0", "http-errors-enhanced-cjs": "2.0.1", "key-encoder": "2.0.3", @@ -86,7 +86,7 @@ "@types/fs-extra": "11.0.4", "@types/tape": "4.13.4", "@types/uuid": "10.0.0", - "express": "4.19.2", + "express": "4.20.0", "fabric-network": "2.2.20", "socket.io": "4.6.2" }, diff --git a/packages/cactus-plugin-consortium-manual/package.json b/packages/cactus-plugin-consortium-manual/package.json index 29652300db..ddd9623968 100644 --- a/packages/cactus-plugin-consortium-manual/package.json +++ b/packages/cactus-plugin-consortium-manual/package.json @@ -60,8 +60,8 @@ "@hyperledger/cactus-core": "2.0.0-rc.4", "@hyperledger/cactus-core-api": "2.0.0-rc.4", "axios": "1.7.7", - "body-parser": "1.20.2", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "jose": "4.15.5", "json-stable-stringify": "1.0.1", "prom-client": "15.1.3", diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/package.json b/packages/cactus-plugin-htlc-eth-besu-erc20/package.json index 19eacf67c4..9d86d3a3b5 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/package.json +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/package.json @@ -66,7 +66,7 @@ "@hyperledger/cactus-core-api": "2.0.0-rc.4", "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.4", "axios": "1.7.7", - "express": "4.19.2", + "express": "4.20.0", "joi": "17.13.3", "openapi-types": "12.1.3", "typescript-optional": "2.0.1" diff --git a/packages/cactus-plugin-htlc-eth-besu/package.json b/packages/cactus-plugin-htlc-eth-besu/package.json index 27cec3a4a0..4767bf572b 100644 --- a/packages/cactus-plugin-htlc-eth-besu/package.json +++ b/packages/cactus-plugin-htlc-eth-besu/package.json @@ -77,7 +77,7 @@ "bn.js": "5.2.1", "dotenv": "16.0.3", "ethers": "6.3.0", - "express": "4.19.2", + "express": "4.20.0", "joi": "17.13.3", "openapi-types": "12.1.3", "typescript-optional": "2.0.1", diff --git a/packages/cactus-plugin-keychain-aws-sm/package.json b/packages/cactus-plugin-keychain-aws-sm/package.json index e95a3851a6..efa3ed7f18 100644 --- a/packages/cactus-plugin-keychain-aws-sm/package.json +++ b/packages/cactus-plugin-keychain-aws-sm/package.json @@ -71,8 +71,8 @@ "@types/express": "4.17.21", "@types/request": "2.48.7", "@types/uuid": "10.0.0", - "body-parser": "1.20.2", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "internal-ip": "6.2.0", "openapi-types": "12.1.3", "uuid": "10.0.0" diff --git a/packages/cactus-plugin-keychain-azure-kv/package.json b/packages/cactus-plugin-keychain-azure-kv/package.json index 51a3443aff..d2384521b6 100644 --- a/packages/cactus-plugin-keychain-azure-kv/package.json +++ b/packages/cactus-plugin-keychain-azure-kv/package.json @@ -75,8 +75,8 @@ "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/request": "2.48.7", - "body-parser": "1.20.2", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "internal-ip": "6.2.0", "openapi-types": "12.1.3", "uuid": "10.0.0" diff --git a/packages/cactus-plugin-keychain-google-sm/package.json b/packages/cactus-plugin-keychain-google-sm/package.json index b2d883773f..480e6cae62 100644 --- a/packages/cactus-plugin-keychain-google-sm/package.json +++ b/packages/cactus-plugin-keychain-google-sm/package.json @@ -71,8 +71,8 @@ "@types/express": "4.17.21", "@types/request": "2.48.7", "@types/uuid": "10.0.0", - "body-parser": "1.20.2", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "google-gax": "4.0.5", "internal-ip": "6.2.0", "openapi-types": "12.1.3" diff --git a/packages/cactus-plugin-keychain-memory-wasm/package.json b/packages/cactus-plugin-keychain-memory-wasm/package.json index 0e3372b2aa..c05994be96 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/package.json +++ b/packages/cactus-plugin-keychain-memory-wasm/package.json @@ -65,14 +65,14 @@ "@hyperledger/cactus-core": "2.0.0-rc.4", "@hyperledger/cactus-core-api": "2.0.0-rc.4", "axios": "1.7.7", - "express": "4.19.2", + "express": "4.20.0", "prom-client": "15.1.3", "uuid": "10.0.0" }, "devDependencies": { "@types/body-parser": "1.19.4", "@types/express": "4.17.21", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "cpy-cli": "4.2.0", "del-cli": "5.1.0" }, diff --git a/packages/cactus-plugin-keychain-memory/package.json b/packages/cactus-plugin-keychain-memory/package.json index d84f1c6a89..233f4a8c52 100644 --- a/packages/cactus-plugin-keychain-memory/package.json +++ b/packages/cactus-plugin-keychain-memory/package.json @@ -65,7 +65,7 @@ "@hyperledger/cactus-core": "2.0.0-rc.4", "@hyperledger/cactus-core-api": "2.0.0-rc.4", "axios": "1.7.7", - "express": "4.19.2", + "express": "4.20.0", "prom-client": "15.1.3", "rxjs": "7.8.1", "uuid": "10.0.0" @@ -76,7 +76,7 @@ "@connectrpc/protoc-gen-connect-es": "1.4.0", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "npm-run-all2": "6.1.2" }, "engines": { diff --git a/packages/cactus-plugin-keychain-vault/package.json b/packages/cactus-plugin-keychain-vault/package.json index 4ec0410aba..d2a7006e86 100644 --- a/packages/cactus-plugin-keychain-vault/package.json +++ b/packages/cactus-plugin-keychain-vault/package.json @@ -73,8 +73,8 @@ "@types/request": "2.48.7", "@types/tape-promise": "4.0.1", "@types/uuid": "10.0.0", - "body-parser": "1.20.2", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "internal-ip": "6.2.0", "openapi-types": "12.1.3", "uuid": "10.0.0" diff --git a/packages/cactus-plugin-ledger-connector-aries/package.json b/packages/cactus-plugin-ledger-connector-aries/package.json index 0ea26058b0..4bd015b9c4 100644 --- a/packages/cactus-plugin-ledger-connector-aries/package.json +++ b/packages/cactus-plugin-ledger-connector-aries/package.json @@ -77,8 +77,8 @@ "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/uuid": "10.0.0", - "body-parser": "1.20.2", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "jest": "29.6.2", "jest-extended": "4.0.1", "socket.io": "4.6.2", diff --git a/packages/cactus-plugin-ledger-connector-besu/package.json b/packages/cactus-plugin-ledger-connector-besu/package.json index 75956e77b0..a3a7ad145a 100644 --- a/packages/cactus-plugin-ledger-connector-besu/package.json +++ b/packages/cactus-plugin-ledger-connector-besu/package.json @@ -64,7 +64,7 @@ "@hyperledger/cactus-core": "2.0.0-rc.4", "@hyperledger/cactus-core-api": "2.0.0-rc.4", "axios": "1.7.7", - "express": "4.19.2", + "express": "4.20.0", "google-protobuf": "3.21.4", "http-errors": "2.0.0", "http-errors-enhanced-cjs": "2.0.1", @@ -94,7 +94,7 @@ "@types/http-errors": "2.0.4", "@types/uuid": "10.0.0", "benchmark": "2.1.4", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "fs-extra": "11.2.0", "grpc-tools": "1.12.4", "grpc_tools_node_protoc_ts": "5.3.3", diff --git a/packages/cactus-plugin-ledger-connector-cdl/package.json b/packages/cactus-plugin-ledger-connector-cdl/package.json index d524035e4e..75d7aa9986 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/package.json +++ b/packages/cactus-plugin-ledger-connector-cdl/package.json @@ -65,8 +65,8 @@ "@types/express": "4.17.21", "@types/node": "18.11.9", "@types/sanitize-html": "2.6.2", - "body-parser": "1.20.2", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "jest-extended": "4.0.1", "uuid": "10.0.0" }, diff --git a/packages/cactus-plugin-ledger-connector-corda/package.json b/packages/cactus-plugin-ledger-connector-corda/package.json index 24ace8394e..6f3d344c7f 100644 --- a/packages/cactus-plugin-ledger-connector-corda/package.json +++ b/packages/cactus-plugin-ledger-connector-corda/package.json @@ -61,7 +61,7 @@ "@hyperledger/cactus-core": "2.0.0-rc.4", "@hyperledger/cactus-core-api": "2.0.0-rc.4", "axios": "1.7.7", - "express": "4.19.2", + "express": "4.20.0", "express-openapi-validator": "5.2.0", "http-errors-enhanced-cjs": "2.0.1", "internal-ip": "6.2.0", @@ -81,8 +81,8 @@ "@types/multer": "1.4.7", "@types/temp": "0.9.1", "@types/uuid": "10.0.0", - "body-parser": "1.20.2", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "uuid": "10.0.0" }, "engines": { diff --git a/packages/cactus-plugin-ledger-connector-ethereum/package.json b/packages/cactus-plugin-ledger-connector-ethereum/package.json index c10e1356e4..50f453a35b 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/package.json +++ b/packages/cactus-plugin-ledger-connector-ethereum/package.json @@ -73,7 +73,7 @@ "@hyperledger/cactus-core-api": "2.0.0-rc.4", "axios": "1.7.7", "ethers": "6.8.1", - "express": "4.19.2", + "express": "4.20.0", "http-proxy-middleware": "2.0.6", "minimist": "1.2.8", "prom-client": "15.1.3", @@ -96,7 +96,7 @@ "@types/minimist": "1.2.2", "@types/sanitize-html": "2.9.5", "@types/uuid": "10.0.0", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "chalk": "4.1.2", "js-yaml": "4.1.0", "socket.io": "4.6.2", diff --git a/packages/cactus-plugin-ledger-connector-fabric/package.json b/packages/cactus-plugin-ledger-connector-fabric/package.json index de05db1a61..23cd4b53fe 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/package.json +++ b/packages/cactus-plugin-ledger-connector-fabric/package.json @@ -64,7 +64,7 @@ "bl": "6.0.14", "bn.js": "4.12.0", "elliptic": "6.5.7", - "express": "4.19.2", + "express": "4.20.0", "fabric-ca-client": "2.5.0-snapshot.23", "fabric-common": "2.5.0-snapshot.23", "fabric-network": "2.5.0-snapshot.23", @@ -105,7 +105,7 @@ "@types/sanitize-html": "2.9.5", "@types/temp": "0.9.1", "@types/uuid": "10.0.0", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "fs-extra": "11.2.0", "internal-ip": "6.2.0", "socket.io": "4.6.2", diff --git a/packages/cactus-plugin-ledger-connector-iroha2/package.json b/packages/cactus-plugin-ledger-connector-iroha2/package.json index 787f9a8e14..4deda95165 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/package.json +++ b/packages/cactus-plugin-ledger-connector-iroha2/package.json @@ -55,7 +55,7 @@ "@iroha2/crypto-target-node": "0.4.0", "@iroha2/data-model": "4.0.0", "axios": "1.7.7", - "express": "4.19.2", + "express": "4.20.0", "fast-safe-stringify": "2.1.1", "hada": "0.0.8", "rxjs": "7.8.1", @@ -69,8 +69,8 @@ "@hyperledger/cactus-test-tooling": "2.0.0-rc.4", "@types/express": "4.17.21", "@types/sanitize-html": "2.9.5", - "body-parser": "1.20.2", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "jest": "29.6.2", "jest-extended": "4.0.1", "socket.io": "4.6.2", diff --git a/packages/cactus-plugin-ledger-connector-polkadot/package.json b/packages/cactus-plugin-ledger-connector-polkadot/package.json index d99c4d5e52..4348df7c7f 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/package.json +++ b/packages/cactus-plugin-ledger-connector-polkadot/package.json @@ -75,7 +75,7 @@ "@polkadot/util": "12.6.2", "axios": "1.7.7", "bl": "6.0.14", - "express": "4.19.2", + "express": "4.20.0", "express-openapi-validator": "5.2.0", "form-data": "4.0.0", "fs-extra": "11.2.0", diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/package.json b/packages/cactus-plugin-ledger-connector-sawtooth/package.json index 01bc491cc6..55c598c066 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/package.json +++ b/packages/cactus-plugin-ledger-connector-sawtooth/package.json @@ -68,8 +68,8 @@ "@hyperledger/cactus-test-tooling": "2.0.0-rc.4", "@types/express": "4.17.21", "@types/uuid": "10.0.0", - "body-parser": "1.20.2", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "socket.io": "4.6.2", "uuid": "10.0.0" }, diff --git a/packages/cactus-plugin-ledger-connector-xdai/package.json b/packages/cactus-plugin-ledger-connector-xdai/package.json index ed6064c3a9..3cabbbedbc 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/package.json +++ b/packages/cactus-plugin-ledger-connector-xdai/package.json @@ -59,7 +59,7 @@ "@hyperledger/cactus-core": "2.0.0-rc.4", "@hyperledger/cactus-core-api": "2.0.0-rc.4", "axios": "1.7.7", - "express": "4.19.2", + "express": "4.20.0", "joi": "17.13.3", "openapi-types": "12.1.3", "prom-client": "15.1.3", @@ -75,7 +75,7 @@ "@hyperledger/cactus-test-tooling": "2.0.0-rc.4", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "uuid": "10.0.0", "web3-core": "1.6.1", "web3-eth": "1.6.1" diff --git a/packages/cactus-plugin-persistence-ethereum/package.json b/packages/cactus-plugin-persistence-ethereum/package.json index e7edeaab68..26ceae8066 100644 --- a/packages/cactus-plugin-persistence-ethereum/package.json +++ b/packages/cactus-plugin-persistence-ethereum/package.json @@ -82,8 +82,8 @@ "@openapitools/openapi-generator-cli": "2.7.0", "@types/express": "4.17.21", "@types/pg": "8.6.5", - "body-parser": "1.19.0", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "jest-extended": "4.0.1", "npm-run-all": "4.1.5", "rxjs": "7.8.1", diff --git a/packages/cactus-plugin-persistence-fabric/package.json b/packages/cactus-plugin-persistence-fabric/package.json index 4591e22a14..8f9400e9da 100644 --- a/packages/cactus-plugin-persistence-fabric/package.json +++ b/packages/cactus-plugin-persistence-fabric/package.json @@ -79,8 +79,8 @@ "@openapitools/openapi-generator-cli": "2.7.0", "@types/express": "4.17.21", "@types/pg": "8.6.5", - "body-parser": "1.20.2", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "fabric-network": "2.5.0-snapshot.23", "jest-extended": "4.0.1", "rxjs": "7.8.1", diff --git a/packages/cactus-plugin-satp-hermes/package.json b/packages/cactus-plugin-satp-hermes/package.json index 80a538f3dd..82701e1907 100644 --- a/packages/cactus-plugin-satp-hermes/package.json +++ b/packages/cactus-plugin-satp-hermes/package.json @@ -78,8 +78,8 @@ "@types/fs-extra": "11.0.4", "@types/tape": "4.13.4", "@types/uuid": "10.0.0", - "body-parser": "1.20.2", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "fabric-network": "2.2.20", "kubo-rpc-client": "3.0.1", "typescript": "5.5.2" 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 3b9fa33a81..70747e2ea3 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json +++ b/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json @@ -59,7 +59,7 @@ "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.4", "@hyperledger/cactus-test-tooling": "2.0.0-rc.4", "axios": "1.7.7", - "express": "4.19.2", + "express": "4.20.0", "web3-eth-abi": "4.0.3", "web3-utils": "4.2.1" }, @@ -67,7 +67,7 @@ "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/uuid": "10.0.0", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "uuid": "10.0.0" }, "engines": { diff --git a/packages/cactus-test-plugin-htlc-eth-besu/package.json b/packages/cactus-test-plugin-htlc-eth-besu/package.json index 979cdc163c..b96ef8d41d 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu/package.json +++ b/packages/cactus-test-plugin-htlc-eth-besu/package.json @@ -67,8 +67,8 @@ "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/uuid": "10.0.0", - "body-parser": "1.20.2", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "uuid": "10.0.0" }, "engines": { diff --git a/packages/cactus-test-plugin-keychain-memory/package.json b/packages/cactus-test-plugin-keychain-memory/package.json index ad1aba5dd8..d8b38f1d1e 100644 --- a/packages/cactus-test-plugin-keychain-memory/package.json +++ b/packages/cactus-test-plugin-keychain-memory/package.json @@ -55,7 +55,7 @@ "@hyperledger/cactus-core": "2.0.0-rc.4", "@hyperledger/cactus-core-api": "2.0.0-rc.4", "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.4", - "express": "4.19.2", + "express": "4.20.0", "uuid": "10.0.0" }, "engines": { diff --git a/packages/cactus-test-plugin-ledger-connector-besu/package.json b/packages/cactus-test-plugin-ledger-connector-besu/package.json index 5970fa2132..684ff15bd1 100644 --- a/packages/cactus-test-plugin-ledger-connector-besu/package.json +++ b/packages/cactus-test-plugin-ledger-connector-besu/package.json @@ -68,7 +68,7 @@ "@types/express": "4.17.21", "@types/uuid": "10.0.0", "axios": "1.7.7", - "express": "4.19.2", + "express": "4.20.0", "http-status-codes": "2.3.0", "uuid": "10.0.0", "web3-core": "1.6.1" diff --git a/packages/cactus-test-verifier-client/package.json b/packages/cactus-test-verifier-client/package.json index f0d5428433..af98066adb 100644 --- a/packages/cactus-test-verifier-client/package.json +++ b/packages/cactus-test-verifier-client/package.json @@ -53,8 +53,8 @@ "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.4", "@hyperledger/cactus-test-tooling": "2.0.0-rc.4", "@hyperledger/cactus-verifier-client": "2.0.0-rc.4", - "body-parser": "1.20.2", - "express": "4.19.2", + "body-parser": "1.20.3", + "express": "4.20.0", "log4js": "6.4.1", "socket.io": "4.6.2", "uuid": "10.0.0", diff --git a/weaver/samples/fabric/fabric-cli/package.json b/weaver/samples/fabric/fabric-cli/package.json index 9be697f01f..751ccb9de5 100644 --- a/weaver/samples/fabric/fabric-cli/package.json +++ b/weaver/samples/fabric/fabric-cli/package.json @@ -38,9 +38,9 @@ "@fidm/x509": "1.2.1", "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.4", "@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.4", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "dotenv": "8.6.0", - "express": "4.19.2", + "express": "4.20.0", "fabric-ca-client": "2.2.20", "fabric-common": "2.2.20", "fabric-network": "2.2.20", diff --git a/yarn.lock b/yarn.lock index 73222648ea..2bc806accb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9103,8 +9103,8 @@ __metadata: "@types/json-stable-stringify": "npm:1.0.33" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" http-errors-enhanced-cjs: "npm:2.0.1" jose: "npm:4.15.5" merkletreejs: "npm:0.4.0" @@ -9130,8 +9130,8 @@ __metadata: "@types/http-errors": "npm:2.0.4" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" http-errors-enhanced-cjs: "npm:2.0.1" joi: "npm:17.13.3" npm-run-all2: "npm:6.1.2" @@ -9239,9 +9239,9 @@ __metadata: "@hyperledger/cacti-weaver-sdk-fabric": "npm:2.0.0-rc.4" "@types/express": "npm:4.17.21" "@types/node": "npm:18.11.9" - body-parser: "npm:1.20.2" + body-parser: "npm:1.20.3" dotenv: "npm:8.6.0" - express: "npm:4.19.2" + express: "npm:4.20.0" fabric-ca-client: "npm:2.2.20" fabric-common: "npm:2.2.20" fabric-network: "npm:2.2.20" @@ -9423,12 +9423,12 @@ __metadata: axios: "npm:1.7.7" benchmark: "npm:2.1.4" bluebird: "npm:3.7.2" - body-parser: "npm:1.20.2" + body-parser: "npm:1.20.3" compression: "npm:1.7.4" convict: "npm:6.2.4" convict-format-with-validator: "npm:6.2.0" cors: "npm:2.8.5" - express: "npm:4.19.2" + express: "npm:4.20.0" express-http-proxy: "npm:1.6.2" express-jwt: "npm:8.4.1" express-openapi-validator: "npm:5.2.0" @@ -9476,14 +9476,14 @@ __metadata: "@types/morgan": "npm:1.9.1" "@types/node": "npm:18.11.9" "@types/shelljs": "npm:0.8.11" - body-parser: "npm:1.20.2" + body-parser: "npm:1.20.3" config: "npm:3.3.7" cookie-parser: "npm:1.4.5" debug: "npm:3.1.0" escape-html: "npm:1.0.3" ethereumjs-common: "npm:1.5.2" ethereumjs-tx: "npm:2.1.2" - express: "npm:4.19.2" + express: "npm:4.20.0" fabric-network: "npm:2.2.20" http-errors: "npm:1.6.3" http-terminator: "npm:3.2.0" @@ -9572,8 +9572,8 @@ __metadata: "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" "@types/http-errors": "npm:2.0.2" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" express-jwt-authz: "npm:2.4.1" express-openapi-validator: "npm:5.2.0" http-errors: "npm:2.0.0" @@ -9642,7 +9642,7 @@ __metadata: "@types/uuid": "npm:10.0.0" async-exit-hook: "npm:2.0.1" axios: "npm:1.7.7" - express: "npm:4.19.2" + express: "npm:4.20.0" openapi-types: "npm:12.1.3" typescript-optional: "npm:2.0.1" uuid: "npm:10.0.0" @@ -9782,14 +9782,14 @@ __metadata: "@types/node": "npm:18.11.9" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" + body-parser: "npm:1.20.3" cookie-parser: "npm:1.4.6" debug: "npm:3.1.0" elliptic: "npm:6.5.7" escape-html: "npm:1.0.3" ethereumjs-common: "npm:1.5.2" ethereumjs-tx: "npm:2.1.2" - express: "npm:4.19.2" + express: "npm:4.20.0" fabric-ca-client: "npm:2.2.20" fabric-network: "npm:2.2.20" http-errors: "npm:1.6.3" @@ -9822,13 +9822,13 @@ __metadata: "@types/express": "npm:4.17.21" "@types/node": "npm:18.11.9" "@types/uuid": "npm:10.0.0" - body-parser: "npm:1.20.2" + body-parser: "npm:1.20.3" cookie-parser: "npm:1.4.6" debug: "npm:3.1.0" escape-html: "npm:1.0.3" ethereumjs-common: "npm:1.5.2" ethereumjs-tx: "npm:2.1.2" - express: "npm:4.19.2" + express: "npm:4.20.0" fabric-ca-client: "npm:2.2.20" fabric-network: "npm:2.2.20" http-errors: "npm:1.6.3" @@ -9867,7 +9867,7 @@ __metadata: async-exit-hook: "npm:2.0.1" axios: "npm:1.7.7" dotenv: "npm:16.0.0" - express: "npm:4.19.2" + express: "npm:4.20.0" express-jwt: "npm:8.4.1" fabric-network: "npm:2.2.20" jose: "npm:4.15.5" @@ -9897,7 +9897,7 @@ __metadata: "@types/uuid": "npm:10.0.0" async-exit-hook: "npm:2.0.1" axios: "npm:1.7.7" - express: "npm:4.19.2" + express: "npm:4.20.0" openapi-types: "npm:12.1.3" run-time-error-cjs: "npm:1.4.0" typescript-optional: "npm:2.0.1" @@ -9970,8 +9970,8 @@ __metadata: "@types/tape": "npm:4.13.4" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" fabric-network: "npm:2.2.20" fs-extra: "npm:11.2.0" http-errors-enhanced-cjs: "npm:2.0.1" @@ -9996,8 +9996,8 @@ __metadata: "@types/json-stable-stringify": "npm:1.0.33" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" jose: "npm:4.15.5" json-stable-stringify: "npm:1.0.1" prom-client: "npm:15.1.3" @@ -10022,8 +10022,8 @@ __metadata: "@types/express": "npm:4.17.21" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" fast-safe-stringify: "npm:2.1.1" joi: "npm:17.13.3" openapi-types: "npm:12.1.3" @@ -10048,7 +10048,7 @@ __metadata: "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.4" "@types/express": "npm:4.17.21" axios: "npm:1.7.7" - express: "npm:4.19.2" + express: "npm:4.20.0" joi: "npm:17.13.3" openapi-types: "npm:12.1.3" typescript-optional: "npm:2.0.1" @@ -10071,7 +10071,7 @@ __metadata: dotenv: "npm:16.0.3" ds-test: "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0" ethers: "npm:6.3.0" - express: "npm:4.19.2" + express: "npm:4.20.0" forge-std: "https://github.com/foundry-rs/forge-std.git#66bf4e2c92cf507531599845e8d5a08cc2e3b5bb" joi: "npm:17.13.3" openapi-types: "npm:12.1.3" @@ -10094,8 +10094,8 @@ __metadata: "@types/uuid": "npm:10.0.0" aws-sdk: "npm:2.965.0" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" http-status-codes: "npm:2.1.4" internal-ip: "npm:6.2.0" openapi-types: "npm:12.1.3" @@ -10119,8 +10119,8 @@ __metadata: "@types/express": "npm:4.17.21" "@types/request": "npm:2.48.7" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" http-status-codes: "npm:2.1.4" internal-ip: "npm:6.2.0" openapi-types: "npm:12.1.3" @@ -10143,8 +10143,8 @@ __metadata: "@types/request": "npm:2.48.7" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" google-gax: "npm:4.0.5" http-status-codes: "npm:2.1.4" internal-ip: "npm:6.2.0" @@ -10164,10 +10164,10 @@ __metadata: "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" + body-parser: "npm:1.20.3" cpy-cli: "npm:4.2.0" del-cli: "npm:5.1.0" - express: "npm:4.19.2" + express: "npm:4.20.0" prom-client: "npm:15.1.3" uuid: "npm:10.0.0" languageName: unknown @@ -10188,8 +10188,8 @@ __metadata: "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" npm-run-all2: "npm:6.1.2" prom-client: "npm:15.1.3" rxjs: "npm:7.8.1" @@ -10212,8 +10212,8 @@ __metadata: "@types/tape-promise": "npm:4.0.1" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" http-status-codes: "npm:2.1.4" internal-ip: "npm:6.2.0" node-vault: "npm:0.9.22" @@ -10245,8 +10245,8 @@ __metadata: "@types/express": "npm:4.17.21" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" jest: "npm:29.6.2" jest-extended: "npm:4.0.1" rxjs: "npm:7.8.1" @@ -10276,8 +10276,8 @@ __metadata: "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" benchmark: "npm:2.1.4" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" fs-extra: "npm:11.2.0" google-protobuf: "npm:3.21.4" grpc-tools: "npm:1.12.4" @@ -10317,8 +10317,8 @@ __metadata: "@types/node": "npm:18.11.9" "@types/sanitize-html": "npm:2.6.2" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" jest-extended: "npm:4.0.1" sanitize-html: "npm:2.12.1" uuid: "npm:10.0.0" @@ -10339,8 +10339,8 @@ __metadata: "@types/temp": "npm:0.9.1" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" express-openapi-validator: "npm:5.2.0" http-errors-enhanced-cjs: "npm:2.0.1" internal-ip: "npm:6.2.0" @@ -10375,10 +10375,10 @@ __metadata: "@types/sanitize-html": "npm:2.9.5" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" + body-parser: "npm:1.20.3" chalk: "npm:4.1.2" ethers: "npm:6.8.1" - express: "npm:4.19.2" + express: "npm:4.20.0" http-proxy-middleware: "npm:2.0.6" js-yaml: "npm:4.1.0" minimist: "npm:1.2.8" @@ -10423,9 +10423,9 @@ __metadata: axios: "npm:1.7.7" bl: "npm:6.0.14" bn.js: "npm:4.12.0" - body-parser: "npm:1.20.2" + body-parser: "npm:1.20.3" elliptic: "npm:6.5.7" - express: "npm:4.19.2" + express: "npm:4.20.0" fabric-ca-client: "npm:2.5.0-snapshot.23" fabric-common: "npm:2.5.0-snapshot.23" fabric-network: "npm:2.5.0-snapshot.23" @@ -10474,8 +10474,8 @@ __metadata: "@types/express": "npm:4.17.21" "@types/sanitize-html": "npm:2.9.5" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" fast-safe-stringify: "npm:2.1.1" hada: "npm:0.0.8" jest: "npm:29.6.2" @@ -10512,7 +10512,7 @@ __metadata: "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" bl: "npm:6.0.14" - express: "npm:4.19.2" + express: "npm:4.20.0" express-openapi-validator: "npm:5.2.0" form-data: "npm:4.0.0" fs-extra: "npm:11.2.0" @@ -10543,9 +10543,9 @@ __metadata: "@types/express": "npm:4.17.21" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" + body-parser: "npm:1.20.3" cbor: "npm:9.0.1" - express: "npm:4.19.2" + express: "npm:4.20.0" rxjs: "npm:7.8.1" socket.io: "npm:4.6.2" socket.io-client-fixed-types: "npm:4.5.4" @@ -10565,8 +10565,8 @@ __metadata: "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" joi: "npm:17.13.3" openapi-types: "npm:12.1.3" prom-client: "npm:15.1.3" @@ -10593,8 +10593,8 @@ __metadata: "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" ipfs-core-types: "npm:0.14.1" ipfs-unixfs: "npm:9.0.1" kubo-rpc-client: "npm:3.0.1" @@ -10624,8 +10624,8 @@ __metadata: "@types/pg": "npm:8.6.5" async-mutex: "npm:0.4.0" axios: "npm:1.7.7" - body-parser: "npm:1.19.0" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" jest-extended: "npm:4.0.1" npm-run-all: "npm:4.1.5" pg: "npm:8.8.0" @@ -10656,8 +10656,8 @@ __metadata: "@types/pg": "npm:8.6.5" async-mutex: "npm:0.4.0" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" fabric-network: "npm:2.5.0-snapshot.23" jest-extended: "npm:4.0.1" pg: "npm:8.8.0" @@ -10688,9 +10688,9 @@ __metadata: "@types/tape": "npm:4.13.4" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" + body-parser: "npm:1.20.3" crypto-js: "npm:4.2.0" - express: "npm:4.19.2" + express: "npm:4.20.0" fabric-network: "npm:2.2.20" fs-extra: "npm:11.2.0" knex: "npm:2.4.0" @@ -10790,8 +10790,8 @@ __metadata: "@types/express": "npm:4.17.21" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" uuid: "npm:10.0.0" web3-eth-abi: "npm:4.0.3" web3-utils: "npm:4.2.1" @@ -10814,8 +10814,8 @@ __metadata: "@types/express": "npm:4.17.21" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" key-encoder: "npm:2.0.3" uuid: "npm:10.0.0" web3: "npm:1.6.1" @@ -10835,7 +10835,7 @@ __metadata: "@hyperledger/cactus-core": "npm:2.0.0-rc.4" "@hyperledger/cactus-core-api": "npm:2.0.0-rc.4" "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.4" - express: "npm:4.19.2" + express: "npm:4.20.0" uuid: "npm:10.0.0" languageName: unknown linkType: soft @@ -10856,7 +10856,7 @@ __metadata: "@types/express": "npm:4.17.21" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - express: "npm:4.19.2" + express: "npm:4.20.0" http-status-codes: "npm:2.3.0" key-encoder: "npm:2.0.3" socket.io: "npm:4.6.2" @@ -10957,8 +10957,8 @@ __metadata: "@types/express": "npm:4.17.21" "@types/node": "npm:18.11.9" "@types/uuid": "npm:10.0.0" - body-parser: "npm:1.20.2" - express: "npm:4.19.2" + body-parser: "npm:1.20.3" + express: "npm:4.20.0" log4js: "npm:6.4.1" socket.io: "npm:4.6.2" uuid: "npm:10.0.0" @@ -21378,24 +21378,6 @@ __metadata: languageName: node linkType: hard -"body-parser@npm:1.19.0": - version: 1.19.0 - resolution: "body-parser@npm:1.19.0" - dependencies: - bytes: "npm:3.1.0" - content-type: "npm:~1.0.4" - debug: "npm:2.6.9" - depd: "npm:~1.1.2" - http-errors: "npm:1.7.2" - iconv-lite: "npm:0.4.24" - on-finished: "npm:~2.3.0" - qs: "npm:6.7.0" - raw-body: "npm:2.4.0" - type-is: "npm:~1.6.17" - checksum: 10/6ed5f3f42f3038301673d90ea1616f7670e78795018904cf581d361523bfa24a7b6d998015d9cdd02668cd70e85d8b3b4b40023e4128e8aec1ddaf6ed1693dc1 - languageName: node - linkType: hard - "body-parser@npm:1.20.1": version: 1.20.1 resolution: "body-parser@npm:1.20.1" @@ -21416,7 +21398,27 @@ __metadata: languageName: node linkType: hard -"body-parser@npm:1.20.2, body-parser@npm:^1.10.0, body-parser@npm:^1.18.2": +"body-parser@npm:1.20.3": + version: 1.20.3 + resolution: "body-parser@npm:1.20.3" + dependencies: + bytes: "npm:3.1.2" + content-type: "npm:~1.0.5" + debug: "npm:2.6.9" + depd: "npm:2.0.0" + destroy: "npm:1.2.0" + http-errors: "npm:2.0.0" + iconv-lite: "npm:0.4.24" + on-finished: "npm:2.4.1" + qs: "npm:6.13.0" + raw-body: "npm:2.5.2" + type-is: "npm:~1.6.18" + unpipe: "npm:1.0.0" + checksum: 10/8723e3d7a672eb50854327453bed85ac48d045f4958e81e7d470c56bf111f835b97e5b73ae9f6393d0011cc9e252771f46fd281bbabc57d33d3986edf1e6aeca + languageName: node + linkType: hard + +"body-parser@npm:^1.10.0, body-parser@npm:^1.18.2": version: 1.20.2 resolution: "body-parser@npm:1.20.2" dependencies: @@ -22008,13 +22010,6 @@ __metadata: languageName: node linkType: hard -"bytes@npm:3.1.0": - version: 3.1.0 - resolution: "bytes@npm:3.1.0" - checksum: 10/7c3b21c5d9d44ed455460d5d36a31abc6fa2ce3807964ba60a4b03fd44454c8cf07bb0585af83bfde1c5cc2ea4bbe5897bc3d18cd15e0acf25a3615a35aba2df - languageName: node - linkType: hard - "bytes@npm:3.1.2": version: 3.1.2 resolution: "bytes@npm:3.1.2" @@ -26678,6 +26673,13 @@ __metadata: languageName: node linkType: hard +"encodeurl@npm:~2.0.0": + version: 2.0.0 + resolution: "encodeurl@npm:2.0.0" + checksum: 10/abf5cd51b78082cf8af7be6785813c33b6df2068ce5191a40ca8b1afe6a86f9230af9a9ce694a5ce4665955e5c1120871826df9c128a642e09c58d592e2807fe + languageName: node + linkType: hard + "encoding-down@npm:^6.3.0": version: 6.3.0 resolution: "encoding-down@npm:6.3.0" @@ -29172,42 +29174,42 @@ __metadata: languageName: node linkType: hard -"express@npm:4.19.2": - version: 4.19.2 - resolution: "express@npm:4.19.2" +"express@npm:4.20.0": + version: 4.20.0 + resolution: "express@npm:4.20.0" dependencies: accepts: "npm:~1.3.8" array-flatten: "npm:1.1.1" - body-parser: "npm:1.20.2" + body-parser: "npm:1.20.3" content-disposition: "npm:0.5.4" content-type: "npm:~1.0.4" cookie: "npm:0.6.0" cookie-signature: "npm:1.0.6" debug: "npm:2.6.9" depd: "npm:2.0.0" - encodeurl: "npm:~1.0.2" + encodeurl: "npm:~2.0.0" escape-html: "npm:~1.0.3" etag: "npm:~1.8.1" finalhandler: "npm:1.2.0" fresh: "npm:0.5.2" http-errors: "npm:2.0.0" - merge-descriptors: "npm:1.0.1" + merge-descriptors: "npm:1.0.3" methods: "npm:~1.1.2" on-finished: "npm:2.4.1" parseurl: "npm:~1.3.3" - path-to-regexp: "npm:0.1.7" + path-to-regexp: "npm:0.1.10" proxy-addr: "npm:~2.0.7" qs: "npm:6.11.0" range-parser: "npm:~1.2.1" safe-buffer: "npm:5.2.1" - send: "npm:0.18.0" - serve-static: "npm:1.15.0" + send: "npm:0.19.0" + serve-static: "npm:1.16.0" setprototypeof: "npm:1.2.0" statuses: "npm:2.0.1" type-is: "npm:~1.6.18" utils-merge: "npm:1.0.1" vary: "npm:~1.1.2" - checksum: 10/3fcd792536f802c059789ef48db3851b87e78fba103423e524144d79af37da7952a2b8d4e1a007f423329c7377d686d9476ac42e7d9ea413b80345d495e30a3a + checksum: 10/4131f566cf8f6d1611475d5ff5d0dbc5c628ad8b525aa2aa2b3da9a23a041efcce09ede10b8a31315b0258ac4e53208a009fd7669ee1eb385936a0d54adb3cde languageName: node linkType: hard @@ -32562,19 +32564,6 @@ __metadata: languageName: node linkType: hard -"http-errors@npm:1.7.2": - version: 1.7.2 - resolution: "http-errors@npm:1.7.2" - dependencies: - depd: "npm:~1.1.2" - inherits: "npm:2.0.3" - setprototypeof: "npm:1.1.1" - statuses: "npm:>= 1.5.0 < 2" - toidentifier: "npm:1.0.0" - checksum: 10/cf8da344b181599d19a2bfedcbe7c946945a907f2825a0c89e119ce9f9c9a421a49898afe3291485b40ffbbd587b62326f9becc7aa053036eff2559d9436defb - languageName: node - linkType: hard - "http-errors@npm:2.0.0": version: 2.0.0 resolution: "http-errors@npm:2.0.0" @@ -38987,7 +38976,7 @@ __metadata: languageName: node linkType: hard -"merge-descriptors@npm:^1.0.1": +"merge-descriptors@npm:1.0.3, merge-descriptors@npm:^1.0.1": version: 1.0.3 resolution: "merge-descriptors@npm:1.0.3" checksum: 10/52117adbe0313d5defa771c9993fe081e2d2df9b840597e966aadafde04ae8d0e3da46bac7ca4efc37d4d2b839436582659cd49c6a43eacb3fe3050896a105d1 @@ -42861,6 +42850,13 @@ __metadata: languageName: node linkType: hard +"path-to-regexp@npm:0.1.10": + version: 0.1.10 + resolution: "path-to-regexp@npm:0.1.10" + checksum: 10/894e31f1b20e592732a87db61fff5b95c892a3fe430f9ab18455ebe69ee88ef86f8eb49912e261f9926fc53da9f93b46521523e33aefd9cb0a7b0d85d7096006 + languageName: node + linkType: hard + "path-to-regexp@npm:0.1.7": version: 0.1.7 resolution: "path-to-regexp@npm:0.1.7" @@ -45138,13 +45134,6 @@ __metadata: languageName: node linkType: hard -"qs@npm:6.7.0": - version: 6.7.0 - resolution: "qs@npm:6.7.0" - checksum: 10/d8f4b216c6777853c17586dc17fa685fb4e14269dbf6e860add6c0c61fd12137dc7aa4bf5066a794ba9a8dbb9c11e9ef20b72db763228701be95546ea807213a - languageName: node - linkType: hard - "qs@npm:^6.11.0, qs@npm:^6.9.4": version: 6.11.2 resolution: "qs@npm:6.11.2" @@ -45294,18 +45283,6 @@ __metadata: languageName: node linkType: hard -"raw-body@npm:2.4.0": - version: 2.4.0 - resolution: "raw-body@npm:2.4.0" - dependencies: - bytes: "npm:3.1.0" - http-errors: "npm:1.7.2" - iconv-lite: "npm:0.4.24" - unpipe: "npm:1.0.0" - checksum: 10/aa2c506055f32448211a4933c728b6a3d715101975328071ad4aad210a19e5cadd7666d1acc139ed59c7519e5a044a1a19285d4b4bb542d93de6187acf4a5ebf - languageName: node - linkType: hard - "raw-body@npm:2.5.1": version: 2.5.1 resolution: "raw-body@npm:2.5.1" @@ -47850,6 +47827,27 @@ __metadata: languageName: node linkType: hard +"send@npm:0.19.0": + version: 0.19.0 + resolution: "send@npm:0.19.0" + dependencies: + debug: "npm:2.6.9" + depd: "npm:2.0.0" + destroy: "npm:1.2.0" + encodeurl: "npm:~1.0.2" + escape-html: "npm:~1.0.3" + etag: "npm:~1.8.1" + fresh: "npm:0.5.2" + http-errors: "npm:2.0.0" + mime: "npm:1.6.0" + ms: "npm:2.1.3" + on-finished: "npm:2.4.1" + range-parser: "npm:~1.2.1" + statuses: "npm:2.0.1" + checksum: 10/1f6064dea0ae4cbe4878437aedc9270c33f2a6650a77b56a16b62d057527f2766d96ee282997dd53ec0339082f2aad935bc7d989b46b48c82fc610800dc3a1d0 + languageName: node + linkType: hard + "sentence-case@npm:^2.1.0": version: 2.1.1 resolution: "sentence-case@npm:2.1.1" @@ -47950,6 +47948,18 @@ __metadata: languageName: node linkType: hard +"serve-static@npm:1.16.0": + version: 1.16.0 + resolution: "serve-static@npm:1.16.0" + dependencies: + encodeurl: "npm:~1.0.2" + escape-html: "npm:~1.0.3" + parseurl: "npm:~1.3.3" + send: "npm:0.18.0" + checksum: 10/29a01f67e8c64a359d49dd0c46bc95bb4aa99781f97845dccbf0c8cd0284c5fd79ad7fb9433a36fac4b6c58b577d3eab314a379142412413b8b5cd73be3cd551 + languageName: node + linkType: hard + "servify@npm:^0.1.12": version: 0.1.12 resolution: "servify@npm:0.1.12" @@ -48047,13 +48057,6 @@ __metadata: languageName: node linkType: hard -"setprototypeof@npm:1.1.1": - version: 1.1.1 - resolution: "setprototypeof@npm:1.1.1" - checksum: 10/b8fcf5b4b8325ea638712ed6e62f8e0ffac69eef1390305a5331046992424e484d4d6603a18d84d4c08c3def50b9195d9e707b747aed5eec15ee66a2a6508318 - languageName: node - linkType: hard - "setprototypeof@npm:1.2.0": version: 1.2.0 resolution: "setprototypeof@npm:1.2.0" @@ -49284,7 +49287,7 @@ __metadata: languageName: node linkType: hard -"statuses@npm:>= 1.4.0 < 2, statuses@npm:>= 1.5.0 < 2": +"statuses@npm:>= 1.4.0 < 2": version: 1.5.0 resolution: "statuses@npm:1.5.0" checksum: 10/c469b9519de16a4bb19600205cffb39ee471a5f17b82589757ca7bd40a8d92ebb6ed9f98b5a540c5d302ccbc78f15dc03cc0280dd6e00df1335568a5d5758a5c @@ -51051,13 +51054,6 @@ __metadata: languageName: node linkType: hard -"toidentifier@npm:1.0.0": - version: 1.0.0 - resolution: "toidentifier@npm:1.0.0" - checksum: 10/199e6bfca1531d49b3506cff02353d53ec987c9ee10ee272ca6484ed97f1fc10fb77c6c009079ca16d5c5be4a10378178c3cacdb41ce9ec954c3297c74c6053e - languageName: node - linkType: hard - "toidentifier@npm:1.0.1": version: 1.0.1 resolution: "toidentifier@npm:1.0.1" @@ -51798,7 +51794,7 @@ __metadata: languageName: node linkType: hard -"type-is@npm:^1.6.18, type-is@npm:^1.6.4, type-is@npm:~1.6.17, type-is@npm:~1.6.18": +"type-is@npm:^1.6.18, type-is@npm:^1.6.4, type-is@npm:~1.6.18": version: 1.6.18 resolution: "type-is@npm:1.6.18" dependencies: