diff --git a/.github/workflows/.dast-nuclei-cmd-api-server.yaml b/.github/workflows/.dast-nuclei-cmd-api-server.yaml index 1bbcacbd86..91ea5424f9 100644 --- a/.github/workflows/.dast-nuclei-cmd-api-server.yaml +++ b/.github/workflows/.dast-nuclei-cmd-api-server.yaml @@ -74,15 +74,6 @@ jobs: echo https://localhost:4000/api/v1/plugins/@hyperledger/cactus-plugin-ledger-connector-besu/get-besu-record } >> urls.txt - - name: Show file content - run: | - pwd - ls -la - cat urls.txt - - # TODO: Clean up comments - # TODO: Remove --debug flag - - run: yarn generate-api-server-config - run: jq '.authorizationProtocol = "NONE"' .config.json > .config2.json && mv .config2.json .config.json @@ -104,20 +95,14 @@ jobs: docker run -d -p 0.0.0.0:8545:8545/tcp -p 0.0.0.0:8546:8546/tcp -p 0.0.0.0:8888:8888/tcp -p 0.0.0.0:9001:9001/tcp -p 0.0.0.0:9545:9545/tcp ghcr.io/hyperledger/cactus-besu-all-in-one:2022-04-14-dda3f00 until curl --fail -X POST --data '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}' localhost:8545; do sleep 5; done - # - run: | - # touch ~/nuclei-github-config.yaml \ - # && echo -e "severity: critical,high" >> ~/nuclei-github-config.yaml \ - # && echo -e "github:" >> ~/nuclei-github-config.yaml \ - # && echo -e " username: \"$GITHUB_ACTOR\"" >> ~/nuclei-github-config.yaml \ - # && echo -e " owner: \"${GITHUB_REPOSITORY%%/*}\"" >> ~/nuclei-github-config.yaml \ - # && echo -e " token: \"${{ inputs.github-token }}\"" >> ~/nuclei-github-config.yaml \ - # && echo -e " project-name: \"${GITHUB_REPOSITORY#*/}\"" >> ~/nuclei-github-config.yaml \ - # && echo -e " issue-label: \"Nuclei\"" >> ~/nuclei-github-config.yaml \ - # && echo "githubconfig=-rc ~/nuclei-github-config.yaml" >> $GITHUB_ENV + - name: Print API Server Config File - ./.config.json + run: cat .config.json - # shell: bash + - name: Print Nuclei Config File - ./.nuclei-config.yaml + run: cat .nuclei-config.yaml - # - run: ls -alt + - name: Print Nuclei URL List File - ./urls.txt + run: cat urls.txt - name: Start API Server & Run DAST uses: BerniWittmann/background-server-action@v1.1.0 @@ -130,21 +115,13 @@ jobs: build: yarn --version start: yarn start:api-server command: "nuclei -update-templates --config=.nuclei-config.yaml --list=urls.txt --sarif-export ~/nuclei.sarif --output nuclei.log" + command-windows: echo "The project build is not supported on the Windows operating system. Please use Linux or macOS" wait-on: "https://localhost:4000/api/v1/api-server/healthcheck" # wait for 10 minutes for the server to respond wait-on-timeout: 120 - - run: pwd - - - run: ls -alt - - name: GitHub Workflow artifacts uses: actions/upload-artifact@v3.0.0 with: name: nuclei.log path: nuclei.log - - # - name: GitHub Security Dashboard Alerts update - # uses: github/codeql-action/upload-sarif@v1 - # with: - # sarif_file: ~/nuclei.sarif diff --git a/examples/cactus-common-example-server/package.json b/examples/cactus-common-example-server/package.json index 8bc2c69d77..41cca27b5e 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.20.0", + "express": "4.21.0", "fabric-network": "2.2.20", "http-errors": "1.6.3", "js-yaml": "3.14.1", @@ -71,7 +71,7 @@ "@types/cookie-parser": "1.4.5", "@types/debug": "4.1.8", "@types/escape-html": "1.0.1", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/http-errors": "1.6.3", "@types/js-yaml": "4.0.5", "@types/jsonwebtoken": "9.0.6", diff --git a/examples/cactus-example-carbon-accounting-backend/package.json b/examples/cactus-example-carbon-accounting-backend/package.json index 4ffd064e03..6c5374f443 100644 --- a/examples/cactus-example-carbon-accounting-backend/package.json +++ b/examples/cactus-example-carbon-accounting-backend/package.json @@ -74,7 +74,7 @@ "web3-utils": "1.6.1" }, "devDependencies": { - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/fs-extra": "11.0.4", "@types/json-stable-stringify": "1.0.34", "@types/qs": "6.9.14", 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 cb0b88f99b..6f0237a098 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json @@ -65,13 +65,13 @@ "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.7", "async-exit-hook": "2.0.1", "axios": "1.7.7", - "express": "4.20.0", + "express": "4.21.0", "openapi-types": "12.1.3", "typescript-optional": "2.0.1", "uuid": "10.0.0" }, "devDependencies": { - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/ssh2": "0.5.47", "@types/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 697c93df31..3c99e06b1d 100644 --- a/examples/cactus-example-cbdc-bridging-backend/package.json +++ b/examples/cactus-example-cbdc-bridging-backend/package.json @@ -88,7 +88,7 @@ "devDependencies": { "@types/crypto-js": "4.1.1", "@types/cucumber": "4.0.4", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/express-jwt": "6.0.2", "@types/fs-extra": "11.0.4", "@types/node": "18.11.9", diff --git a/examples/cactus-example-discounted-asset-trade/package.json b/examples/cactus-example-discounted-asset-trade/package.json index 20b6318bf5..20fbea3dc8 100644 --- a/examples/cactus-example-discounted-asset-trade/package.json +++ b/examples/cactus-example-discounted-asset-trade/package.json @@ -31,7 +31,7 @@ "escape-html": "1.0.3", "ethereumjs-common": "1.5.2", "ethereumjs-tx": "2.1.2", - "express": "4.20.0", + "express": "4.21.0", "fabric-ca-client": "2.2.20", "fabric-network": "2.2.20", "http-errors": "1.6.3", @@ -50,7 +50,7 @@ "devDependencies": { "@types/elliptic": "6.4.14", "@types/escape-html": "1.0.1", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/jsonwebtoken": "9.0.6", "@types/jsrsasign": "10.5.8", "@types/uuid": "10.0.0" diff --git a/examples/cactus-example-electricity-trade/package.json b/examples/cactus-example-electricity-trade/package.json index 73ba9d8241..222bf3a622 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.20.0", + "express": "4.21.0", "fabric-ca-client": "2.2.20", "fabric-network": "2.2.20", "http-errors": "1.6.3", @@ -45,7 +45,7 @@ }, "devDependencies": { "@types/escape-html": "1.0.1", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/uuid": "10.0.0" }, "engines": { diff --git a/examples/cactus-example-supply-chain-backend/package.json b/examples/cactus-example-supply-chain-backend/package.json index a3380deab7..86b22902e3 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.20.0", + "express": "4.21.0", "express-jwt": "8.4.1", "fabric-network": "2.2.20", "jose": "4.15.5", @@ -79,7 +79,7 @@ "web3-core": "1.6.1" }, "devDependencies": { - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/uuid": "10.0.0" }, "engines": { 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 bfaed35c6a..48e533e8d5 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/package.json +++ b/examples/cactus-example-supply-chain-business-logic-plugin/package.json @@ -66,14 +66,14 @@ "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.7", "async-exit-hook": "2.0.1", "axios": "1.7.7", - "express": "4.20.0", + "express": "4.21.0", "openapi-types": "12.1.3", "run-time-error-cjs": "1.4.0", "typescript-optional": "2.0.1", "uuid": "10.0.0" }, "devDependencies": { - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/ssh2": "0.5.47", "@types/uuid": "10.0.0" }, diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/package.json b/extensions/cactus-plugin-htlc-coordinator-besu/package.json index 05a374a8d6..df61efef5f 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/package.json +++ b/extensions/cactus-plugin-htlc-coordinator-besu/package.json @@ -79,9 +79,9 @@ "devDependencies": { "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/uuid": "10.0.0", - "express": "4.20.0", + "express": "4.21.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 23b49622d4..d008c8f907 100644 --- a/extensions/cactus-plugin-object-store-ipfs/package.json +++ b/extensions/cactus-plugin-object-store-ipfs/package.json @@ -68,9 +68,9 @@ "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@multiformats/multiaddr": "11.6.1", "@types/body-parser": "1.19.4", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "body-parser": "1.20.3", - "express": "4.20.0", + "express": "4.21.0", "ipfs-core-types": "0.14.1", "ipfs-unixfs": "9.0.1", "kubo-rpc-client": "3.0.1", diff --git a/package.json b/package.json index 149e9279b8..09aff18c3c 100644 --- a/package.json +++ b/package.json @@ -214,7 +214,7 @@ "web3-core": "4.1.1", "web3-eth": "4.1.1", "web3-utils": "4.3.0", - "webpack": "5.94.0", + "webpack": "5.95.0", "webpack-cli": "4.10.0", "wget-improved": "3.4.0", "yargs": "17.7.2" diff --git a/packages/cacti-ledger-browser/package.json b/packages/cacti-ledger-browser/package.json index 267f6bd7c0..9a1f6c40aa 100644 --- a/packages/cacti-ledger-browser/package.json +++ b/packages/cacti-ledger-browser/package.json @@ -74,7 +74,7 @@ "@types/react-dom": "18.2.17", "@vitejs/plugin-react": "4.2.1", "typescript": "5.5.2", - "vite": "5.1.7" + "vite": "5.4.8" }, "engines": { "node": ">=18", diff --git a/packages/cacti-plugin-consortium-static/package.json b/packages/cacti-plugin-consortium-static/package.json index 9b891630d2..5f9efd46c1 100644 --- a/packages/cacti-plugin-consortium-static/package.json +++ b/packages/cacti-plugin-consortium-static/package.json @@ -60,7 +60,7 @@ "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "body-parser": "1.20.3", - "express": "4.20.0", + "express": "4.21.0", "http-errors-enhanced-cjs": "2.0.1", "jose": "4.15.5", "merkletreejs": "0.4.0", @@ -74,7 +74,7 @@ "@hyperledger/cactus-cmd-api-server": "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", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/json-stable-stringify": "1.0.33", "@types/uuid": "10.0.0", "web3": "1.6.1" diff --git a/packages/cacti-plugin-ledger-connector-stellar/package.json b/packages/cacti-plugin-ledger-connector-stellar/package.json index f604af6817..836aceddd7 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.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", - "express": "4.20.0", + "express": "4.21.0", "http-errors-enhanced-cjs": "2.0.1", "joi": "17.13.3", "openapi-types": "12.1.3", @@ -78,7 +78,7 @@ "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/http-errors": "2.0.4", "@types/uuid": "10.0.0", "body-parser": "1.20.3", diff --git a/packages/cactus-cmd-api-server/package.json b/packages/cactus-cmd-api-server/package.json index d3e01dce3b..3a00b12135 100644 --- a/packages/cactus-cmd-api-server/package.json +++ b/packages/cactus-cmd-api-server/package.json @@ -67,7 +67,7 @@ "@connectrpc/connect-express": "1.4.0", "@connectrpc/connect-fastify": "1.4.0", "@connectrpc/connect-node": "1.4.0", - "@grpc/grpc-js": "1.11.2", + "@grpc/grpc-js": "1.11.3", "@grpc/proto-loader": "0.7.13", "@hyperledger/cactus-common": "2.0.0-rc.7", "@hyperledger/cactus-core": "2.0.0-rc.7", @@ -81,12 +81,12 @@ "convict": "6.2.4", "convict-format-with-validator": "6.2.0", "cors": "2.8.5", - "express": "4.20.0", + "express": "4.21.0", "express-http-proxy": "1.6.2", "express-jwt": "8.4.1", "express-openapi-validator": "5.2.0", "express-rate-limit": "6.7.0", - "fastify": "4.26.2", + "fastify": "4.28.1", "fs-extra": "11.2.0", "google-protobuf": "3.21.4", "jose": "4.15.5", @@ -115,7 +115,7 @@ "@types/compression": "1.7.4", "@types/convict": "6.1.1", "@types/cors": "2.8.12", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/express-http-proxy": "1.6.2", "@types/google-protobuf": "3.15.5", "@types/json-stable-stringify": "1.0.34", diff --git a/packages/cactus-cmd-api-server/src/main/typescript/api-server.ts b/packages/cactus-cmd-api-server/src/main/typescript/api-server.ts index c49ad51ba9..79a7e26341 100644 --- a/packages/cactus-cmd-api-server/src/main/typescript/api-server.ts +++ b/packages/cactus-cmd-api-server/src/main/typescript/api-server.ts @@ -727,7 +727,7 @@ export class ApiServer { const crpcMiddlewareHandler = expressConnectMiddleware({ routes: crpcRoutesHandler, - }); + }) as unknown as RequestHandler; // FIXME this cast is not safe return { svcCount, crpcMiddlewareHandler }; } diff --git a/packages/cactus-common/package.json b/packages/cactus-common/package.json index ff894a1357..80378f7366 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.2", + "@grpc/grpc-js": "1.11.3", "@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 be388886c2..05126ed02e 100644 --- a/packages/cactus-core-api/package.json +++ b/packages/cactus-core-api/package.json @@ -60,7 +60,7 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@grpc/grpc-js": "1.11.2", + "@grpc/grpc-js": "1.11.3", "@hyperledger/cactus-common": "2.0.0-rc.7", "ajv": "8.17.1", "ajv-draft-04": "1.0.0", @@ -72,7 +72,7 @@ "@bufbuild/protobuf": "1.10.0", "@connectrpc/connect": "1.4.0", "@grpc/proto-loader": "0.7.13", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/google-protobuf": "3.15.5", "grpc-tools": "1.12.4", "grpc_tools_node_protoc_ts": "5.3.3", diff --git a/packages/cactus-core/package.json b/packages/cactus-core/package.json index 48862b31ee..cc1f52a2db 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.20.0", + "express": "4.21.0", "express-jwt-authz": "2.4.1", "express-openapi-validator": "5.2.0", "http-errors": "2.0.0", @@ -64,7 +64,7 @@ }, "devDependencies": { "@types/body-parser": "1.19.4", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/http-errors": "2.0.2", "node-mocks-http": "1.14.0", "uuid": "10.0.0" diff --git a/packages/cactus-plugin-bungee-hermes/package.json b/packages/cactus-plugin-bungee-hermes/package.json index 4e8022519a..a16775cda3 100644 --- a/packages/cactus-plugin-bungee-hermes/package.json +++ b/packages/cactus-plugin-bungee-hermes/package.json @@ -82,11 +82,11 @@ "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", "@types/crypto-js": "4.0.1", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/fs-extra": "11.0.4", "@types/tape": "4.13.4", "@types/uuid": "10.0.0", - "express": "4.20.0", + "express": "4.21.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 444399ae6a..19595fd689 100644 --- a/packages/cactus-plugin-consortium-manual/package.json +++ b/packages/cactus-plugin-consortium-manual/package.json @@ -61,7 +61,7 @@ "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "body-parser": "1.20.3", - "express": "4.20.0", + "express": "4.21.0", "jose": "4.15.5", "json-stable-stringify": "1.0.1", "prom-client": "15.1.3", @@ -69,7 +69,7 @@ "uuid": "10.0.0" }, "devDependencies": { - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/json-stable-stringify": "1.0.33", "@types/uuid": "10.0.0" }, diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/package.json b/packages/cactus-plugin-htlc-eth-besu-erc20/package.json index fc8296c65b..1f52933f18 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/package.json +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/package.json @@ -66,13 +66,13 @@ "@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.20.0", + "express": "4.21.0", "joi": "17.13.3", "openapi-types": "12.1.3", "typescript-optional": "2.0.1" }, "devDependencies": { - "@types/express": "4.17.21" + "@types/express": "5.0.0" }, "engines": { "node": ">=18", diff --git a/packages/cactus-plugin-htlc-eth-besu/package.json b/packages/cactus-plugin-htlc-eth-besu/package.json index 1af790fefa..1aea82e7ef 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.20.0", + "express": "4.21.0", "joi": "17.13.3", "openapi-types": "12.1.3", "typescript-optional": "2.0.1", @@ -86,7 +86,7 @@ "devDependencies": { "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0", "forge-std": "https://github.com/foundry-rs/forge-std.git#66bf4e2c92cf507531599845e8d5a08cc2e3b5bb" }, diff --git a/packages/cactus-plugin-keychain-aws-sm/package.json b/packages/cactus-plugin-keychain-aws-sm/package.json index 9777e27fce..653ef4c6a7 100644 --- a/packages/cactus-plugin-keychain-aws-sm/package.json +++ b/packages/cactus-plugin-keychain-aws-sm/package.json @@ -68,11 +68,11 @@ "devDependencies": { "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/request": "2.48.7", "@types/uuid": "10.0.0", "body-parser": "1.20.3", - "express": "4.20.0", + "express": "4.21.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 f10aa34d24..249b79f93d 100644 --- a/packages/cactus-plugin-keychain-azure-kv/package.json +++ b/packages/cactus-plugin-keychain-azure-kv/package.json @@ -73,10 +73,10 @@ "devDependencies": { "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/request": "2.48.7", "body-parser": "1.20.3", - "express": "4.20.0", + "express": "4.21.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 232c39a053..f5b029e78f 100644 --- a/packages/cactus-plugin-keychain-google-sm/package.json +++ b/packages/cactus-plugin-keychain-google-sm/package.json @@ -68,11 +68,11 @@ "devDependencies": { "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/request": "2.48.7", "@types/uuid": "10.0.0", "body-parser": "1.20.3", - "express": "4.20.0", + "express": "4.21.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 53770005e2..5a7f96cc1a 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/package.json +++ b/packages/cactus-plugin-keychain-memory-wasm/package.json @@ -65,13 +65,13 @@ "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", - "express": "4.20.0", + "express": "4.21.0", "prom-client": "15.1.3", "uuid": "10.0.0" }, "devDependencies": { "@types/body-parser": "1.19.4", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "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 0dac32471c..c654c5439a 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.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", - "express": "4.20.0", + "express": "4.21.0", "prom-client": "15.1.3", "rxjs": "7.8.1", "uuid": "10.0.0" @@ -75,7 +75,7 @@ "@bufbuild/protoc-gen-es": "1.8.0", "@connectrpc/protoc-gen-connect-es": "1.4.0", "@types/body-parser": "1.19.4", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "body-parser": "1.20.3", "npm-run-all2": "6.1.2" }, diff --git a/packages/cactus-plugin-keychain-vault/package.json b/packages/cactus-plugin-keychain-vault/package.json index a6fc00716a..5e9e98d282 100644 --- a/packages/cactus-plugin-keychain-vault/package.json +++ b/packages/cactus-plugin-keychain-vault/package.json @@ -68,13 +68,13 @@ "devDependencies": { "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.3", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/internal-ip": "4.1.0", "@types/request": "2.48.7", "@types/tape-promise": "4.0.1", "@types/uuid": "10.0.0", "body-parser": "1.20.3", - "express": "4.20.0", + "express": "4.21.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 d7d35a9d3c..1065a0794f 100644 --- a/packages/cactus-plugin-ledger-connector-aries/package.json +++ b/packages/cactus-plugin-ledger-connector-aries/package.json @@ -75,10 +75,10 @@ "devDependencies": { "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/uuid": "10.0.0", "body-parser": "1.20.3", - "express": "4.20.0", + "express": "4.21.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 1432b849d8..d766db2898 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.2", + "@grpc/grpc-js": "1.11.3", "@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.20.0", + "express": "4.21.0", "google-protobuf": "3.21.4", "http-errors": "2.0.0", "http-errors-enhanced-cjs": "2.0.1", @@ -88,7 +88,7 @@ "@openapitools/openapi-generator-cli": "2.7.0", "@types/benchmark": "2.1.5", "@types/body-parser": "1.19.4", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/fs-extra": "11.0.4", "@types/google-protobuf": "3.15.5", "@types/http-errors": "2.0.4", diff --git a/packages/cactus-plugin-ledger-connector-cdl/package.json b/packages/cactus-plugin-ledger-connector-cdl/package.json index b03cd223cb..debd39e998 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/package.json +++ b/packages/cactus-plugin-ledger-connector-cdl/package.json @@ -62,11 +62,11 @@ "sanitize-html": "2.12.1" }, "devDependencies": { - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/node": "18.11.9", "@types/sanitize-html": "2.6.2", "body-parser": "1.20.3", - "express": "4.20.0", + "express": "4.21.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 49ff88004b..8c3a549f0d 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.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", - "express": "4.20.0", + "express": "4.21.0", "express-openapi-validator": "5.2.0", "http-errors-enhanced-cjs": "2.0.1", "internal-ip": "6.2.0", @@ -77,12 +77,12 @@ "devDependencies": { "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/multer": "1.4.7", "@types/temp": "0.9.1", "@types/uuid": "10.0.0", "body-parser": "1.20.3", - "express": "4.20.0", + "express": "4.21.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 76b0ce25e7..4076df37db 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.7", "axios": "1.7.7", "ethers": "6.8.1", - "express": "4.20.0", + "express": "4.21.0", "http-proxy-middleware": "2.0.6", "minimist": "1.2.8", "prom-client": "15.1.3", @@ -91,7 +91,7 @@ "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.7", "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/js-yaml": "4.0.5", "@types/minimist": "1.2.2", "@types/sanitize-html": "2.9.5", diff --git a/packages/cactus-plugin-ledger-connector-fabric/package.json b/packages/cactus-plugin-ledger-connector-fabric/package.json index a6f958498d..3dafae2890 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/package.json +++ b/packages/cactus-plugin-ledger-connector-fabric/package.json @@ -61,10 +61,10 @@ "@hyperledger/cactus-core": "2.0.0-rc.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", - "bl": "6.0.14", + "bl": "6.0.16", "bn.js": "4.12.0", "elliptic": "6.5.7", - "express": "4.20.0", + "express": "4.21.0", "fabric-ca-client": "2.5.0-snapshot.23", "fabric-common": "2.5.0-snapshot.23", "fabric-network": "2.5.0-snapshot.23", @@ -97,7 +97,7 @@ "@types/bn.js": "5.1.0", "@types/body-parser": "1.19.4", "@types/elliptic": "6.4.16", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/fs-extra": "11.0.4", "@types/jsrsasign": "8.0.13", "@types/multer": "1.4.7", diff --git a/packages/cactus-plugin-ledger-connector-iroha2/package.json b/packages/cactus-plugin-ledger-connector-iroha2/package.json index 1f0608c6bb..b32460bfb3 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.20.0", + "express": "4.21.0", "fast-safe-stringify": "2.1.1", "hada": "0.0.8", "rxjs": "7.8.1", @@ -67,10 +67,10 @@ "devDependencies": { "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/sanitize-html": "2.9.5", "body-parser": "1.20.3", - "express": "4.20.0", + "express": "4.21.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 f079d7add9..3de7cdc73a 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/package.json +++ b/packages/cactus-plugin-ledger-connector-polkadot/package.json @@ -74,8 +74,8 @@ "@polkadot/types": "10.9.1", "@polkadot/util": "12.6.2", "axios": "1.7.7", - "bl": "6.0.14", - "express": "4.20.0", + "bl": "6.0.16", + "express": "4.21.0", "express-openapi-validator": "5.2.0", "form-data": "4.0.0", "fs-extra": "11.2.0", @@ -95,7 +95,7 @@ "devDependencies": { "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/joi": "17.2.3", "@types/multer": "1.4.7", "@types/ssh2": "0.5.44", diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/package.json b/packages/cactus-plugin-ledger-connector-sawtooth/package.json index e9afae5057..951f3e8a92 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/package.json +++ b/packages/cactus-plugin-ledger-connector-sawtooth/package.json @@ -66,10 +66,10 @@ }, "devDependencies": { "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/uuid": "10.0.0", "body-parser": "1.20.3", - "express": "4.20.0", + "express": "4.21.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 86e6384b5b..e1e9de5a01 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.7", "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", - "express": "4.20.0", + "express": "4.21.0", "joi": "17.13.3", "openapi-types": "12.1.3", "prom-client": "15.1.3", @@ -74,7 +74,7 @@ "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "body-parser": "1.20.3", "uuid": "10.0.0", "web3-core": "1.6.1", diff --git a/packages/cactus-plugin-persistence-ethereum/package.json b/packages/cactus-plugin-persistence-ethereum/package.json index ae09c75254..13e47f7de2 100644 --- a/packages/cactus-plugin-persistence-ethereum/package.json +++ b/packages/cactus-plugin-persistence-ethereum/package.json @@ -80,10 +80,10 @@ "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.7", "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@openapitools/openapi-generator-cli": "2.7.0", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/pg": "8.6.5", "body-parser": "1.20.3", - "express": "4.20.0", + "express": "4.21.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 423968197c..c889f72be1 100644 --- a/packages/cactus-plugin-persistence-fabric/package.json +++ b/packages/cactus-plugin-persistence-fabric/package.json @@ -77,10 +77,10 @@ "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@openapitools/openapi-generator-cli": "2.7.0", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/pg": "8.6.5", "body-parser": "1.20.3", - "express": "4.20.0", + "express": "4.21.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 162d9f791a..780f5f6246 100644 --- a/packages/cactus-plugin-satp-hermes/package.json +++ b/packages/cactus-plugin-satp-hermes/package.json @@ -74,12 +74,12 @@ "devDependencies": { "@types/body-parser": "1.19.4", "@types/crypto-js": "4.0.1", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/fs-extra": "11.0.4", "@types/tape": "4.13.4", "@types/uuid": "10.0.0", "body-parser": "1.20.3", - "express": "4.20.0", + "express": "4.21.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 992ec97fce..4f5008f56d 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json +++ b/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json @@ -59,13 +59,13 @@ "@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.20.0", + "express": "4.21.0", "web3-eth-abi": "4.0.3", "web3-utils": "4.2.1" }, "devDependencies": { "@types/body-parser": "1.19.4", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/uuid": "10.0.0", "body-parser": "1.20.3", "uuid": "10.0.0" diff --git a/packages/cactus-test-plugin-htlc-eth-besu/package.json b/packages/cactus-test-plugin-htlc-eth-besu/package.json index b389a9e48c..237aada917 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu/package.json +++ b/packages/cactus-test-plugin-htlc-eth-besu/package.json @@ -65,10 +65,10 @@ }, "devDependencies": { "@types/body-parser": "1.19.4", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/uuid": "10.0.0", "body-parser": "1.20.3", - "express": "4.20.0", + "express": "4.21.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 15a662b0a9..66b404d293 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.20.0", + "express": "4.21.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 05466cced2..21995a6ea6 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.2", + "@grpc/grpc-js": "1.11.3", "@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", @@ -65,10 +65,10 @@ "web3js-quorum": "22.4.0" }, "devDependencies": { - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/uuid": "10.0.0", "axios": "1.7.7", - "express": "4.20.0", + "express": "4.21.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 c317d41fc3..8ce2c02460 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.20.0", + "express": "4.21.0", "log4js": "6.4.1", "socket.io": "4.6.2", "uuid": "10.0.0", @@ -63,7 +63,7 @@ }, "devDependencies": { "@types/body-parser": "1.19.4", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/node": "18.11.9", "@types/uuid": "10.0.0", "web3-eth-accounts": "4.0.3" diff --git a/weaver/common/protos-js/package.json b/weaver/common/protos-js/package.json index c6f1abc123..623fa3738b 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.2", + "@grpc/grpc-js": "1.11.3", "@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-local.json b/weaver/core/drivers/fabric-driver/package-local.json index 9047ae1fb1..e319c21873 100644 --- a/weaver/core/drivers/fabric-driver/package-local.json +++ b/weaver/core/drivers/fabric-driver/package-local.json @@ -19,7 +19,7 @@ }, "dependencies": { "@fidm/x509": "1.2.1", - "@grpc/grpc-js": "1.11.2", + "@grpc/grpc-js": "1.11.3", "@hyperledger/cacti-weaver-protos-js": "file:./protos-js", "@hyperledger/cacti-weaver-sdk-fabric": "file:./cacti-weaver-sdk-fabric", "dotenv": "8.6.0", diff --git a/weaver/core/drivers/fabric-driver/package.json b/weaver/core/drivers/fabric-driver/package.json index 2dc23ab747..17f3dbaf1d 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.2", + "@grpc/grpc-js": "1.11.3", "@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-local.json b/weaver/core/identity-management/iin-agent/package-local.json index 15632a9103..9c2d6609b8 100644 --- a/weaver/core/identity-management/iin-agent/package-local.json +++ b/weaver/core/identity-management/iin-agent/package-local.json @@ -19,7 +19,7 @@ }, "dependencies": { "@fidm/x509": "1.2.1", - "@grpc/grpc-js": "1.11.2", + "@grpc/grpc-js": "1.11.3", "@hyperledger/cacti-weaver-protos-js": "file:./protos-js", "@hyperledger/cacti-weaver-sdk-fabric": "file:./cacti-weaver-sdk-fabric", "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 aa47f63aab..00df1e7925 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.2", + "@grpc/grpc-js": "1.11.3", "@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-local.json b/weaver/samples/fabric/fabric-cli/package-local.json index 89d485523d..2343d18454 100644 --- a/weaver/samples/fabric/fabric-cli/package-local.json +++ b/weaver/samples/fabric/fabric-cli/package-local.json @@ -49,9 +49,9 @@ "winston": "3.10.0" }, "devDependencies": { - "@grpc/grpc-js": "1.11.2", + "@grpc/grpc-js": "1.11.3", "@grpc/proto-loader": "0.7.13", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/node": "18.11.9", "google-protobuf": "3.21.4", "jest": "29.6.2", diff --git a/weaver/samples/fabric/fabric-cli/package.json b/weaver/samples/fabric/fabric-cli/package.json index 4b57a04d02..eeffdd921b 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.20.0", + "express": "4.21.0", "fabric-ca-client": "2.2.20", "fabric-common": "2.2.20", "fabric-network": "2.2.20", @@ -49,9 +49,9 @@ "winston": "3.10.0" }, "devDependencies": { - "@grpc/grpc-js": "1.11.2", + "@grpc/grpc-js": "1.11.3", "@grpc/proto-loader": "0.7.13", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/node": "18.11.9", "google-protobuf": "3.21.4", "jest": "29.6.2", diff --git a/weaver/sdks/fabric/interoperation-node-sdk/package-local.json b/weaver/sdks/fabric/interoperation-node-sdk/package-local.json index c4d15eccb0..55680b38ee 100644 --- a/weaver/sdks/fabric/interoperation-node-sdk/package-local.json +++ b/weaver/sdks/fabric/interoperation-node-sdk/package-local.json @@ -37,7 +37,7 @@ ] }, "dependencies": { - "@grpc/grpc-js": "1.11.2", + "@grpc/grpc-js": "1.11.3", "@grpc/proto-loader": "0.7.13", "@hyperledger/cacti-weaver-protos-js": "file:./protos-js", "elliptic": "6.5.4", diff --git a/weaver/sdks/fabric/interoperation-node-sdk/package.json b/weaver/sdks/fabric/interoperation-node-sdk/package.json index 03212b0aa7..2f44bcbff7 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.2", + "@grpc/grpc-js": "1.11.3", "@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 5e8e98cf44..37577a865e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8552,13 +8552,13 @@ __metadata: linkType: hard "@fastify/ajv-compiler@npm:^3.5.0": - version: 3.5.0 - resolution: "@fastify/ajv-compiler@npm:3.5.0" + version: 3.6.0 + resolution: "@fastify/ajv-compiler@npm:3.6.0" dependencies: ajv: "npm:^8.11.0" ajv-formats: "npm:^2.1.1" fast-uri: "npm:^2.0.0" - checksum: 10/c46c4680bf583e37b97ffc85b69070712c9c47e18ddf89b9fb93dbc0b6ba3c6496cf624aabe9aac25dafc4a404b738ab0fedcff66503df0ce18d9dcad9e44b26 + checksum: 10/32296718996979ab734875e7952374400dfda7de5fb13ae0c99c1fab4203e60107c9cfcc036225c8eaa85b991182df7ad1cd569c5a7d574aade411ff1ae39ec4 languageName: node linkType: hard @@ -8831,13 +8831,13 @@ __metadata: languageName: node linkType: hard -"@grpc/grpc-js@npm:1.11.2": - version: 1.11.2 - resolution: "@grpc/grpc-js@npm:1.11.2" +"@grpc/grpc-js@npm:1.11.3": + version: 1.11.3 + resolution: "@grpc/grpc-js@npm:1.11.3" dependencies: "@grpc/proto-loader": "npm:^0.7.13" "@js-sdsl/ordered-map": "npm:^4.4.2" - checksum: 10/05bc4bbc9907017e723de7c3a776a07155b522c1a56f68cc89655eeee3f72f00f4c31584e908c250495344f384d9528c18a44db0976783fd17e338a563df6f84 + checksum: 10/b4662cd357296ff279e6f4ff4039fb5379d1087f9f7758102eae85a0d093cd8ec4054f27a62e27862efe67d8b25ad7b6733dcb0ffb0ecbc2bd9e3dcb9450d978 languageName: node linkType: hard @@ -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.1.7" + vite: "npm:5.4.8" web3: "npm:4.1.1" languageName: unknown linkType: soft @@ -9099,12 +9099,12 @@ __metadata: "@hyperledger/cactus-core-api": "npm:2.0.0-rc.7" "@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:4.17.21" + "@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" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" http-errors-enhanced-cjs: "npm:2.0.1" jose: "npm:4.15.5" merkletreejs: "npm:0.4.0" @@ -9126,12 +9126,12 @@ __metadata: "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/http-errors": "npm:2.0.4" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" 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.2" + "@grpc/grpc-js": "npm:1.11.3" "@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,15 +9233,15 @@ __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.2" + "@grpc/grpc-js": "npm:1.11.3" "@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" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/node": "npm:18.11.9" body-parser: "npm:1.20.3" dotenv: "npm:8.6.0" - express: "npm:4.20.0" + express: "npm:4.21.0" 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.2" + "@grpc/grpc-js": "npm:1.11.3" "@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.2" + "@grpc/grpc-js": "npm:1.11.3" "@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.2" + "@grpc/grpc-js": "npm:1.11.3" "@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.2" + "@grpc/grpc-js": "npm:1.11.3" "@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" @@ -9404,7 +9404,7 @@ __metadata: "@types/compression": "npm:1.7.4" "@types/convict": "npm:6.1.1" "@types/cors": "npm:2.8.12" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/express-http-proxy": "npm:1.6.2" "@types/google-protobuf": "npm:3.15.5" "@types/json-stable-stringify": "npm:1.0.34" @@ -9428,12 +9428,12 @@ __metadata: convict: "npm:6.2.4" convict-format-with-validator: "npm:6.2.0" cors: "npm:2.8.5" - express: "npm:4.20.0" + express: "npm:4.21.0" express-http-proxy: "npm:1.6.2" express-jwt: "npm:8.4.1" express-openapi-validator: "npm:5.2.0" express-rate-limit: "npm:6.7.0" - fastify: "npm:4.26.2" + fastify: "npm:4.28.1" fs-extra: "npm:11.2.0" google-protobuf: "npm:3.21.4" grpc-tools: "npm:1.12.4" @@ -9468,7 +9468,7 @@ __metadata: "@types/cookie-parser": "npm:1.4.5" "@types/debug": "npm:4.1.8" "@types/escape-html": "npm:1.0.1" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/http-errors": "npm:1.6.3" "@types/js-yaml": "npm:4.0.5" "@types/jsonwebtoken": "npm:9.0.6" @@ -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.20.0" + express: "npm:4.21.0" 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.2" + "@grpc/grpc-js": "npm:1.11.3" "@types/json-stable-stringify": "npm:1.0.33" "@types/sanitize-html": "npm:2.9.5" "@types/secp256k1": "npm:4.0.3" @@ -9543,10 +9543,10 @@ __metadata: dependencies: "@bufbuild/protobuf": "npm:1.10.0" "@connectrpc/connect": "npm:1.4.0" - "@grpc/grpc-js": "npm:1.11.2" + "@grpc/grpc-js": "npm:1.11.3" "@grpc/proto-loader": "npm:0.7.13" "@hyperledger/cactus-common": "npm:2.0.0-rc.7" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/google-protobuf": "npm:3.15.5" ajv: "npm:8.17.1" ajv-draft-04: "npm:1.0.0" @@ -9570,10 +9570,10 @@ __metadata: "@hyperledger/cactus-common": "npm:2.0.0-rc.7" "@hyperledger/cactus-core-api": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/http-errors": "npm:2.0.2" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" express-jwt-authz: "npm:2.4.1" express-openapi-validator: "npm:5.2.0" http-errors: "npm:2.0.0" @@ -9602,7 +9602,7 @@ __metadata: "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@openzeppelin/contracts": "npm:4.9.6" "@openzeppelin/contracts-upgradeable": "npm:4.9.6" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/fs-extra": "npm:11.0.4" "@types/json-stable-stringify": "npm:1.0.34" "@types/qs": "npm:6.9.14" @@ -9637,12 +9637,12 @@ __metadata: "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.7" "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.7" "@hyperledger/cactus-plugin-ledger-connector-xdai": "npm:2.0.0-rc.7" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@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.20.0" + express: "npm:4.21.0" openapi-types: "npm:12.1.3" typescript-optional: "npm:2.0.1" uuid: "npm:10.0.0" @@ -9709,7 +9709,7 @@ __metadata: "@openzeppelin/contracts-upgradeable": "npm:4.9.6" "@types/crypto-js": "npm:4.1.1" "@types/cucumber": "npm:4.0.4" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/express-jwt": "npm:6.0.2" "@types/fs-extra": "npm:11.0.4" "@types/node": "npm:18.11.9" @@ -9776,7 +9776,7 @@ __metadata: "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.7" "@types/elliptic": "npm:6.4.14" "@types/escape-html": "npm:1.0.1" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/jsonwebtoken": "npm:9.0.6" "@types/jsrsasign": "npm:10.5.8" "@types/node": "npm:18.11.9" @@ -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.20.0" + express: "npm:4.21.0" fabric-ca-client: "npm:2.2.20" fabric-network: "npm:2.2.20" http-errors: "npm:1.6.3" @@ -9819,7 +9819,7 @@ __metadata: "@hyperledger/cactus-plugin-ledger-connector-ethereum": "npm:2.0.0-rc.7" "@hyperledger/cactus-plugin-ledger-connector-sawtooth": "npm:2.0.0-rc.7" "@types/escape-html": "npm:1.0.1" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/node": "npm:18.11.9" "@types/uuid": "npm:10.0.0" body-parser: "npm:1.20.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.20.0" + express: "npm:4.21.0" fabric-ca-client: "npm:2.2.20" fabric-network: "npm:2.2.20" http-errors: "npm:1.6.3" @@ -9862,12 +9862,12 @@ __metadata: "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.7" "@hyperledger/cactus-plugin-ledger-connector-xdai": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/uuid": "npm:10.0.0" async-exit-hook: "npm:2.0.1" axios: "npm:1.7.7" dotenv: "npm:16.0.0" - express: "npm:4.20.0" + express: "npm:4.21.0" express-jwt: "npm:8.4.1" fabric-network: "npm:2.2.20" jose: "npm:4.15.5" @@ -9892,12 +9892,12 @@ __metadata: "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.7" "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.7" "@hyperledger/cactus-plugin-ledger-connector-xdai": "npm:2.0.0-rc.7" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@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.20.0" + express: "npm:4.21.0" openapi-types: "npm:12.1.3" run-time-error-cjs: "npm:1.4.0" typescript-optional: "npm:2.0.1" @@ -9965,13 +9965,13 @@ __metadata: "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" "@types/crypto-js": "npm:4.0.1" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/fs-extra": "npm:11.0.4" "@types/tape": "npm:4.13.4" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" fabric-network: "npm:2.2.20" fs-extra: "npm:11.2.0" http-errors-enhanced-cjs: "npm:2.0.1" @@ -9992,12 +9992,12 @@ __metadata: "@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" - "@types/express": "npm:4.17.21" + "@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" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" jose: "npm:4.15.5" json-stable-stringify: "npm:1.0.1" prom-client: "npm:15.1.3" @@ -10019,11 +10019,11 @@ __metadata: "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" fast-safe-stringify: "npm:2.1.1" joi: "npm:17.13.3" openapi-types: "npm:12.1.3" @@ -10046,9 +10046,9 @@ __metadata: "@hyperledger/cactus-core": "npm:2.0.0-rc.7" "@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:4.17.21" + "@types/express": "npm:5.0.0" axios: "npm:1.7.7" - express: "npm:4.20.0" + express: "npm:4.21.0" joi: "npm:17.13.3" openapi-types: "npm:12.1.3" typescript-optional: "npm:2.0.1" @@ -10065,13 +10065,13 @@ __metadata: "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.7" "@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:4.17.21" + "@types/express": "npm:5.0.0" axios: "npm:1.7.7" 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.20.0" + express: "npm:4.21.0" forge-std: "https://github.com/foundry-rs/forge-std.git#66bf4e2c92cf507531599845e8d5a08cc2e3b5bb" joi: "npm:17.13.3" openapi-types: "npm:12.1.3" @@ -10089,13 +10089,13 @@ __metadata: "@hyperledger/cactus-core-api": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/request": "npm:2.48.7" "@types/uuid": "npm:10.0.0" aws-sdk: "npm:2.965.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" http-status-codes: "npm:2.1.4" internal-ip: "npm:6.2.0" openapi-types: "npm:12.1.3" @@ -10116,11 +10116,11 @@ __metadata: "@hyperledger/cactus-core-api": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/request": "npm:2.48.7" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" http-status-codes: "npm:2.1.4" internal-ip: "npm:6.2.0" openapi-types: "npm:12.1.3" @@ -10139,12 +10139,12 @@ __metadata: "@hyperledger/cactus-core-api": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/request": "npm:2.48.7" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" google-gax: "npm:4.0.5" http-status-codes: "npm:2.1.4" internal-ip: "npm:6.2.0" @@ -10162,12 +10162,12 @@ __metadata: "@hyperledger/cactus-core": "npm:2.0.0-rc.7" "@hyperledger/cactus-core-api": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" cpy-cli: "npm:4.2.0" del-cli: "npm:5.1.0" - express: "npm:4.20.0" + express: "npm:4.21.0" prom-client: "npm:15.1.3" uuid: "npm:10.0.0" languageName: unknown @@ -10186,10 +10186,10 @@ __metadata: "@hyperledger/cactus-core": "npm:2.0.0-rc.7" "@hyperledger/cactus-core-api": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" npm-run-all2: "npm:6.1.2" prom-client: "npm:15.1.3" rxjs: "npm:7.8.1" @@ -10206,14 +10206,14 @@ __metadata: "@hyperledger/cactus-core-api": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.3" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/internal-ip": "npm:4.1.0" "@types/request": "npm:2.48.7" "@types/tape-promise": "npm:4.0.1" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" http-status-codes: "npm:2.1.4" internal-ip: "npm:6.2.0" node-vault: "npm:0.9.22" @@ -10242,11 +10242,11 @@ __metadata: "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@hyperledger/indy-vdr-nodejs": "npm:0.2.0" "@types/body-parser": "npm:1.19.4" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" 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.2" + "@grpc/grpc-js": "npm:1.11.3" "@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" @@ -10269,7 +10269,7 @@ __metadata: "@openapitools/openapi-generator-cli": "npm:2.7.0" "@types/benchmark": "npm:2.1.5" "@types/body-parser": "npm:1.19.4" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/fs-extra": "npm:11.0.4" "@types/google-protobuf": "npm:3.15.5" "@types/http-errors": "npm:2.0.4" @@ -10277,7 +10277,7 @@ __metadata: axios: "npm:1.7.7" benchmark: "npm:2.1.4" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" fs-extra: "npm:11.2.0" google-protobuf: "npm:3.21.4" grpc-tools: "npm:1.12.4" @@ -10313,12 +10313,12 @@ __metadata: "@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" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/node": "npm:18.11.9" "@types/sanitize-html": "npm:2.6.2" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" jest-extended: "npm:4.0.1" sanitize-html: "npm:2.12.1" uuid: "npm:10.0.0" @@ -10334,13 +10334,13 @@ __metadata: "@hyperledger/cactus-core-api": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/multer": "npm:1.4.7" "@types/temp": "npm:0.9.1" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" express-openapi-validator: "npm:5.2.0" http-errors-enhanced-cjs: "npm:2.0.1" internal-ip: "npm:6.2.0" @@ -10369,7 +10369,7 @@ __metadata: "@hyperledger/cactus-test-geth-ledger": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/js-yaml": "npm:4.0.5" "@types/minimist": "npm:1.2.2" "@types/sanitize-html": "npm:2.9.5" @@ -10378,7 +10378,7 @@ __metadata: body-parser: "npm:1.20.3" chalk: "npm:4.1.2" ethers: "npm:6.8.1" - express: "npm:4.20.0" + express: "npm:4.21.0" http-proxy-middleware: "npm:2.0.6" js-yaml: "npm:4.1.0" minimist: "npm:1.2.8" @@ -10412,7 +10412,7 @@ __metadata: "@types/bn.js": "npm:5.1.0" "@types/body-parser": "npm:1.19.4" "@types/elliptic": "npm:6.4.16" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/fs-extra": "npm:11.0.4" "@types/jsrsasign": "npm:8.0.13" "@types/multer": "npm:1.4.7" @@ -10421,11 +10421,11 @@ __metadata: "@types/temp": "npm:0.9.1" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - bl: "npm:6.0.14" + 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.20.0" + express: "npm:4.21.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" @@ -10471,11 +10471,11 @@ __metadata: "@iroha2/crypto-core": "npm:0.1.1" "@iroha2/crypto-target-node": "npm:0.4.0" "@iroha2/data-model": "npm:4.0.0" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/sanitize-html": "npm:2.9.5" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" fast-safe-stringify: "npm:2.1.1" hada: "npm:0.0.8" jest: "npm:29.6.2" @@ -10503,7 +10503,7 @@ __metadata: "@polkadot/rpc-provider": "npm:10.9.1" "@polkadot/types": "npm:10.9.1" "@polkadot/util": "npm:12.6.2" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/joi": "npm:17.2.3" "@types/multer": "npm:1.4.7" "@types/ssh2": "npm:0.5.44" @@ -10511,8 +10511,8 @@ __metadata: "@types/temp": "npm:0.9.1" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - bl: "npm:6.0.14" - express: "npm:4.20.0" + bl: "npm:6.0.16" + express: "npm:4.21.0" express-openapi-validator: "npm:5.2.0" form-data: "npm:4.0.0" fs-extra: "npm:11.2.0" @@ -10540,12 +10540,12 @@ __metadata: "@hyperledger/cactus-core": "npm:2.0.0-rc.7" "@hyperledger/cactus-core-api": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" cbor: "npm:9.0.1" - express: "npm:4.20.0" + express: "npm:4.21.0" rxjs: "npm:7.8.1" socket.io: "npm:4.6.2" socket.io-client-fixed-types: "npm:4.5.4" @@ -10563,10 +10563,10 @@ __metadata: "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" joi: "npm:17.13.3" openapi-types: "npm:12.1.3" prom-client: "npm:15.1.3" @@ -10591,10 +10591,10 @@ __metadata: "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@multiformats/multiaddr": "npm:11.6.1" "@types/body-parser": "npm:1.19.4" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" ipfs-core-types: "npm:0.14.1" ipfs-unixfs: "npm:9.0.1" kubo-rpc-client: "npm:3.0.1" @@ -10620,12 +10620,12 @@ __metadata: "@hyperledger/cactus-test-geth-ledger": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@openapitools/openapi-generator-cli": "npm:2.7.0" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/pg": "npm:8.6.5" async-mutex: "npm:0.4.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" jest-extended: "npm:4.0.1" npm-run-all: "npm:4.1.5" pg: "npm:8.8.0" @@ -10652,12 +10652,12 @@ __metadata: "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@openapitools/openapi-generator-cli": "npm:2.7.0" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/pg": "npm:8.6.5" async-mutex: "npm:0.4.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" fabric-network: "npm:2.5.0-snapshot.23" jest-extended: "npm:4.0.1" pg: "npm:8.8.0" @@ -10683,14 +10683,14 @@ __metadata: "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" "@types/crypto-js": "npm:4.0.1" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/fs-extra": "npm:11.0.4" "@types/tape": "npm:4.13.4" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" crypto-js: "npm:4.2.0" - express: "npm:4.20.0" + express: "npm:4.21.0" fabric-network: "npm:2.2.20" fs-extra: "npm:11.2.0" knex: "npm:2.4.0" @@ -10787,11 +10787,11 @@ __metadata: "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" uuid: "npm:10.0.0" web3-eth-abi: "npm:4.0.3" web3-utils: "npm:4.2.1" @@ -10811,11 +10811,11 @@ __metadata: "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.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.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.20.0" + express: "npm:4.21.0" 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.2" + "@grpc/grpc-js": "npm:1.11.3" "@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" @@ -10853,10 +10853,10 @@ __metadata: "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.7" "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@hyperledger/cactus-verifier-client": "npm:2.0.0-rc.7" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/uuid": "npm:10.0.0" axios: "npm:1.7.7" - express: "npm:4.20.0" + express: "npm:4.21.0" http-status-codes: "npm:2.3.0" key-encoder: "npm:2.0.3" socket.io: "npm:4.6.2" @@ -10954,11 +10954,11 @@ __metadata: "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.7" "@hyperledger/cactus-verifier-client": "npm:2.0.0-rc.7" "@types/body-parser": "npm:1.19.4" - "@types/express": "npm:4.17.21" + "@types/express": "npm:5.0.0" "@types/node": "npm:18.11.9" "@types/uuid": "npm:10.0.0" body-parser: "npm:1.20.3" - express: "npm:4.20.0" + express: "npm:4.21.0" log4js: "npm:6.4.1" socket.io: "npm:4.6.2" uuid: "npm:10.0.0" @@ -11121,7 +11121,7 @@ __metadata: web3-core: "npm:4.1.1" web3-eth: "npm:4.1.1" web3-utils: "npm:4.3.0" - webpack: "npm:5.94.0" + webpack: "npm:5.95.0" webpack-cli: "npm:4.10.0" wget-improved: "npm:3.4.0" yargs: "npm:17.7.2" @@ -16847,6 +16847,18 @@ __metadata: languageName: node linkType: hard +"@types/express-serve-static-core@npm:^5.0.0": + version: 5.0.0 + resolution: "@types/express-serve-static-core@npm:5.0.0" + dependencies: + "@types/node": "npm:*" + "@types/qs": "npm:*" + "@types/range-parser": "npm:*" + "@types/send": "npm:*" + checksum: 10/fc40cdeae61113d8b2335f4b0f9334a7a64388a0931f2e98f8fc9bdadd0b13b501a70da14c256ae4aa140db49bd2eff75a99a683266d561e62540784a61dc489 + languageName: node + linkType: hard + "@types/express-unless@npm:*": version: 0.5.3 resolution: "@types/express-unless@npm:0.5.3" @@ -16880,15 +16892,15 @@ __metadata: languageName: node linkType: hard -"@types/express@npm:4.17.21, @types/express@npm:^4.17.18": - version: 4.17.21 - resolution: "@types/express@npm:4.17.21" +"@types/express@npm:5.0.0": + version: 5.0.0 + resolution: "@types/express@npm:5.0.0" dependencies: "@types/body-parser": "npm:*" - "@types/express-serve-static-core": "npm:^4.17.33" + "@types/express-serve-static-core": "npm:^5.0.0" "@types/qs": "npm:*" "@types/serve-static": "npm:*" - checksum: 10/7a6d26cf6f43d3151caf4fec66ea11c9d23166e4f3102edfe45a94170654a54ea08cf3103d26b3928d7ebcc24162c90488e33986b7e3a5f8941225edd5eb18c7 + checksum: 10/45b199ab669caa33e6badafeebf078e277ea95042309d325a04b1ec498f33d33fd5a4ae9c8e358342367b178fe454d7323c5dfc8002bf27070b210a2c6cc11f0 languageName: node linkType: hard @@ -16916,6 +16928,18 @@ __metadata: languageName: node linkType: hard +"@types/express@npm:^4.17.18": + version: 4.17.21 + resolution: "@types/express@npm:4.17.21" + dependencies: + "@types/body-parser": "npm:*" + "@types/express-serve-static-core": "npm:^4.17.33" + "@types/qs": "npm:*" + "@types/serve-static": "npm:*" + checksum: 10/7a6d26cf6f43d3151caf4fec66ea11c9d23166e4f3102edfe45a94170654a54ea08cf3103d26b3928d7ebcc24162c90488e33986b7e3a5f8941225edd5eb18c7 + languageName: node + linkType: hard + "@types/fs-extra@npm:11.0.4": version: 11.0.4 resolution: "@types/fs-extra@npm:11.0.4" @@ -17823,6 +17847,16 @@ __metadata: languageName: node linkType: hard +"@types/send@npm:*": + version: 0.17.4 + resolution: "@types/send@npm:0.17.4" + dependencies: + "@types/mime": "npm:^1" + "@types/node": "npm:*" + checksum: 10/28320a2aa1eb704f7d96a65272a07c0bf3ae7ed5509c2c96ea5e33238980f71deeed51d3631927a77d5250e4091b3e66bce53b42d770873282c6a20bb8b0280d + languageName: node + linkType: hard + "@types/serve-index@npm:^1.9.1": version: 1.9.1 resolution: "@types/serve-index@npm:1.9.1" @@ -19357,7 +19391,7 @@ __metadata: languageName: node linkType: hard -"ajv-formats@npm:3.0.1": +"ajv-formats@npm:3.0.1, ajv-formats@npm:^3.0.1": version: 3.0.1 resolution: "ajv-formats@npm:3.0.1" dependencies: @@ -19409,7 +19443,7 @@ __metadata: languageName: node linkType: hard -"ajv@npm:8.12.0, ajv@npm:^8.10.0, ajv@npm:^8.11.0, ajv@npm:^8.6.0, ajv@npm:^8.6.3": +"ajv@npm:8.12.0, ajv@npm:^8.11.0, ajv@npm:^8.6.0, ajv@npm:^8.6.3": version: 8.12.0 resolution: "ajv@npm:8.12.0" dependencies: @@ -19421,7 +19455,7 @@ __metadata: languageName: node linkType: hard -"ajv@npm:8.17.1, ajv@npm:^8.14.0": +"ajv@npm:8.17.1, ajv@npm:^8.10.0, ajv@npm:^8.14.0": version: 8.17.1 resolution: "ajv@npm:8.17.1" dependencies: @@ -20640,14 +20674,12 @@ __metadata: linkType: hard "avvio@npm:^8.3.0": - version: 8.3.0 - resolution: "avvio@npm:8.3.0" + version: 8.4.0 + resolution: "avvio@npm:8.4.0" dependencies: "@fastify/error": "npm:^3.3.0" - archy: "npm:^1.0.0" - debug: "npm:^4.0.0" fastq: "npm:^1.17.1" - checksum: 10/8761678928856931f9c623832b10d527e6537d2b546991a8ee64270abb8eb27ef9ae40736401912096b16df237d5ede16d98b6e418ed0daf344a9aea43cabe8f + checksum: 10/b98ffd99743d404d32094a26ce5296937cdfc8a7c75837fedfb79b409a9a51b177173aa90e930b1fa453965b5fa18ee4548dca20eac191846d5de91c487c4da4 languageName: node linkType: hard @@ -21285,15 +21317,15 @@ __metadata: languageName: node linkType: hard -"bl@npm:6.0.14": - version: 6.0.14 - resolution: "bl@npm:6.0.14" +"bl@npm:6.0.16": + version: 6.0.16 + resolution: "bl@npm:6.0.16" dependencies: "@types/readable-stream": "npm:^4.0.0" buffer: "npm:^6.0.3" inherits: "npm:^2.0.4" readable-stream: "npm:^4.2.0" - checksum: 10/36e96324729b056fc9763121e3688912d465bc7afec2e13a53b858658cbddf4e8a9f6d8ffc4a684a930f3b4e544424ed65c181a3044b3ad49411f6d92e4fe953 + checksum: 10/6c4e5c01205b60263149ee37b896d078a9ae2302eabe52f0fdbc67f8ef6be46cae989e1711a53424a1db765bcc23a657e18909e5c63c8df20034e4da6601fe5d languageName: node linkType: hard @@ -25150,7 +25182,7 @@ __metadata: languageName: node linkType: hard -"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4, debug@npm:~4.3.1, debug@npm:~4.3.2": +"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4, debug@npm:~4.3.1, debug@npm:~4.3.2": version: 4.3.4 resolution: "debug@npm:4.3.4" dependencies: @@ -29174,9 +29206,9 @@ __metadata: languageName: node linkType: hard -"express@npm:4.20.0": - version: 4.20.0 - resolution: "express@npm:4.20.0" +"express@npm:4.21.0": + version: 4.21.0 + resolution: "express@npm:4.21.0" dependencies: accepts: "npm:~1.3.8" array-flatten: "npm:1.1.1" @@ -29190,7 +29222,7 @@ __metadata: encodeurl: "npm:~2.0.0" escape-html: "npm:~1.0.3" etag: "npm:~1.8.1" - finalhandler: "npm:1.2.0" + finalhandler: "npm:1.3.1" fresh: "npm:0.5.2" http-errors: "npm:2.0.0" merge-descriptors: "npm:1.0.3" @@ -29199,17 +29231,17 @@ __metadata: parseurl: "npm:~1.3.3" path-to-regexp: "npm:0.1.10" proxy-addr: "npm:~2.0.7" - qs: "npm:6.11.0" + qs: "npm:6.13.0" range-parser: "npm:~1.2.1" safe-buffer: "npm:5.2.1" send: "npm:0.19.0" - serve-static: "npm:1.16.0" + serve-static: "npm:1.16.2" 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/4131f566cf8f6d1611475d5ff5d0dbc5c628ad8b525aa2aa2b3da9a23a041efcce09ede10b8a31315b0258ac4e53208a009fd7669ee1eb385936a0d54adb3cde + checksum: 10/3b1ee5bc5b1bd996f688702519cebc9b63a24e506965f6e1773268238cfa2c24ffdb38cc3fcb4fde66f77de1c0bebd9ee058dad06bb9c6f084b525f3c09164d3 languageName: node linkType: hard @@ -29596,17 +29628,17 @@ __metadata: linkType: hard "fast-json-stringify@npm:^5.7.0, fast-json-stringify@npm:^5.8.0": - version: 5.13.0 - resolution: "fast-json-stringify@npm:5.13.0" + version: 5.16.1 + resolution: "fast-json-stringify@npm:5.16.1" dependencies: "@fastify/merge-json-schemas": "npm:^0.1.0" ajv: "npm:^8.10.0" - ajv-formats: "npm:^2.1.1" + ajv-formats: "npm:^3.0.1" fast-deep-equal: "npm:^3.1.3" fast-uri: "npm:^2.1.0" json-schema-ref-resolver: "npm:^1.0.1" rfdc: "npm:^1.2.0" - checksum: 10/84820e26749481b7af929926453c77382fb187623f9f08da84102602f5e41301113501a2f0fc9f561673cc97e58a9247848b6574925644f7f54cf0bb6809a885 + checksum: 10/7ae834a926770c7ea5469915e78720c0e0d7a5d4bbe5410f4d22b7c1b422c97ba1a5a1987234ed356dd25de8c9df2fa1bf5a4de3482973cd1100f2d55e5f617d languageName: node linkType: hard @@ -29657,9 +29689,9 @@ __metadata: linkType: hard "fast-uri@npm:^2.0.0, fast-uri@npm:^2.1.0": - version: 2.3.0 - resolution: "fast-uri@npm:2.3.0" - checksum: 10/df7377c0cccce75737a6db35955516d0f717b864f13b1e3f5ed7acf0f695f609820cebe3eceb01d994044fd3b10aacee3ad15aa5cd7dfc8f350d5811049bc78a + version: 2.4.0 + resolution: "fast-uri@npm:2.4.0" + checksum: 10/07338f5665c29697ed5359c8010e58450b5c3fee2e9a3d6457e8b4a045995a36a7b9062c9849dad4ffe8959d3e150beccb78beecaab84f6b5f0976a2360f3028 languageName: node linkType: hard @@ -29677,9 +29709,9 @@ __metadata: languageName: node linkType: hard -"fastify@npm:4.26.2": - version: 4.26.2 - resolution: "fastify@npm:4.26.2" +"fastify@npm:4.28.1": + version: 4.28.1 + resolution: "fastify@npm:4.28.1" dependencies: "@fastify/ajv-compiler": "npm:^3.5.0" "@fastify/error": "npm:^3.4.0" @@ -29690,14 +29722,14 @@ __metadata: fast-json-stringify: "npm:^5.8.0" find-my-way: "npm:^8.0.0" light-my-request: "npm:^5.11.0" - pino: "npm:^8.17.0" + pino: "npm:^9.0.0" process-warning: "npm:^3.0.0" proxy-addr: "npm:^2.0.7" rfdc: "npm:^1.3.0" secure-json-parse: "npm:^2.7.0" semver: "npm:^7.5.4" toad-cache: "npm:^3.3.0" - checksum: 10/24ee6b1496bf0c3b6b266edef6654c547ea54ffe3a17a98afd0f2a8e7a69e0fea2b58eaebb81388fa36d20032e239e656fbfdfac539b4758483a438250f791ff + checksum: 10/8a749dd540609579258cd0471c521696ed16bf66e34d46babbbed9d9a184bd7a378c2ec87a233e382071c1c91b223db0a1ad1a7f9dc8a8f2240aaf8e173ed597 languageName: node linkType: hard @@ -29961,6 +29993,21 @@ __metadata: languageName: node linkType: hard +"finalhandler@npm:1.3.1": + version: 1.3.1 + resolution: "finalhandler@npm:1.3.1" + dependencies: + debug: "npm:2.6.9" + encodeurl: "npm:~2.0.0" + escape-html: "npm:~1.0.3" + on-finished: "npm:2.4.1" + parseurl: "npm:~1.3.3" + statuses: "npm:2.0.1" + unpipe: "npm:~1.0.0" + checksum: 10/4babe72969b7373b5842bc9f75c3a641a4d0f8eb53af6b89fa714d4460ce03fb92b28de751d12ba415e96e7e02870c436d67412120555e2b382640535697305b + languageName: node + linkType: hard + "find-cache-dir@npm:^0.1.1": version: 0.1.1 resolution: "find-cache-dir@npm:0.1.1" @@ -30005,13 +30052,13 @@ __metadata: linkType: hard "find-my-way@npm:^8.0.0": - version: 8.1.0 - resolution: "find-my-way@npm:8.1.0" + version: 8.2.2 + resolution: "find-my-way@npm:8.2.2" dependencies: fast-deep-equal: "npm:^3.1.3" fast-querystring: "npm:^1.0.0" - safe-regex2: "npm:^2.0.0" - checksum: 10/9f44577f4091942e7852f0fc5b9a8047cee0facca88abbe9ff0c887259dd01c0a62aae5cb1e5961c77c36070ec360ad5f59cd4db105524dc914d752d5c2c27cd + safe-regex2: "npm:^3.1.0" + checksum: 10/8a3e7531a7471d1ea93e77d4e486f4ca8c42fc0349efaaefba197cabf4e2fa62f4ae65866b34702eb74c7f2caf9121d26e04c9f4b25db76310b5399a6db7f5a5 languageName: node linkType: hard @@ -37655,13 +37702,13 @@ __metadata: linkType: hard "light-my-request@npm:^5.11.0": - version: 5.12.0 - resolution: "light-my-request@npm:5.12.0" + version: 5.13.0 + resolution: "light-my-request@npm:5.13.0" dependencies: cookie: "npm:^0.6.0" process-warning: "npm:^3.0.0" set-cookie-parser: "npm:^2.4.1" - checksum: 10/20fa6a468b32612d2eb041ba6510fec86cf786349af3fc66c11cdac2c6e9b572e141294dd90e040610284d724694d5bc1e7badfd41d0b180a10890034e00b9eb + checksum: 10/29407ecd0fcc240fbc4ac53457247e7f796962aaa228e9c5057bb4a7d84fda4f14eaaf39212f2dbfe0869b78a2a42ec82ec4a597a181b9ee19ac23a636c0160d languageName: node linkType: hard @@ -43124,41 +43171,41 @@ __metadata: languageName: node linkType: hard -"pino-abstract-transport@npm:v1.1.0": - version: 1.1.0 - resolution: "pino-abstract-transport@npm:1.1.0" +"pino-abstract-transport@npm:^1.2.0": + version: 1.2.0 + resolution: "pino-abstract-transport@npm:1.2.0" dependencies: readable-stream: "npm:^4.0.0" split2: "npm:^4.0.0" - checksum: 10/39b4496c9e4289e8d44a1d01adfa8dfeebb374e14b7a6451a4f3713561aeb9e181c64ff0272921667abcb95aceb312ab2761b82e253db23a456ab3dd35a42675 + checksum: 10/6ec1d19a7ff3347fd21576f744c31c3e38ca4463ae638818408f43698c936f96be6a0bc750af5f7c1ae81873183bfcb062b7a0d12dc159a1813ea900c388c693 languageName: node linkType: hard -"pino-std-serializers@npm:^6.0.0": - version: 6.2.2 - resolution: "pino-std-serializers@npm:6.2.2" - checksum: 10/a00cdff4e1fbc206da9bed047e6dc400b065f43e8b4cef1635b0192feab0e8f932cdeb0faaa38a5d93d2e777ba4cda939c2ed4c1a70f6839ff25f9aef97c27ff +"pino-std-serializers@npm:^7.0.0": + version: 7.0.0 + resolution: "pino-std-serializers@npm:7.0.0" + checksum: 10/884e08f65aa5463d820521ead3779d4472c78fc434d8582afb66f9dcb8d8c7119c69524b68106cb8caf92c0487be7794cf50e5b9c0383ae65b24bf2a03480951 languageName: node linkType: hard -"pino@npm:^8.17.0": - version: 8.19.0 - resolution: "pino@npm:8.19.0" +"pino@npm:^9.0.0": + version: 9.4.0 + resolution: "pino@npm:9.4.0" dependencies: atomic-sleep: "npm:^1.0.0" fast-redact: "npm:^3.1.1" on-exit-leak-free: "npm:^2.1.0" - pino-abstract-transport: "npm:v1.1.0" - pino-std-serializers: "npm:^6.0.0" - process-warning: "npm:^3.0.0" + pino-abstract-transport: "npm:^1.2.0" + pino-std-serializers: "npm:^7.0.0" + process-warning: "npm:^4.0.0" quick-format-unescaped: "npm:^4.0.3" real-require: "npm:^0.2.0" safe-stable-stringify: "npm:^2.3.1" - sonic-boom: "npm:^3.7.0" - thread-stream: "npm:^2.0.0" + sonic-boom: "npm:^4.0.1" + thread-stream: "npm:^3.0.0" bin: pino: bin.js - checksum: 10/c98e8bedb7c9eca5c0e75c2dd910a58b0e470da282c5a4787873a591666cc7cce33561d9ba6d6a20cf6bc4bc8d15b7db84cf6156f262081a5c6b8de134285789 + checksum: 10/1c730c216052bab277cab619da8fb9ef916fd29c7aee66e0a6e0c089cb41713df6a9071517755e3bef0ca3160629fd85d22c8f9d277e41ce332c91999e073146 languageName: node linkType: hard @@ -44773,6 +44820,13 @@ __metadata: languageName: node linkType: hard +"process-warning@npm:^4.0.0": + version: 4.0.0 + resolution: "process-warning@npm:4.0.0" + checksum: 10/0d6ec069f3a6fe1d3379c0247329a297f1f3b9ea7e1d828db0a8f61e0e8337a98b7eb201547350924bc4a101ddcf2fa5cf5563ffe2c54c27651f7996d328483e + languageName: node + linkType: hard + "process@npm:^0.11.10": version: 0.11.10 resolution: "process@npm:0.11.10" @@ -46960,10 +47014,10 @@ __metadata: languageName: node linkType: hard -"ret@npm:~0.2.0": - version: 0.2.2 - resolution: "ret@npm:0.2.2" - checksum: 10/9f16517f77a3b508c529bc22187c132cd7907cd9270601d6794e1c8a58f6990872b4697b4edfdebb4f87017f9f0a285007b740a9ffb8236805b923fd1bc84eb1 +"ret@npm:~0.4.0": + version: 0.4.3 + resolution: "ret@npm:0.4.3" + checksum: 10/d6a00f0920400b78b6aa96ce1c953d2f783f4fd5d56b5e842a744c40e33545e7955fb132386ada406361881353292fe7282f4e6e82b2c1e61f6c96a6ea4bb2d7 languageName: node linkType: hard @@ -47383,12 +47437,12 @@ __metadata: languageName: node linkType: hard -"safe-regex2@npm:^2.0.0": - version: 2.0.0 - resolution: "safe-regex2@npm:2.0.0" +"safe-regex2@npm:^3.1.0": + version: 3.1.0 + resolution: "safe-regex2@npm:3.1.0" dependencies: - ret: "npm:~0.2.0" - checksum: 10/af1f0b367d0c769eccca7a5aa93d222e542fb494940849c7bbbbe8942c0026cf207f15ba3aacdd4f3e4f6b5a31fa7a775f7cdd8e6670b893fd16e96247fdbd02 + ret: "npm:~0.4.0" + checksum: 10/4f9f7172662763619052a45599e515efc5dd10a932690f610c8ab808a4baa41be3feafefa444f7532651d721d12871a1c9a85330626cdd013b804e8f4240dff1 languageName: node linkType: hard @@ -47948,15 +48002,15 @@ __metadata: languageName: node linkType: hard -"serve-static@npm:1.16.0": - version: 1.16.0 - resolution: "serve-static@npm:1.16.0" +"serve-static@npm:1.16.2": + version: 1.16.2 + resolution: "serve-static@npm:1.16.2" dependencies: - encodeurl: "npm:~1.0.2" + encodeurl: "npm:~2.0.0" escape-html: "npm:~1.0.3" parseurl: "npm:~1.3.3" - send: "npm:0.18.0" - checksum: 10/29a01f67e8c64a359d49dd0c46bc95bb4aa99781f97845dccbf0c8cd0284c5fd79ad7fb9433a36fac4b6c58b577d3eab314a379142412413b8b5cd73be3cd551 + send: "npm:0.19.0" + checksum: 10/7fa9d9c68090f6289976b34fc13c50ac8cd7f16ae6bce08d16459300f7fc61fbc2d7ebfa02884c073ec9d6ab9e7e704c89561882bbe338e99fcacb2912fde737 languageName: node linkType: hard @@ -47981,9 +48035,9 @@ __metadata: linkType: hard "set-cookie-parser@npm:^2.4.1": - version: 2.6.0 - resolution: "set-cookie-parser@npm:2.6.0" - checksum: 10/8d451ebadb760989f93b634942c79de3c925ca7a986d133d08a80c40b5ae713ce12e354f0d5245c49f288c52daa7bd6554d5dc52f8a4eecaaf5e192881cf2b1f + version: 2.7.0 + resolution: "set-cookie-parser@npm:2.7.0" + checksum: 10/5c0a197c022d614b3168efbb27a1e81c6eb97a07f1502780648be7483a6bada38c4e516f3d168769e7e3e819d431efdf7b659dcb450196bb7e2594e6a11a2dd7 languageName: node linkType: hard @@ -48688,12 +48742,12 @@ __metadata: languageName: node linkType: hard -"sonic-boom@npm:^3.7.0": - version: 3.8.1 - resolution: "sonic-boom@npm:3.8.1" +"sonic-boom@npm:^4.0.1": + version: 4.1.0 + resolution: "sonic-boom@npm:4.1.0" dependencies: atomic-sleep: "npm:^1.0.0" - checksum: 10/e03c9611e43fa81132cd2ce0fe4eb7fbcf19db267e9dec20dc6c586f82465c9c906e91a02f72150c740463ad9335536ea2131850307aaa6686d1fb5d4cc4be3e + checksum: 10/7d42eb31a79e5927f268217b13206ab39c135c95f5e4b9a68745d9f4fdede0c291216c7594947028a7fdcf850342aa3bc49d0f5211618bfeff06dccdbc1bdb4e languageName: node linkType: hard @@ -50866,12 +50920,12 @@ __metadata: languageName: node linkType: hard -"thread-stream@npm:^2.0.0": - version: 2.4.1 - resolution: "thread-stream@npm:2.4.1" +"thread-stream@npm:^3.0.0": + version: 3.1.0 + resolution: "thread-stream@npm:3.1.0" dependencies: real-require: "npm:^0.2.0" - checksum: 10/baac5bf555912f216a2494bf3f66377733a843306cddd233b1c5ad63084307266f61af35d6122e3936c657836d5db4a14da34300cd25930e013943b807a29c9b + checksum: 10/ea2d816c4f6077a7062fac5414a88e82977f807c82ee330938fb9691fe11883bb03f078551c0518bb649c239e47ba113d44014fcbb5db42c5abd5996f35e4213 languageName: node linkType: hard @@ -55595,9 +55649,9 @@ __metadata: languageName: node linkType: hard -"webpack@npm:5.94.0": - version: 5.94.0 - resolution: "webpack@npm:5.94.0" +"webpack@npm:5.95.0": + version: 5.95.0 + resolution: "webpack@npm:5.95.0" dependencies: "@types/estree": "npm:^1.0.5" "@webassemblyjs/ast": "npm:^1.12.1" @@ -55627,7 +55681,7 @@ __metadata: optional: true bin: webpack: bin/webpack.js - checksum: 10/648449c5fbbb0839814116e3b2b044ac6c75a7ba272435155ddeb1e64dfaa2f8079be3adfbb691f648b69900756ce0f6fb73beab0ced3cf5e0fd46868b4593a6 + checksum: 10/0377ad3a550b041f26237c96fb55754625b0ce6bae83c1c2447e3262ad056b0b0ad770dcbb92b59f188e9a2bd56155ce910add17dcf023cfbe78bdec774380c1 languageName: node linkType: hard