diff --git a/examples/cactus-common-example-server/package.json b/examples/cactus-common-example-server/package.json index f6b1927a9e1..2b632bfb431 100644 --- a/examples/cactus-common-example-server/package.json +++ b/examples/cactus-common-example-server/package.json @@ -52,7 +52,7 @@ "escape-html": "1.0.3", "ethereumjs-common": "1.5.2", "ethereumjs-tx": "2.1.2", - "express": "4.21.0", + "express": "4.21.1", "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 0088856f2f1..7d0cc269f2d 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json @@ -64,8 +64,8 @@ "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.7", "async-exit-hook": "2.0.1", - "axios": "1.7.7", - "express": "4.21.0", + "axios": "1.7.4", + "express": "4.21.1", "openapi-types": "12.1.3", "typescript-optional": "2.0.1", "uuid": "10.0.0" diff --git a/examples/cactus-example-cbdc-bridging-backend/package.json b/examples/cactus-example-cbdc-bridging-backend/package.json index c596345c514..d3d4a8e629f 100644 --- a/examples/cactus-example-cbdc-bridging-backend/package.json +++ b/examples/cactus-example-cbdc-bridging-backend/package.json @@ -70,7 +70,7 @@ "@openzeppelin/contracts": "4.9.6", "@openzeppelin/contracts-upgradeable": "4.9.6", "async-exit-hook": "2.0.1", - "axios": "1.7.7", + "axios": "1.7.4", "crypto-js": "4.2.0", "dotenv": "16.0.1", "fabric-network": "2.2.20", diff --git a/examples/cactus-example-cbdc-bridging-frontend/package.json b/examples/cactus-example-cbdc-bridging-frontend/package.json index d019b5df728..79c587110ce 100644 --- a/examples/cactus-example-cbdc-bridging-frontend/package.json +++ b/examples/cactus-example-cbdc-bridging-frontend/package.json @@ -33,7 +33,7 @@ "@types/node": "18.11.9", "@types/react": "^18.2.39", "@types/react-dom": "^18.2.17", - "axios": "1.7.7", + "axios": "1.7.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", diff --git a/examples/cactus-example-discounted-asset-trade-client/package.json b/examples/cactus-example-discounted-asset-trade-client/package.json index a8252359420..ce76bdcdda0 100644 --- a/examples/cactus-example-discounted-asset-trade-client/package.json +++ b/examples/cactus-example-discounted-asset-trade-client/package.json @@ -61,7 +61,7 @@ "@hyperledger/anoncreds-nodejs": "0.2.0", "@hyperledger/aries-askar-nodejs": "0.2.0", "@hyperledger/indy-vdr-nodejs": "0.2.0", - "axios": "1.7.7", + "axios": "1.7.4", "inquirer": "8.2.6", "loglevel": "1.8.1" }, diff --git a/examples/cactus-example-discounted-asset-trade/package.json b/examples/cactus-example-discounted-asset-trade/package.json index 20fbea3dc8a..bfc9ccd1dc1 100644 --- a/examples/cactus-example-discounted-asset-trade/package.json +++ b/examples/cactus-example-discounted-asset-trade/package.json @@ -23,7 +23,7 @@ "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.7", "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", "@types/node": "18.11.9", - "axios": "1.7.7", + "axios": "1.7.4", "body-parser": "1.20.3", "cookie-parser": "1.4.6", "debug": "3.1.0", @@ -31,7 +31,7 @@ "escape-html": "1.0.3", "ethereumjs-common": "1.5.2", "ethereumjs-tx": "2.1.2", - "express": "4.21.0", + "express": "4.21.1", "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 222bf3a622b..5d99094a953 100644 --- a/examples/cactus-example-electricity-trade/package.json +++ b/examples/cactus-example-electricity-trade/package.json @@ -28,7 +28,7 @@ "escape-html": "1.0.3", "ethereumjs-common": "1.5.2", "ethereumjs-tx": "2.1.2", - "express": "4.21.0", + "express": "4.21.1", "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 bc1e092c9af..8494e4428c7 100644 --- a/examples/cactus-example-supply-chain-backend/package.json +++ b/examples/cactus-example-supply-chain-backend/package.json @@ -66,9 +66,9 @@ "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.7", "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "async-exit-hook": "2.0.1", - "axios": "1.7.7", + "axios": "1.7.4", "dotenv": "16.0.0", - "express": "4.21.0", + "express": "4.21.1", "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 2e5ca98349e..51b432c13a5 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/package.json +++ b/examples/cactus-example-supply-chain-business-logic-plugin/package.json @@ -65,8 +65,8 @@ "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.7", "async-exit-hook": "2.0.1", - "axios": "1.7.7", - "express": "4.21.0", + "axios": "1.7.4", + "express": "4.21.1", "openapi-types": "12.1.3", "run-time-error-cjs": "1.4.0", "typescript-optional": "2.0.1", diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/package.json b/extensions/cactus-plugin-htlc-coordinator-besu/package.json index 322f0c27a87..56a37f09f0b 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/package.json +++ b/extensions/cactus-plugin-htlc-coordinator-besu/package.json @@ -65,7 +65,7 @@ "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "2.0.0-rc.7", "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "2.0.0-rc.7", - "axios": "1.7.7", + "axios": "1.7.4", "body-parser": "1.20.3", "fast-safe-stringify": "2.1.1", "joi": "17.13.3", @@ -81,7 +81,7 @@ "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/express": "5.0.0", "@types/uuid": "10.0.0", - "express": "4.21.0", + "express": "4.21.1", "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 788fce2fb7d..d3c00f7b992 100644 --- a/extensions/cactus-plugin-object-store-ipfs/package.json +++ b/extensions/cactus-plugin-object-store-ipfs/package.json @@ -59,7 +59,7 @@ "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", - "axios": "1.7.7", + "axios": "1.7.4", "run-time-error-cjs": "1.4.0", "typescript-optional": "2.0.1", "uuid": "10.0.0" @@ -70,7 +70,7 @@ "@types/body-parser": "1.19.4", "@types/express": "5.0.0", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "ipfs-core-types": "0.14.1", "ipfs-unixfs": "9.0.1", "kubo-rpc-client": "3.0.1", diff --git a/packages/cacti-ledger-browser/package.json b/packages/cacti-ledger-browser/package.json index 9f2cdf2fd14..930ab5d2e63 100644 --- a/packages/cacti-ledger-browser/package.json +++ b/packages/cacti-ledger-browser/package.json @@ -58,7 +58,7 @@ "@supabase/supabase-js": "1.35.6", "@tanstack/react-query": "5.29.2", "apexcharts": "3.45.2", - "axios": "1.7.7", + "axios": "1.7.4", "buffer": "6.0.3", "ethers": "6.12.1", "react": "18.2.0", @@ -74,7 +74,7 @@ "@types/react-dom": "18.2.17", "@vitejs/plugin-react": "4.2.1", "typescript": "5.5.2", - "vite": "5.4.8" + "vite": "5.3.6" }, "engines": { "node": ">=18", diff --git a/packages/cacti-plugin-consortium-static/package.json b/packages/cacti-plugin-consortium-static/package.json index c17e4b942b7..4fc97662599 100644 --- a/packages/cacti-plugin-consortium-static/package.json +++ b/packages/cacti-plugin-consortium-static/package.json @@ -58,9 +58,9 @@ "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", - "axios": "1.7.7", + "axios": "1.7.4", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "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 76969e7084e..e4af906c451 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/package.json +++ b/packages/cacti-plugin-ledger-connector-stellar/package.json @@ -62,8 +62,8 @@ "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", - "axios": "1.7.7", - "express": "4.21.0", + "axios": "1.7.4", + "express": "4.21.1", "http-errors-enhanced-cjs": "2.0.1", "joi": "17.13.3", "openapi-types": "12.1.3", diff --git a/packages/cactus-cmd-api-server/package.json b/packages/cactus-cmd-api-server/package.json index f09bb30fb98..f48f36abab8 100644 --- a/packages/cactus-cmd-api-server/package.json +++ b/packages/cactus-cmd-api-server/package.json @@ -67,21 +67,21 @@ "@connectrpc/connect-express": "1.4.0", "@connectrpc/connect-fastify": "1.4.0", "@connectrpc/connect-node": "1.4.0", - "@grpc/grpc-js": "1.11.3", + "@grpc/grpc-js": "1.12.0", "@grpc/proto-loader": "0.7.13", "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", "@thream/socketio-jwt": "2.1.1", "async-exit-hook": "2.0.1", - "axios": "1.7.7", + "axios": "1.7.4", "bluebird": "3.7.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.21.0", + "express": "4.21.1", "express-http-proxy": "1.6.2", "express-jwt": "8.4.1", "express-openapi-validator": "5.2.0", diff --git a/packages/cactus-common/package.json b/packages/cactus-common/package.json index 4fca562d916..4d53d858267 100644 --- a/packages/cactus-common/package.json +++ b/packages/cactus-common/package.json @@ -66,7 +66,7 @@ "sha3": "2.1.4" }, "devDependencies": { - "@grpc/grpc-js": "1.11.3", + "@grpc/grpc-js": "1.12.0", "@types/json-stable-stringify": "1.0.33", "@types/sanitize-html": "2.9.5", "@types/secp256k1": "4.0.3", diff --git a/packages/cactus-core-api/package.json b/packages/cactus-core-api/package.json index 78ba79bd7e0..c1e67807534 100644 --- a/packages/cactus-core-api/package.json +++ b/packages/cactus-core-api/package.json @@ -60,12 +60,12 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@grpc/grpc-js": "1.11.3", + "@grpc/grpc-js": "1.12.0", "@hyperledger/cactus-common": "2.0.0-rc.7", "ajv": "8.17.1", "ajv-draft-04": "1.0.0", "ajv-formats": "3.0.1", - "axios": "1.7.7", + "axios": "1.7.4", "google-protobuf": "3.21.4" }, "devDependencies": { diff --git a/packages/cactus-core/package.json b/packages/cactus-core/package.json index 5224b9a85b6..ac724f6df1a 100644 --- a/packages/cactus-core/package.json +++ b/packages/cactus-core/package.json @@ -53,7 +53,7 @@ "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "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 a16775cda36..5d037cb0cc0 100644 --- a/packages/cactus-plugin-bungee-hermes/package.json +++ b/packages/cactus-plugin-bungee-hermes/package.json @@ -66,7 +66,7 @@ "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.7", "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", - "axios": "1.7.7", + "axios": "1.7.4", "body-parser": "1.20.3", "fs-extra": "11.2.0", "http-errors-enhanced-cjs": "2.0.1", @@ -86,7 +86,7 @@ "@types/fs-extra": "11.0.4", "@types/tape": "4.13.4", "@types/uuid": "10.0.0", - "express": "4.21.0", + "express": "4.21.1", "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 7c61150d066..39de46691be 100644 --- a/packages/cactus-plugin-consortium-manual/package.json +++ b/packages/cactus-plugin-consortium-manual/package.json @@ -59,9 +59,9 @@ "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", - "axios": "1.7.7", + "axios": "1.7.4", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "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 50997d2277c..691d3af5e02 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/package.json +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/package.json @@ -65,8 +65,8 @@ "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", - "axios": "1.7.7", - "express": "4.21.0", + "axios": "1.7.4", + "express": "4.21.1", "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 5b6af2a38cd..1918c48dbe6 100644 --- a/packages/cactus-plugin-htlc-eth-besu/package.json +++ b/packages/cactus-plugin-htlc-eth-besu/package.json @@ -73,11 +73,11 @@ "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", - "axios": "1.7.7", + "axios": "1.7.4", "bn.js": "5.2.1", "dotenv": "16.0.3", "ethers": "6.3.0", - "express": "4.21.0", + "express": "4.21.1", "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 887ec553efc..757ef208241 100644 --- a/packages/cactus-plugin-keychain-aws-sm/package.json +++ b/packages/cactus-plugin-keychain-aws-sm/package.json @@ -60,7 +60,7 @@ "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", "aws-sdk": "2.965.0", - "axios": "1.7.7", + "axios": "1.7.4", "http-status-codes": "2.1.4", "prom-client": "15.1.3", "typescript-optional": "2.0.1" @@ -72,7 +72,7 @@ "@types/request": "2.48.7", "@types/uuid": "10.0.0", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "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 96880202094..1c455ad0105 100644 --- a/packages/cactus-plugin-keychain-azure-kv/package.json +++ b/packages/cactus-plugin-keychain-azure-kv/package.json @@ -66,7 +66,7 @@ "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", - "axios": "1.7.7", + "axios": "1.7.4", "http-status-codes": "2.1.4", "typescript-optional": "2.0.1" }, @@ -76,7 +76,7 @@ "@types/express": "5.0.0", "@types/request": "2.48.7", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "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 a3b6ce60ff7..d4f0219cda2 100644 --- a/packages/cactus-plugin-keychain-google-sm/package.json +++ b/packages/cactus-plugin-keychain-google-sm/package.json @@ -60,7 +60,7 @@ "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", - "axios": "1.7.7", + "axios": "1.7.4", "http-status-codes": "2.1.4", "typescript-optional": "2.0.1", "uuid": "10.0.0" @@ -72,7 +72,7 @@ "@types/request": "2.48.7", "@types/uuid": "10.0.0", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "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 ec4315cc014..a5cf5aec51d 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/package.json +++ b/packages/cactus-plugin-keychain-memory-wasm/package.json @@ -64,8 +64,8 @@ "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", - "axios": "1.7.7", - "express": "4.21.0", + "axios": "1.7.4", + "express": "4.21.1", "prom-client": "15.1.3", "uuid": "10.0.0" }, diff --git a/packages/cactus-plugin-keychain-memory/package.json b/packages/cactus-plugin-keychain-memory/package.json index c57bcef77b9..8b69e4ed2c9 100644 --- a/packages/cactus-plugin-keychain-memory/package.json +++ b/packages/cactus-plugin-keychain-memory/package.json @@ -64,8 +64,8 @@ "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", - "axios": "1.7.7", - "express": "4.21.0", + "axios": "1.7.4", + "express": "4.21.1", "prom-client": "15.1.3", "rxjs": "7.8.1", "uuid": "10.0.0" diff --git a/packages/cactus-plugin-keychain-vault/package.json b/packages/cactus-plugin-keychain-vault/package.json index 2d9ce28032f..fb05ed8069a 100644 --- a/packages/cactus-plugin-keychain-vault/package.json +++ b/packages/cactus-plugin-keychain-vault/package.json @@ -59,7 +59,7 @@ "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", - "axios": "1.7.7", + "axios": "1.7.4", "http-status-codes": "2.1.4", "node-vault": "0.9.22", "prom-client": "15.1.3", @@ -74,7 +74,7 @@ "@types/tape-promise": "4.0.1", "@types/uuid": "10.0.0", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "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 d9718c1b03c..05ea1ac3886 100644 --- a/packages/cactus-plugin-ledger-connector-aries/package.json +++ b/packages/cactus-plugin-ledger-connector-aries/package.json @@ -68,7 +68,7 @@ "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", "@hyperledger/indy-vdr-nodejs": "0.2.0", - "axios": "1.7.7", + "axios": "1.7.4", "rxjs": "7.8.1", "socket.io-client-fixed-types": "4.5.4" }, @@ -78,7 +78,7 @@ "@types/express": "5.0.0", "@types/uuid": "10.0.0", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "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 60f2d5d8470..65132cd7e12 100644 --- a/packages/cactus-plugin-ledger-connector-besu/package.json +++ b/packages/cactus-plugin-ledger-connector-besu/package.json @@ -59,12 +59,12 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@grpc/grpc-js": "1.11.3", + "@grpc/grpc-js": "1.12.0", "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", - "axios": "1.7.7", - "express": "4.21.0", + "axios": "1.7.4", + "express": "4.21.1", "google-protobuf": "3.21.4", "http-errors": "2.0.0", "http-errors-enhanced-cjs": "2.0.1", diff --git a/packages/cactus-plugin-ledger-connector-cdl/package.json b/packages/cactus-plugin-ledger-connector-cdl/package.json index 244318ff7e4..638441dcf89 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/package.json +++ b/packages/cactus-plugin-ledger-connector-cdl/package.json @@ -58,7 +58,7 @@ "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", - "axios": "1.7.7", + "axios": "1.7.4", "sanitize-html": "2.12.1" }, "devDependencies": { @@ -66,7 +66,7 @@ "@types/node": "18.11.9", "@types/sanitize-html": "2.6.2", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "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 9388a6e350e..e6aebd6574e 100644 --- a/packages/cactus-plugin-ledger-connector-corda/package.json +++ b/packages/cactus-plugin-ledger-connector-corda/package.json @@ -60,8 +60,8 @@ "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", - "axios": "1.7.7", - "express": "4.21.0", + "axios": "1.7.4", + "express": "4.21.1", "express-openapi-validator": "5.2.0", "http-errors-enhanced-cjs": "2.0.1", "internal-ip": "6.2.0", @@ -82,7 +82,7 @@ "@types/temp": "0.9.1", "@types/uuid": "10.0.0", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "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 38546e7d0b3..a136328ee2c 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/package.json +++ b/packages/cactus-plugin-ledger-connector-ethereum/package.json @@ -71,9 +71,9 @@ "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", - "axios": "1.7.7", + "axios": "1.7.4", "ethers": "6.8.1", - "express": "4.21.0", + "express": "4.21.1", "http-proxy-middleware": "2.0.6", "minimist": "1.2.8", "prom-client": "15.1.3", diff --git a/packages/cactus-plugin-ledger-connector-fabric/package.json b/packages/cactus-plugin-ledger-connector-fabric/package.json index ce0f3879427..bf9fa73b024 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/package.json +++ b/packages/cactus-plugin-ledger-connector-fabric/package.json @@ -60,11 +60,11 @@ "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", - "axios": "1.7.7", + "axios": "1.7.4", "bl": "6.0.16", "bn.js": "4.12.0", "elliptic": "6.5.7", - "express": "4.21.0", + "express": "4.21.1", "fabric-ca-client": "2.5.0-snapshot.23", "fabric-common": "2.5.0-snapshot.23", "fabric-network": "2.5.0-snapshot.23", diff --git a/packages/cactus-plugin-ledger-connector-iroha2/package.json b/packages/cactus-plugin-ledger-connector-iroha2/package.json index 8417f675d7a..d6167d7da21 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/package.json +++ b/packages/cactus-plugin-ledger-connector-iroha2/package.json @@ -54,15 +54,15 @@ "@iroha2/crypto-core": "0.1.1", "@iroha2/crypto-target-node": "0.4.0", "@iroha2/data-model": "4.0.0", - "axios": "1.7.7", - "express": "4.21.0", + "axios": "1.7.4", + "express": "4.21.1", "fast-safe-stringify": "2.1.1", "hada": "0.0.8", "rxjs": "7.8.1", "sanitize-html": "2.12.1", "socket.io": "4.6.2", "socket.io-client-fixed-types": "4.5.4", - "undici": "6.19.8" + "undici": "6.20.0" }, "devDependencies": { "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", @@ -70,7 +70,7 @@ "@types/express": "5.0.0", "@types/sanitize-html": "2.9.5", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "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 ff1cfa0f36f..f28e8d160f0 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/package.json +++ b/packages/cactus-plugin-ledger-connector-polkadot/package.json @@ -73,9 +73,9 @@ "@polkadot/rpc-provider": "10.9.1", "@polkadot/types": "10.9.1", "@polkadot/util": "12.6.2", - "axios": "1.7.7", + "axios": "1.7.4", "bl": "6.0.16", - "express": "4.21.0", + "express": "4.21.1", "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 7f5ee6bcfdf..e2c410d2d6d 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/package.json +++ b/packages/cactus-plugin-ledger-connector-sawtooth/package.json @@ -59,7 +59,7 @@ "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", - "axios": "1.7.7", + "axios": "1.7.4", "cbor": "9.0.1", "rxjs": "7.8.1", "socket.io-client-fixed-types": "4.5.4" @@ -69,7 +69,7 @@ "@types/express": "5.0.0", "@types/uuid": "10.0.0", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "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 747a237e6d6..74ed5591b9e 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/package.json +++ b/packages/cactus-plugin-ledger-connector-xdai/package.json @@ -58,8 +58,8 @@ "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", - "axios": "1.7.7", - "express": "4.21.0", + "axios": "1.7.4", + "express": "4.21.1", "joi": "17.13.3", "openapi-types": "12.1.3", "prom-client": "15.1.3", diff --git a/packages/cactus-plugin-persistence-ethereum/package.json b/packages/cactus-plugin-persistence-ethereum/package.json index a3d26e63e29..8837adabc15 100644 --- a/packages/cactus-plugin-persistence-ethereum/package.json +++ b/packages/cactus-plugin-persistence-ethereum/package.json @@ -67,7 +67,7 @@ "@hyperledger/cactus-core-api": "2.0.0-rc.7", "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.7", "async-mutex": "0.4.0", - "axios": "1.7.7", + "axios": "1.7.4", "pg": "8.8.0", "run-time-error-cjs": "1.4.0", "uuid": "10.0.0", @@ -83,7 +83,7 @@ "@types/express": "5.0.0", "@types/pg": "8.6.5", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "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 e7277cd9075..0843d309abc 100644 --- a/packages/cactus-plugin-persistence-fabric/package.json +++ b/packages/cactus-plugin-persistence-fabric/package.json @@ -67,7 +67,7 @@ "@hyperledger/cactus-core-api": "2.0.0-rc.7", "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", "async-mutex": "0.4.0", - "axios": "1.7.7", + "axios": "1.7.4", "pg": "8.8.0", "run-time-error-cjs": "1.4.0", "uuid": "10.0.0" @@ -80,7 +80,7 @@ "@types/express": "5.0.0", "@types/pg": "8.6.5", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "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 780f5f6246c..78ccbb01d80 100644 --- a/packages/cactus-plugin-satp-hermes/package.json +++ b/packages/cactus-plugin-satp-hermes/package.json @@ -59,7 +59,7 @@ "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", "@hyperledger/cactus-plugin-object-store-ipfs": "2.0.0-rc.7", "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", - "axios": "1.7.7", + "axios": "1.7.4", "crypto-js": "4.2.0", "fs-extra": "11.2.0", "knex": "2.4.0", @@ -79,7 +79,7 @@ "@types/tape": "4.13.4", "@types/uuid": "10.0.0", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "fabric-network": "2.2.20", "kubo-rpc-client": "3.0.1", "typescript": "5.5.2" diff --git a/packages/cactus-test-plugin-consortium-manual/package.json b/packages/cactus-test-plugin-consortium-manual/package.json index 7eeee5a7890..bd57bd016e6 100644 --- a/packages/cactus-test-plugin-consortium-manual/package.json +++ b/packages/cactus-test-plugin-consortium-manual/package.json @@ -56,7 +56,7 @@ "@hyperledger/cactus-core-api": "2.0.0-rc.7", "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.7", "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", - "axios": "1.7.7", + "axios": "1.7.4", "jose": "4.15.5" }, "devDependencies": { 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 4b789b4c1e0..c915ec9186c 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json +++ b/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json @@ -58,8 +58,8 @@ "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", - "axios": "1.7.7", - "express": "4.21.0", + "axios": "1.7.4", + "express": "4.21.1", "web3-eth-abi": "4.0.3", "web3-utils": "4.2.1" }, diff --git a/packages/cactus-test-plugin-htlc-eth-besu/package.json b/packages/cactus-test-plugin-htlc-eth-besu/package.json index 293841f228f..227ce3bd842 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu/package.json +++ b/packages/cactus-test-plugin-htlc-eth-besu/package.json @@ -58,7 +58,7 @@ "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", - "axios": "1.7.7", + "axios": "1.7.4", "key-encoder": "2.0.3", "web3": "1.6.1", "web3js-quorum": "22.4.0" @@ -68,7 +68,7 @@ "@types/express": "5.0.0", "@types/uuid": "10.0.0", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "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 ca5cec2fcaa..3c14990eb3e 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.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", - "express": "4.21.0", + "express": "4.21.1", "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 9dd2778bee0..9f3ebe85c85 100644 --- a/packages/cactus-test-plugin-ledger-connector-besu/package.json +++ b/packages/cactus-test-plugin-ledger-connector-besu/package.json @@ -50,7 +50,7 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@grpc/grpc-js": "1.11.3", + "@grpc/grpc-js": "1.12.0", "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", @@ -67,8 +67,8 @@ "devDependencies": { "@types/express": "5.0.0", "@types/uuid": "10.0.0", - "axios": "1.7.7", - "express": "4.21.0", + "axios": "1.7.4", + "express": "4.21.1", "http-status-codes": "2.3.0", "uuid": "10.0.0", "web3-core": "1.6.1" diff --git a/packages/cactus-test-tooling/package.json b/packages/cactus-test-tooling/package.json index 1ab8daaac7f..3fb275d6db7 100644 --- a/packages/cactus-test-tooling/package.json +++ b/packages/cactus-test-tooling/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@hyperledger/cactus-common": "2.0.0-rc.7", - "axios": "1.7.7", + "axios": "1.7.4", "compare-versions": "3.6.0", "dockerode": "3.3.0", "elliptic": "6.5.7", diff --git a/packages/cactus-test-verifier-client/package.json b/packages/cactus-test-verifier-client/package.json index 8ce2c024602..7ef690ecb92 100644 --- a/packages/cactus-test-verifier-client/package.json +++ b/packages/cactus-test-verifier-client/package.json @@ -54,7 +54,7 @@ "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@hyperledger/cactus-verifier-client": "2.0.0-rc.7", "body-parser": "1.20.3", - "express": "4.21.0", + "express": "4.21.1", "log4js": "6.4.1", "socket.io": "4.6.2", "uuid": "10.0.0", diff --git a/weaver/common/protos-js/package.json b/weaver/common/protos-js/package.json index ee72d295fed..a72880c7a82 100644 --- a/weaver/common/protos-js/package.json +++ b/weaver/common/protos-js/package.json @@ -38,7 +38,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@grpc/grpc-js": "1.11.3", + "@grpc/grpc-js": "1.12.0", "@grpc/proto-loader": "0.7.13", "google-protobuf": "3.21.4", "grpc-tools": "1.12.4" diff --git a/weaver/core/drivers/fabric-driver/package.json b/weaver/core/drivers/fabric-driver/package.json index 17f3dbaf1d1..c840aa9c480 100644 --- a/weaver/core/drivers/fabric-driver/package.json +++ b/weaver/core/drivers/fabric-driver/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@fidm/x509": "1.2.1", - "@grpc/grpc-js": "1.11.3", + "@grpc/grpc-js": "1.12.0", "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.7", "@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.7", "dotenv": "8.6.0", diff --git a/weaver/core/identity-management/iin-agent/package.json b/weaver/core/identity-management/iin-agent/package.json index 00df1e7925e..5319b804f56 100644 --- a/weaver/core/identity-management/iin-agent/package.json +++ b/weaver/core/identity-management/iin-agent/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@fidm/x509": "1.2.1", - "@grpc/grpc-js": "1.11.3", + "@grpc/grpc-js": "1.12.0", "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.7", "@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.7", "dotenv": "8.6.0", diff --git a/weaver/samples/fabric/fabric-cli/package.json b/weaver/samples/fabric/fabric-cli/package.json index eeffdd921b7..ed04d7b5bd7 100644 --- a/weaver/samples/fabric/fabric-cli/package.json +++ b/weaver/samples/fabric/fabric-cli/package.json @@ -40,7 +40,7 @@ "@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.7", "body-parser": "1.20.3", "dotenv": "8.6.0", - "express": "4.21.0", + "express": "4.21.1", "fabric-ca-client": "2.2.20", "fabric-common": "2.2.20", "fabric-network": "2.2.20", @@ -49,7 +49,7 @@ "winston": "3.10.0" }, "devDependencies": { - "@grpc/grpc-js": "1.11.3", + "@grpc/grpc-js": "1.12.2", "@grpc/proto-loader": "0.7.13", "@types/express": "5.0.0", "@types/node": "18.11.9", diff --git a/weaver/sdks/fabric/interoperation-node-sdk/package.json b/weaver/sdks/fabric/interoperation-node-sdk/package.json index b63bfbf5520..1b1287f463e 100644 --- a/weaver/sdks/fabric/interoperation-node-sdk/package.json +++ b/weaver/sdks/fabric/interoperation-node-sdk/package.json @@ -37,7 +37,7 @@ ] }, "dependencies": { - "@grpc/grpc-js": "1.11.3", + "@grpc/grpc-js": "1.12.0", "@grpc/proto-loader": "0.7.13", "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.7", "elliptic": "6.5.7", diff --git a/yarn.lock b/yarn.lock index f278859981a..f50b121f5fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8831,13 +8831,13 @@ __metadata: languageName: node linkType: hard -"@grpc/grpc-js@npm:1.11.3": - version: 1.11.3 - resolution: "@grpc/grpc-js@npm:1.11.3" +"@grpc/grpc-js@npm:1.12.0": + version: 1.12.0 + resolution: "@grpc/grpc-js@npm:1.12.0" dependencies: "@grpc/proto-loader": "npm:^0.7.13" "@js-sdsl/ordered-map": "npm:^4.4.2" - checksum: 10/b4662cd357296ff279e6f4ff4039fb5379d1087f9f7758102eae85a0d093cd8ec4054f27a62e27862efe67d8b25ad7b6733dcb0ffb0ecbc2bd9e3dcb9450d978 + checksum: 10/f5838a2c807120864fb2e4e5e6ef7375b57ec6397741676deb57c9a618d6f1f0114f74b61a06707bd12e691a37692b41fbbe6b7fae0923b225b0f9d71c84dea1 languageName: node linkType: hard @@ -9048,7 +9048,7 @@ __metadata: "@types/react": "npm:^18.2.39" "@types/react-dom": "npm:^18.2.17" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" react-scripts: "npm:5.0.1" @@ -9075,7 +9075,7 @@ __metadata: "@types/react-dom": "npm:18.2.17" "@vitejs/plugin-react": "npm:4.2.1" apexcharts: "npm:3.45.2" - axios: "npm:1.7.7" + axios: "npm:1.7.4" buffer: "npm:6.0.3" ethers: "npm:6.12.1" react: "npm:18.2.0" @@ -9083,7 +9083,7 @@ __metadata: react-dom: "npm:18.2.0" react-router-dom: "npm:6.21.3" typescript: "npm:5.5.2" - vite: "npm:5.4.8" + vite: "npm:5.3.6" web3: "npm:4.1.1" languageName: unknown linkType: soft @@ -9102,9 +9102,9 @@ __metadata: "@types/express": "npm:5.0.0" "@types/json-stable-stringify": "npm:1.0.33" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" http-errors-enhanced-cjs: "npm:2.0.1" jose: "npm:4.15.5" merkletreejs: "npm:0.4.0" @@ -9129,9 +9129,9 @@ __metadata: "@types/express": "npm:5.0.0" "@types/http-errors": "npm:2.0.4" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" http-errors-enhanced-cjs: "npm:2.0.1" joi: "npm:17.13.3" npm-run-all2: "npm:6.1.2" @@ -9211,7 +9211,7 @@ __metadata: resolution: "@hyperledger/cacti-weaver-driver-fabric@workspace:weaver/core/drivers/fabric-driver" dependencies: "@fidm/x509": "npm:1.2.1" - "@grpc/grpc-js": "npm:1.11.3" + "@grpc/grpc-js": "npm:1.12.0" "@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.7" "@hyperledger/cacti-weaver-sdk-fabric": "npm:2.0.0-rc.7" "@types/node": "npm:18.11.9" @@ -9233,7 +9233,7 @@ __metadata: resolution: "@hyperledger/cacti-weaver-fabric-cli@workspace:weaver/samples/fabric/fabric-cli" dependencies: "@fidm/x509": "npm:1.2.1" - "@grpc/grpc-js": "npm:1.11.3" + "@grpc/grpc-js": "npm:1.12.0" "@grpc/proto-loader": "npm:0.7.13" "@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.7" "@hyperledger/cacti-weaver-sdk-fabric": "npm:2.0.0-rc.7" @@ -9241,7 +9241,7 @@ __metadata: "@types/node": "npm:18.11.9" body-parser: "npm:1.20.3" dotenv: "npm:8.6.0" - express: "npm:4.21.0" + express: "npm:4.21.1" fabric-ca-client: "npm:2.2.20" fabric-common: "npm:2.2.20" fabric-network: "npm:2.2.20" @@ -9265,7 +9265,7 @@ __metadata: resolution: "@hyperledger/cacti-weaver-iin-agent@workspace:weaver/core/identity-management/iin-agent" dependencies: "@fidm/x509": "npm:1.2.1" - "@grpc/grpc-js": "npm:1.11.3" + "@grpc/grpc-js": "npm:1.12.0" "@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.7" "@hyperledger/cacti-weaver-sdk-fabric": "npm:2.0.0-rc.7" "@types/jsrsasign": "npm:10.5.11" @@ -9296,7 +9296,7 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cacti-weaver-protos-js@workspace:weaver/common/protos-js" dependencies: - "@grpc/grpc-js": "npm:1.11.3" + "@grpc/grpc-js": "npm:1.12.0" "@grpc/proto-loader": "npm:0.7.13" google-protobuf: "npm:3.21.4" grpc-tools: "npm:1.12.4" @@ -9330,7 +9330,7 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cacti-weaver-sdk-fabric@workspace:weaver/sdks/fabric/interoperation-node-sdk" dependencies: - "@grpc/grpc-js": "npm:1.11.3" + "@grpc/grpc-js": "npm:1.12.0" "@grpc/proto-loader": "npm:0.7.13" "@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.7" "@types/node": "npm:18.11.9" @@ -9390,7 +9390,7 @@ __metadata: "@connectrpc/connect-fastify": "npm:1.4.0" "@connectrpc/connect-node": "npm:1.4.0" "@connectrpc/protoc-gen-connect-es": "npm:1.4.0" - "@grpc/grpc-js": "npm:1.11.3" + "@grpc/grpc-js": "npm:1.12.0" "@grpc/proto-loader": "npm:0.7.13" "@hyperledger/cactus-common": "npm:2.0.0-rc.7" "@hyperledger/cactus-core": "npm:2.0.0-rc.7" @@ -9420,7 +9420,7 @@ __metadata: "@types/xml2js": "npm:0.4.9" "@vercel/ncc": "npm:0.38.1" async-exit-hook: "npm:2.0.1" - axios: "npm:1.7.7" + axios: "npm:1.7.4" benchmark: "npm:2.1.4" bluebird: "npm:3.7.2" body-parser: "npm:1.20.3" @@ -9428,7 +9428,7 @@ __metadata: convict: "npm:6.2.4" convict-format-with-validator: "npm:6.2.0" cors: "npm:2.8.5" - express: "npm:4.21.0" + express: "npm:4.21.1" express-http-proxy: "npm:1.6.2" express-jwt: "npm:8.4.1" express-openapi-validator: "npm:5.2.0" @@ -9483,7 +9483,7 @@ __metadata: escape-html: "npm:1.0.3" ethereumjs-common: "npm:1.5.2" ethereumjs-tx: "npm:2.1.2" - express: "npm:4.21.0" + express: "npm:4.21.1" fabric-network: "npm:2.2.20" http-errors: "npm:1.6.3" http-terminator: "npm:3.2.0" @@ -9519,7 +9519,7 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-common@workspace:packages/cactus-common" dependencies: - "@grpc/grpc-js": "npm:1.11.3" + "@grpc/grpc-js": "npm:1.12.0" "@types/json-stable-stringify": "npm:1.0.33" "@types/sanitize-html": "npm:2.9.5" "@types/secp256k1": "npm:4.0.3" @@ -9543,7 +9543,7 @@ __metadata: dependencies: "@bufbuild/protobuf": "npm:1.10.0" "@connectrpc/connect": "npm:1.4.0" - "@grpc/grpc-js": "npm:1.11.3" + "@grpc/grpc-js": "npm:1.12.0" "@grpc/proto-loader": "npm:0.7.13" "@hyperledger/cactus-common": "npm:2.0.0-rc.7" "@types/express": "npm:5.0.0" @@ -9551,7 +9551,7 @@ __metadata: ajv: "npm:8.17.1" ajv-draft-04: "npm:1.0.0" ajv-formats: "npm:3.0.1" - axios: "npm:1.7.7" + axios: "npm:1.7.4" google-protobuf: "npm:3.21.4" grpc-tools: "npm:1.12.4" grpc_tools_node_protoc_ts: "npm:5.3.3" @@ -9573,7 +9573,7 @@ __metadata: "@types/express": "npm:5.0.0" "@types/http-errors": "npm:2.0.2" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" express-jwt-authz: "npm:2.4.1" express-openapi-validator: "npm:5.2.0" http-errors: "npm:2.0.0" @@ -9641,8 +9641,8 @@ __metadata: "@types/ssh2": "npm:0.5.47" "@types/uuid": "npm:10.0.0" async-exit-hook: "npm:2.0.1" - axios: "npm:1.7.7" - express: "npm:4.21.0" + axios: "npm:1.7.4" + express: "npm:4.21.1" openapi-types: "npm:12.1.3" typescript-optional: "npm:2.0.1" uuid: "npm:10.0.0" @@ -9715,7 +9715,7 @@ __metadata: "@types/node": "npm:18.11.9" "@types/uuid": "npm:10.0.0" async-exit-hook: "npm:2.0.1" - axios: "npm:1.7.7" + axios: "npm:1.7.4" crypto-js: "npm:4.2.0" cucumber: "npm:5.0.3" dotenv: "npm:16.0.1" @@ -9753,7 +9753,7 @@ __metadata: "@hyperledger/aries-askar-nodejs": "npm:0.2.0" "@hyperledger/indy-vdr-nodejs": "npm:0.2.0" "@types/inquirer": "npm:8.2.6" - axios: "npm:1.7.7" + axios: "npm:1.7.4" inquirer: "npm:8.2.6" loglevel: "npm:1.8.1" bin: @@ -9781,7 +9781,7 @@ __metadata: "@types/jsrsasign": "npm:10.5.8" "@types/node": "npm:18.11.9" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" cookie-parser: "npm:1.4.6" debug: "npm:3.1.0" @@ -9789,7 +9789,7 @@ __metadata: escape-html: "npm:1.0.3" ethereumjs-common: "npm:1.5.2" ethereumjs-tx: "npm:2.1.2" - express: "npm:4.21.0" + express: "npm:4.21.1" fabric-ca-client: "npm:2.2.20" fabric-network: "npm:2.2.20" http-errors: "npm:1.6.3" @@ -9828,7 +9828,7 @@ __metadata: escape-html: "npm:1.0.3" ethereumjs-common: "npm:1.5.2" ethereumjs-tx: "npm:2.1.2" - express: "npm:4.21.0" + express: "npm:4.21.1" fabric-ca-client: "npm:2.2.20" fabric-network: "npm:2.2.20" http-errors: "npm:1.6.3" @@ -9865,9 +9865,9 @@ __metadata: "@types/express": "npm:5.0.0" "@types/uuid": "npm:10.0.0" async-exit-hook: "npm:2.0.1" - axios: "npm:1.7.7" + axios: "npm:1.7.4" dotenv: "npm:16.0.0" - express: "npm:4.21.0" + express: "npm:4.21.1" express-jwt: "npm:8.4.1" fabric-network: "npm:2.2.20" jose: "npm:4.15.5" @@ -9896,8 +9896,8 @@ __metadata: "@types/ssh2": "npm:0.5.47" "@types/uuid": "npm:10.0.0" async-exit-hook: "npm:2.0.1" - axios: "npm:1.7.7" - express: "npm:4.21.0" + axios: "npm:1.7.4" + express: "npm:4.21.1" openapi-types: "npm:12.1.3" run-time-error-cjs: "npm:1.4.0" typescript-optional: "npm:2.0.1" @@ -9969,9 +9969,9 @@ __metadata: "@types/fs-extra": "npm:11.0.4" "@types/tape": "npm:4.13.4" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" fabric-network: "npm:2.2.20" fs-extra: "npm:11.2.0" http-errors-enhanced-cjs: "npm:2.0.1" @@ -9995,9 +9995,9 @@ __metadata: "@types/express": "npm:5.0.0" "@types/json-stable-stringify": "npm:1.0.33" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" jose: "npm:4.15.5" json-stable-stringify: "npm:1.0.1" prom-client: "npm:15.1.3" @@ -10021,9 +10021,9 @@ __metadata: "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@types/express": "npm:5.0.0" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" fast-safe-stringify: "npm:2.1.1" joi: "npm:17.13.3" openapi-types: "npm:12.1.3" @@ -10047,8 +10047,8 @@ __metadata: "@hyperledger/cactus-core-api": "npm:2.0.0-rc.7" "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.7" "@types/express": "npm:5.0.0" - axios: "npm:1.7.7" - express: "npm:4.21.0" + axios: "npm:1.7.4" + express: "npm:4.21.1" joi: "npm:17.13.3" openapi-types: "npm:12.1.3" typescript-optional: "npm:2.0.1" @@ -10066,12 +10066,12 @@ __metadata: "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@types/express": "npm:5.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" bn.js: "npm:5.2.1" dotenv: "npm:16.0.3" ds-test: "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0" ethers: "npm:6.3.0" - express: "npm:4.21.0" + express: "npm:4.21.1" forge-std: "https://github.com/foundry-rs/forge-std.git#66bf4e2c92cf507531599845e8d5a08cc2e3b5bb" joi: "npm:17.13.3" openapi-types: "npm:12.1.3" @@ -10093,9 +10093,9 @@ __metadata: "@types/request": "npm:2.48.7" "@types/uuid": "npm:10.0.0" aws-sdk: "npm:2.965.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" http-status-codes: "npm:2.1.4" internal-ip: "npm:6.2.0" openapi-types: "npm:12.1.3" @@ -10118,9 +10118,9 @@ __metadata: "@types/body-parser": "npm:1.19.4" "@types/express": "npm:5.0.0" "@types/request": "npm:2.48.7" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" http-status-codes: "npm:2.1.4" internal-ip: "npm:6.2.0" openapi-types: "npm:12.1.3" @@ -10142,9 +10142,9 @@ __metadata: "@types/express": "npm:5.0.0" "@types/request": "npm:2.48.7" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" google-gax: "npm:4.0.5" http-status-codes: "npm:2.1.4" internal-ip: "npm:6.2.0" @@ -10163,11 +10163,11 @@ __metadata: "@hyperledger/cactus-core-api": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:5.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" cpy-cli: "npm:4.2.0" del-cli: "npm:5.1.0" - express: "npm:4.21.0" + express: "npm:4.21.1" prom-client: "npm:15.1.3" uuid: "npm:10.0.0" languageName: unknown @@ -10187,9 +10187,9 @@ __metadata: "@hyperledger/cactus-core-api": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:5.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" npm-run-all2: "npm:6.1.2" prom-client: "npm:15.1.3" rxjs: "npm:7.8.1" @@ -10211,9 +10211,9 @@ __metadata: "@types/request": "npm:2.48.7" "@types/tape-promise": "npm:4.0.1" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" http-status-codes: "npm:2.1.4" internal-ip: "npm:6.2.0" node-vault: "npm:0.9.22" @@ -10244,9 +10244,9 @@ __metadata: "@types/body-parser": "npm:1.19.4" "@types/express": "npm:5.0.0" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" jest: "npm:29.6.2" jest-extended: "npm:4.0.1" rxjs: "npm:7.8.1" @@ -10260,7 +10260,7 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-ledger-connector-besu@workspace:packages/cactus-plugin-ledger-connector-besu" dependencies: - "@grpc/grpc-js": "npm:1.11.3" + "@grpc/grpc-js": "npm:1.12.0" "@hyperledger/cactus-common": "npm:2.0.0-rc.7" "@hyperledger/cactus-core": "npm:2.0.0-rc.7" "@hyperledger/cactus-core-api": "npm:2.0.0-rc.7" @@ -10274,10 +10274,10 @@ __metadata: "@types/google-protobuf": "npm:3.15.5" "@types/http-errors": "npm:2.0.4" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" benchmark: "npm:2.1.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" fs-extra: "npm:11.2.0" google-protobuf: "npm:3.21.4" grpc-tools: "npm:1.12.4" @@ -10316,9 +10316,9 @@ __metadata: "@types/express": "npm:5.0.0" "@types/node": "npm:18.11.9" "@types/sanitize-html": "npm:2.6.2" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" jest-extended: "npm:4.0.1" sanitize-html: "npm:2.12.1" uuid: "npm:10.0.0" @@ -10338,9 +10338,9 @@ __metadata: "@types/multer": "npm:1.4.7" "@types/temp": "npm:0.9.1" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" express-openapi-validator: "npm:5.2.0" http-errors-enhanced-cjs: "npm:2.0.1" internal-ip: "npm:6.2.0" @@ -10374,11 +10374,11 @@ __metadata: "@types/minimist": "npm:1.2.2" "@types/sanitize-html": "npm:2.9.5" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" chalk: "npm:4.1.2" ethers: "npm:6.8.1" - express: "npm:4.21.0" + express: "npm:4.21.1" http-proxy-middleware: "npm:2.0.6" js-yaml: "npm:4.1.0" minimist: "npm:1.2.8" @@ -10420,12 +10420,12 @@ __metadata: "@types/sanitize-html": "npm:2.9.5" "@types/temp": "npm:0.9.1" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" bl: "npm:6.0.16" bn.js: "npm:4.12.0" body-parser: "npm:1.20.3" elliptic: "npm:6.5.7" - express: "npm:4.21.0" + express: "npm:4.21.1" 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" @@ -10473,9 +10473,9 @@ __metadata: "@iroha2/data-model": "npm:4.0.0" "@types/express": "npm:5.0.0" "@types/sanitize-html": "npm:2.9.5" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" fast-safe-stringify: "npm:2.1.1" hada: "npm:0.0.8" jest: "npm:29.6.2" @@ -10484,7 +10484,7 @@ __metadata: sanitize-html: "npm:2.12.1" socket.io: "npm:4.6.2" socket.io-client-fixed-types: "npm:4.5.4" - undici: "npm:6.19.8" + undici: "npm:6.20.0" uuid: "npm:10.0.0" languageName: unknown linkType: soft @@ -10510,9 +10510,9 @@ __metadata: "@types/supertest": "npm:2.0.11" "@types/temp": "npm:0.9.1" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" bl: "npm:6.0.16" - express: "npm:4.21.0" + express: "npm:4.21.1" express-openapi-validator: "npm:5.2.0" form-data: "npm:4.0.0" fs-extra: "npm:11.2.0" @@ -10542,10 +10542,10 @@ __metadata: "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@types/express": "npm:5.0.0" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" cbor: "npm:9.0.1" - express: "npm:4.21.0" + express: "npm:4.21.1" rxjs: "npm:7.8.1" socket.io: "npm:4.6.2" socket.io-client-fixed-types: "npm:4.5.4" @@ -10564,9 +10564,9 @@ __metadata: "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:5.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" joi: "npm:17.13.3" openapi-types: "npm:12.1.3" prom-client: "npm:15.1.3" @@ -10592,9 +10592,9 @@ __metadata: "@multiformats/multiaddr": "npm:11.6.1" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:5.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" ipfs-core-types: "npm:0.14.1" ipfs-unixfs: "npm:9.0.1" kubo-rpc-client: "npm:3.0.1" @@ -10623,9 +10623,9 @@ __metadata: "@types/express": "npm:5.0.0" "@types/pg": "npm:8.6.5" async-mutex: "npm:0.4.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" jest-extended: "npm:4.0.1" npm-run-all: "npm:4.1.5" pg: "npm:8.8.0" @@ -10655,9 +10655,9 @@ __metadata: "@types/express": "npm:5.0.0" "@types/pg": "npm:8.6.5" async-mutex: "npm:0.4.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" fabric-network: "npm:2.5.0-snapshot.23" jest-extended: "npm:4.0.1" pg: "npm:8.8.0" @@ -10687,10 +10687,10 @@ __metadata: "@types/fs-extra": "npm:11.0.4" "@types/tape": "npm:4.13.4" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" crypto-js: "npm:4.2.0" - express: "npm:4.21.0" + express: "npm:4.21.1" fabric-network: "npm:2.2.20" fs-extra: "npm:11.2.0" knex: "npm:2.4.0" @@ -10768,7 +10768,7 @@ __metadata: "@hyperledger/cactus-plugin-consortium-manual": "npm:2.0.0-rc.7" "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.7" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" jose: "npm:4.15.5" uuid: "npm:10.0.0" languageName: unknown @@ -10789,9 +10789,9 @@ __metadata: "@types/body-parser": "npm:1.19.4" "@types/express": "npm:5.0.0" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" uuid: "npm:10.0.0" web3-eth-abi: "npm:4.0.3" web3-utils: "npm:4.2.1" @@ -10813,9 +10813,9 @@ __metadata: "@types/body-parser": "npm:1.19.4" "@types/express": "npm:5.0.0" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" + axios: "npm:1.7.4" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" 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.7" "@hyperledger/cactus-core-api": "npm:2.0.0-rc.7" "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.7" - express: "npm:4.21.0" + express: "npm:4.21.1" uuid: "npm:10.0.0" languageName: unknown linkType: soft @@ -10844,7 +10844,7 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-test-plugin-ledger-connector-besu@workspace:packages/cactus-test-plugin-ledger-connector-besu" dependencies: - "@grpc/grpc-js": "npm:1.11.3" + "@grpc/grpc-js": "npm:1.12.0" "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.7" "@hyperledger/cactus-common": "npm:2.0.0-rc.7" "@hyperledger/cactus-core": "npm:2.0.0-rc.7" @@ -10855,8 +10855,8 @@ __metadata: "@hyperledger/cactus-verifier-client": "npm:2.0.0-rc.7" "@types/express": "npm:5.0.0" "@types/uuid": "npm:10.0.0" - axios: "npm:1.7.7" - express: "npm:4.21.0" + axios: "npm:1.7.4" + express: "npm:4.21.1" http-status-codes: "npm:2.3.0" key-encoder: "npm:2.0.3" socket.io: "npm:4.6.2" @@ -10911,7 +10911,7 @@ __metadata: "@types/ssh2-streams": "npm:0.1.9" "@types/tar-stream": "npm:2.2.1" "@types/temp": "npm:0.9.1" - axios: "npm:1.7.7" + axios: "npm:1.7.4" compare-versions: "npm:3.6.0" dockerode: "npm:3.3.0" elliptic: "npm:6.5.7" @@ -10958,7 +10958,7 @@ __metadata: "@types/node": "npm:18.11.9" "@types/uuid": "npm:10.0.0" body-parser: "npm:1.20.3" - express: "npm:4.21.0" + express: "npm:4.21.1" log4js: "npm:6.4.1" socket.io: "npm:4.6.2" uuid: "npm:10.0.0" @@ -23982,10 +23982,10 @@ __metadata: languageName: node linkType: hard -"cookie@npm:0.6.0, cookie@npm:^0.6.0": - version: 0.6.0 - resolution: "cookie@npm:0.6.0" - checksum: 10/c1f8f2ea7d443b9331680598b0ae4e6af18a618c37606d1bbdc75bec8361cce09fe93e727059a673f2ba24467131a9fb5a4eec76bb1b149c1b3e1ccb268dc583 +"cookie@npm:0.7.1": + version: 0.7.1 + resolution: "cookie@npm:0.7.1" + checksum: 10/aec6a6aa0781761bf55d60447d6be08861d381136a0fe94aa084fddd4f0300faa2b064df490c6798adfa1ebaef9e0af9b08a189c823e0811b8b313b3d9a03380 languageName: node linkType: hard @@ -23996,6 +23996,13 @@ __metadata: languageName: node linkType: hard +"cookie@npm:^0.6.0": + version: 0.6.0 + resolution: "cookie@npm:0.6.0" + checksum: 10/c1f8f2ea7d443b9331680598b0ae4e6af18a618c37606d1bbdc75bec8361cce09fe93e727059a673f2ba24467131a9fb5a4eec76bb1b149c1b3e1ccb268dc583 + languageName: node + linkType: hard + "cookiejar@npm:^2.1.1, cookiejar@npm:^2.1.2": version: 2.1.4 resolution: "cookiejar@npm:2.1.4" @@ -29176,16 +29183,16 @@ __metadata: languageName: node linkType: hard -"express@npm:4.21.0": - version: 4.21.0 - resolution: "express@npm:4.21.0" +"express@npm:4.21.1": + version: 4.21.1 + resolution: "express@npm:4.21.1" dependencies: accepts: "npm:~1.3.8" array-flatten: "npm:1.1.1" body-parser: "npm:1.20.3" content-disposition: "npm:0.5.4" content-type: "npm:~1.0.4" - cookie: "npm:0.6.0" + cookie: "npm:0.7.1" cookie-signature: "npm:1.0.6" debug: "npm:2.6.9" depd: "npm:2.0.0" @@ -29211,7 +29218,7 @@ __metadata: type-is: "npm:~1.6.18" utils-merge: "npm:1.0.1" vary: "npm:~1.1.2" - checksum: 10/3b1ee5bc5b1bd996f688702519cebc9b63a24e506965f6e1773268238cfa2c24ffdb38cc3fcb4fde66f77de1c0bebd9ee058dad06bb9c6f084b525f3c09164d3 + checksum: 10/5d4a36dd03c1d1cce93172e9b185b5cd13a978d29ee03adc51cd278be7b4a514ae2b63e2fdaec0c00fdc95c6cfb396d9dd1da147917ffd337d6cd0778e08c9bc languageName: node linkType: hard @@ -47147,8 +47154,8 @@ __metadata: linkType: hard "rollup@npm:^2.43.1": - version: 2.79.1 - resolution: "rollup@npm:2.79.1" + version: 2.79.2 + resolution: "rollup@npm:2.79.2" dependencies: fsevents: "npm:~2.3.2" dependenciesMeta: @@ -47156,7 +47163,7 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: 10/df087b701304432f30922bbee5f534ab189aa6938bd383b5686c03147e0d00cd1789ea10a462361326ce6b6ebe448ce272ad3f3cc40b82eeb3157df12f33663c + checksum: 10/095ba0a82811b1866a76d826987743278db0a87c45092656986bfff490326b66187d5f9ff0c24cf8d5682bc470aa00c36654e0044d6b6335ac0c1201b8280880 languageName: node linkType: hard @@ -52208,10 +52215,10 @@ __metadata: languageName: node linkType: hard -"undici@npm:6.19.8": - version: 6.19.8 - resolution: "undici@npm:6.19.8" - checksum: 10/19ae4ba38b029a664d99fd330935ef59136cf99edb04ed821042f27b5a9e84777265fb744c8a7abc83f2059afb019446c69a4ebef07bbc0ed6b2de8d67ef4090 +"undici@npm:6.20.0": + version: 6.20.0 + resolution: "undici@npm:6.20.0" + checksum: 10/c96a7ad49e08e84001d2275da0b287315d8631f79790b7cee7e487de90c2563f49e55498603b031b2b4d0b44fcbf1d50ffcfa6d6a46b0ff9e04f4747dce77266 languageName: node linkType: hard