Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump engine.io and @hyperledger/cactus-test-tooling #160

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 9, 2024

Bumps engine.io to 6.4.2 and updates ancestor dependency @hyperledger/cactus-test-tooling. These dependencies need to be updated together.

Updates engine.io from 6.2.1 to 6.4.2

Release notes

Sourced from engine.io's releases.

6.4.2

⚠️ This release contains an important security fix ⚠️

A malicious client could send a specially crafted HTTP request, triggering an uncaught exception and killing the Node.js process:

TypeError: Cannot read properties of undefined (reading 'handlesUpgrades')
  at Server.onWebSocket (build/server.js:515:67)

Please upgrade as soon as possible.

Bug Fixes

  • include error handling for Express middlewares (#674) (9395782)
  • prevent crash when provided with an invalid query param (fc480b4)
  • typings: make clientsCount public (#675) (bd6d471)
  • uws: prevent crash when using with middlewares (8b22162)

Credits

Huge thanks to @​tyilo and @​cieldeville for helping!

Links

6.4.1

This release contains 6e78489, which exports the BaseServer class in order to restore the compatibility with the nodenext module resolution strategy of TypeScript.

Reference: https://www.typescriptlang.org/tsconfig/#moduleResolution

Related: socketio/socket.io#4621

Links

6.4.0

Features

  • add support for Express middlewares (24786e7)

This commit implements middlewares at the Engine.IO level, because Socket.IO middlewares are meant for namespace authorization and are not executed during a classic HTTP request/response cycle.

... (truncated)

Changelog

Sourced from engine.io's changelog.

6.4.2 (2023-05-02)

⚠️ This release contains an important security fix ⚠️

A malicious client could send a specially crafted HTTP request, triggering an uncaught exception and killing the Node.js process:

TypeError: Cannot read properties of undefined (reading 'handlesUpgrades')
  at Server.onWebSocket (build/server.js:515:67)

Please upgrade as soon as possible.

Bug Fixes

  • include error handling for Express middlewares (#674) (9395782)
  • prevent crash when provided with an invalid query param (fc480b4)
  • typings: make clientsCount public (#675) (bd6d471)
  • uws: prevent crash when using with middlewares (8b22162)

Credits

Huge thanks to @​tyilo and @​cieldeville for helping!

Dependencies

6.4.1 (2023-02-20)

This release contains 6e78489, which exports the BaseServer class in order to restore the compatibility with the nodenext module resolution strategy of TypeScript.

Reference: https://www.typescriptlang.org/tsconfig/#moduleResolution

Related: socketio/socket.io#4621

Dependencies

6.4.0 (2023-02-06)

... (truncated)

Commits
  • 95e2153 chore(release): 6.4.2
  • fc480b4 fix: prevent crash when provided with an invalid query param
  • 0141951 refactor(types): ensure compatibility with Express middlewares
  • 8b22162 fix(uws): prevent crash when using with middlewares
  • 9395782 fix: include error handling for Express middlewares (#674)
  • 911d0e3 refactor: return HTTP 400 upon invalid request overlap
  • bd6d471 fix(typings): make clientsCount public (#675)
  • 7033c0e chore(release): 6.4.1
  • 6e78489 refactor: export BaseServer class (#669)
  • 535b068 docs: add upgrade event in the documentation
  • Additional commits viewable in compare view

Updates @hyperledger/cactus-test-tooling from 2.0.0-rc.1 to 2.0.0-rc.2

Release notes

Sourced from @​hyperledger/cactus-test-tooling's releases.

v2.0.0-rc.2 - GO Weaver Protos - Jul 04, 2024

  • Go Module: github.com/hyperledger/cacti/weaver/common/protos-go
  • Release: v2.0.0-rc.2
  • Readme: Here.
  • Source: Here

v2.0.0-rc.2 - GO Fabric Interop Chaincode - Jul 04, 2024

  • Go Module: github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/contracts/interop
  • Release: v2.0.0-rc.2
  • Readme: Here.
  • Source: Here

v2.0.0-rc.2 - GO Fabric Asset Management Interface - Jul 04, 2024

  • Go Module: github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt
  • Release: v2.0.0-rc.2
  • Readme: Here.
  • Source: Here

v2.0.0-rc.2 - GO Fabric Library for Asset Exchange - Jul 04, 2024

  • Go Module: github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange
  • Release: v2.0.0-rc.2
  • Readme: Here.
  • Source: Here

v2.0.0-rc.2 - GO Fabric Utils Library for Interoperation - Jul 04, 2024

  • Go Module: github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils
  • Release: v2.0.0-rc.2
  • Readme: Here.
  • Source: Here

v2.0.0-rc.2 - GO Fabric Weaver SDK - Jul 04, 2024

  • Go Module: github.com/hyperledger/cacti/weaver/sdks/fabric/go-sdk
  • Release: v2.0.0-rc.2
  • Readme: Here.
  • Source: Here

v2.0.0-rc.2

2.0.0-rc.2 (2024-07-03)

Bug Fixes

  • cmd-api-server: shutdown hook was not waiting for promises (d14bf02)
  • cmd-api-server: stop changing LoggerProvider log level (6ef514c)
  • deps: fix batch of missing production dependencies v2.0.0-rc.1 (51d64ee), closes #3344
  • go-sdk: use protos v1 api for fabric-protos-go unmarshal (8896518)
  • plugin-persistence-ethereum: make created_at TIMESTAMPTZ in schema (08925ff), closes #3373

Features

  • cactus-example-tcs-huawei: remove deprecated sample app (45fadcd), closes #3155 #3157

... (truncated)

Changelog

Sourced from @​hyperledger/cactus-test-tooling's changelog.

2.0.0-rc.2 (2024-07-03)

Bug Fixes

  • cmd-api-server: shutdown hook was not waiting for promises (d14bf02)
  • cmd-api-server: stop changing LoggerProvider log level (6ef514c)
  • deps: fix batch of missing production dependencies v2.0.0-rc.1 (51d64ee), closes #3344
  • go-sdk: use protos v1 api for fabric-protos-go unmarshal (8896518)
  • plugin-persistence-ethereum: make created_at TIMESTAMPTZ in schema (08925ff), closes #3373

Features

  • cactus-example-tcs-huawei: remove deprecated sample app (45fadcd), closes #3155 #3157
  • connector-besu: expose API client and OpenAPI code for web builds (199c1f0)
  • connector-corda: add initial set of JvmObject factory functions (d9d5904)
  • connector-corda: add JSON classname->JVM class object deserialize (0508f14)
  • fabric-driver: added weaver fabric driver as cacti plugin package (36b8470)
  • ledger-browser: refactor eth dashboard page (c69fb4c), closes #3207
  • ledger-browser: refactor eth tokens page into accounts page (0b0c22c), closes #3237
  • ledger-browser: refactor routing, improve UI (3fcc7a1)
  • ledger-browser: use react query in eth app (4d3fb7e), closes #3203
Commits
  • fc9df67 chore(release): publish v2.0.0-rc.2
  • 08925ff fix(plugin-persistence-ethereum): make created_at TIMESTAMPTZ in schema
  • d14bf02 fix(cmd-api-server): shutdown hook was not waiting for promises
  • eaba573 docs(examples/supply-chain-app): fix resource cleanup of shutdown logic
  • bf92d3d build(connector-besu): fix CVE-2022-21190 CVE-2023-36665 CVE-2022-2421
  • fa190ed docs(examples/supply-chain-app): print correct web host in the CLI logs
  • 6ef514c fix(cmd-api-server): stop changing LoggerProvider log level
  • ff6e5af chore(docs): add openapi specs to docs
  • 8896518 fix(go-sdk): use protos v1 api for fabric-protos-go unmarshal
  • 199c1f0 feat(connector-besu): expose API client and OpenAPI code for web builds
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [engine.io](https://github.com/socketio/engine.io) to 6.4.2 and updates ancestor dependency [@hyperledger/cactus-test-tooling](https://github.com/hyperledger/cactus). These dependencies need to be updated together.


Updates `engine.io` from 6.2.1 to 6.4.2
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/6.4.2/CHANGELOG.md)
- [Commits](socketio/engine.io@6.2.1...6.4.2)

Updates `@hyperledger/cactus-test-tooling` from 2.0.0-rc.1 to 2.0.0-rc.2
- [Release notes](https://github.com/hyperledger/cactus/releases)
- [Changelog](https://github.com/hyperledger/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v2.0.0-rc.1...v2.0.0-rc.2)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-type: indirect
- dependency-name: "@hyperledger/cactus-test-tooling"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 9, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jul 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-6f39f196ad branch July 9, 2024 20:24
Copy link

github-actions bot commented Jul 9, 2024

Package Line Rate Branch Rate Health
src 100% 100%
src.stellar-plus 100% 100%
src.stellar-plus.account 100% 100%
src.stellar-plus.account.account-handler.default 100% 88%
src.stellar-plus.account.account-handler.freighter 100% 100%
src.stellar-plus.account.base 100% 100%
src.stellar-plus.asset 100% 100%
src.stellar-plus.asset.classic 97% 94%
src.stellar-plus.asset.soroban-token 91% 100%
src.stellar-plus.asset.stellar-asset-contract 100% 100%
src.stellar-plus.channel-accounts 94% 80%
src.stellar-plus.core 100% 100%
src.stellar-plus.core.contract-engine 99% 87%
src.stellar-plus.core.pipelines.build-transaction 100% 100%
src.stellar-plus.core.pipelines.classic-sign-requirements 100% 98%
src.stellar-plus.core.pipelines.classic-transaction 94% 67%
src.stellar-plus.core.pipelines.fee-bump 100% 100%
src.stellar-plus.core.pipelines.sign-transaction 100% 100%
src.stellar-plus.core.pipelines.simulate-transaction 96% 100%
src.stellar-plus.core.pipelines.soroban-auth 99% 85%
src.stellar-plus.core.pipelines.soroban-get-transaction 100% 93%
src.stellar-plus.core.pipelines.soroban-transaction 96% 74%
src.stellar-plus.core.pipelines.submit-transaction 100% 100%
src.stellar-plus.error 95% 95%
src.stellar-plus.error.helpers 67% 55%
src.stellar-plus.horizon 100% 100%
src.stellar-plus.network 100% 100%
src.stellar-plus.rpc 100% 100%
src.stellar-plus.rpc.default-handler 100% 100%
src.stellar-plus.rpc.validation-cloud-handler 18% 22%
src.stellar-plus.soroban.contracts.certificate-of-deposit 35% 33%
src.stellar-plus.test.mocks 80% 75%
src.stellar-plus.test.stellar-test-ledger 100% 100%
src.stellar-plus.utils 100% 100%
src.stellar-plus.utils.pipeline 100% 100%
src.stellar-plus.utils.pipeline.conveyor-belts 97% 100%
src.stellar-plus.utils.pipeline.multi-belt-pipeline 100% 50%
src.stellar-plus.utils.pipeline.plugins 87% 100%
src.stellar-plus.utils.pipeline.plugins.classic-transaction 100% 100%
src.stellar-plus.utils.pipeline.plugins.classic-transaction.channel-accounts 100% 100%
src.stellar-plus.utils.pipeline.plugins.generic 100% 100%
src.stellar-plus.utils.pipeline.plugins.generic.debug 81% 50%
src.stellar-plus.utils.pipeline.plugins.generic.inject-preprocess-parameter 50% 0%
src.stellar-plus.utils.pipeline.plugins.simulate-transaction 100% 100%
src.stellar-plus.utils.pipeline.plugins.simulate-transaction.auto-restore 22% 0%
src.stellar-plus.utils.pipeline.plugins.simulate-transaction.extract-auth-entries-output 18% 0%
src.stellar-plus.utils.pipeline.plugins.simulate-transaction.extract-invocation-output 92% 0%
src.stellar-plus.utils.pipeline.plugins.simulate-transaction.extract-transaction-resources 100% 76%
src.stellar-plus.utils.pipeline.plugins.soroban-get-transaction 100% 100%
src.stellar-plus.utils.pipeline.plugins.soroban-get-transaction.extract-contract-id 100% 75%
src.stellar-plus.utils.pipeline.plugins.soroban-get-transaction.extract-fee-charged 100% 100%
src.stellar-plus.utils.pipeline.plugins.soroban-get-transaction.extract-invocation-output 100% 75%
src.stellar-plus.utils.pipeline.plugins.soroban-get-transaction.extract-wasm-hash 100% 75%
src.stellar-plus.utils.pipeline.plugins.soroban-transaction 100% 100%
src.stellar-plus.utils.pipeline.plugins.soroban-transaction.channel-accounts 87% 83%
src.stellar-plus.utils.pipeline.plugins.soroban-transaction.profiler 87% 56%
src.stellar-plus.utils.pipeline.plugins.submit-transaction 100% 100%
src.stellar-plus.utils.pipeline.plugins.submit-transaction.fee-bump 91% 25%
src.stellar-plus.utils.profiler.profiling-handler 96% 85%
src.stellar-plus.utils.regex 100% 100%
src.stellar-plus.utils.unit-conversion 100% 100%
src.tests.utils 82% 100%
Summary 88% (1622 / 1844) 78% (700 / 898)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant