hyperledger-cacti / cacti

Hyperledger Cacti is a new approach to the blockchain interoperability problem
https://wiki.hyperledger.org/display/cactus
Apache License 2.0
344 stars 286 forks source link

build(deps): bump the npm_and_yarn group across 3 directories with 7 updates #3549

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the npm_and_yarn group with 7 updates in the / directory:

Package From To
webpack 5.94.0 5.95.0
@grpc/grpc-js 1.11.2 1.11.3
axios 1.7.2 1.7.4
express 4.20.0 4.21.0
bl 6.0.14 6.0.15
vite 5.3.3 5.3.6
find-my-way 8.1.0 8.2.2

Bumps the npm_and_yarn group with 1 update in the /packages/cacti-ledger-browser directory: vite. Bumps the npm_and_yarn group with 2 updates in the /weaver/samples/fabric/fabric-cli directory: @grpc/grpc-js and express.

Updates webpack from 5.94.0 to 5.95.0

Release notes

Sourced from webpack's releases.

v5.95.0

Bug Fixes

  • Fixed hanging when attempting to read a symlink-like file that it can't read
  • Handle default for import context element dependency
  • Merge duplicate chunks call after split chunks
  • Generate correctly code for dynamically importing the same file twice and destructuring
  • Use content hash as [base] and [name] for extracted DataURI's
  • Distinguish module and import in module-import for externals import's
  • [Types] Make EnvironmentPlugin default values types less strict
  • [Types] Typescript 5.6 compatibility

New Features

  • Add new optimization.entryIife option (true by default for the production mode)
  • Pass output.hash* options to loader context

Performance

  • Avoid unneeded re-visit in build chunk graph
Commits
  • e20fd63 chore(release): 5.95.0
  • 4866b0d feat: added new optimization.entryIife option
  • d90f692 fix: merge duplicate chunks after split chunks
  • 90dec30 fix(externals): distinguish “module” and “import” in “module-import”
  • c1a0a46 fix(externals): distinguish “module” and “import” in “module-import”
  • 14d8fa8 fix: all tests cases
  • dae16ad feat: pass output.hash* options to loader context
  • 75d185d feat: pass output.hash* options to loader context
  • 46e0b9c test: update
  • 8e62f9f test
  • Additional commits viewable in compare view


Updates @grpc/grpc-js from 1.11.2 to 1.11.3

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.11.3

  • Ensure the client queries the name resolver again after connections drop while using the round_robin load balancing policy (#2825)
Commits
  • 8841efe Merge pull request #2825 from murgatroid99/grpc-js_round_robin_reresolve
  • a1b8972 Merge pull request #2806 from murgatroid99/grpc-js_connectivity_management_fixes
  • b3c24d0 grpc-js: round_robin: Request resolution on connection drop
  • 3d43b1a Further reduce pick_first state space
  • a6575c3 grpc-js: Simplify pick_first behavior
  • See full diff in compare view


Updates axios from 1.7.2 to 1.7.4

Release notes

Sourced from axios's releases.

Release v1.7.4

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.3

Release notes:

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.4 (2024-08-13)

Bug Fixes

Contributors to this release

1.7.3 (2024-08-01)

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

Commits


Updates express from 4.20.0 to 4.21.0

Release notes

Sourced from express's releases.

4.21.0

What's Changed

New Contributors

Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0

Changelog

Sourced from express's changelog.

4.21.0 / 2024-09-11

  • Deprecate res.location("back") and res.redirect("back") magic string
  • deps: serve-static@1.16.2
    • includes send@0.19.0
  • deps: finalhandler@1.3.1
  • deps: qs@6.13.0
Commits


Updates bl from 6.0.14 to 6.0.15

Release notes

Sourced from bl's releases.

v6.0.15

6.0.15 (2024-09-10)

Trivial Changes

  • deps-dev: bump typescript from 5.5.4 to 5.6.2 (edfc739)
Changelog

Sourced from bl's changelog.

6.0.15 (2024-09-10)

Trivial Changes

  • deps-dev: bump typescript from 5.5.4 to 5.6.2 (edfc739)
Commits
  • 074b33a chore(release): 6.0.15 [skip ci]
  • edfc739 chore(deps-dev): bump typescript from 5.5.4 to 5.6.2
  • See full diff in compare view


Updates vite from 5.3.3 to 5.3.6

Changelog

Sourced from vite's changelog.

5.3.6 (2024-09-16)

5.3.5 (2024-07-25)

5.3.4 (2024-07-16)

Commits


Updates find-my-way from 8.1.0 to 8.2.2

Release notes

Sourced from find-my-way's releases.

v8.2.2

⚠️ Security Release ⚠️

Fixes: https://github.com/delvedor/find-my-way/security/advisories/GHSA-rrr8-f88r-h8q6 CVE-2024-45813

Full Changelog: https://github.com/delvedor/find-my-way/compare/v8.2.0...v8.2.2

v8.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/delvedor/find-my-way/compare/v8.1.0...v8.2.0

Commits


Updates vite from 5.1.7 to 5.1.8

Changelog

Sourced from vite's changelog.

5.3.6 (2024-09-16)

5.3.5 (2024-07-25)

5.3.4 (2024-07-16)

Commits


Updates @grpc/grpc-js from 1.11.2 to 1.11.3

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.11.3

  • Ensure the client queries the name resolver again after connections drop while using the round_robin load balancing policy (#2825)
Commits
  • 8841efe Merge pull request #2825 from murgatroid99/grpc-js_round_robin_reresolve
  • a1b8972 Merge pull request #2806 from murgatroid99/grpc-js_connectivity_management_fixes
  • b3c24d0 grpc-js: round_robin: Request resolution on connection drop
  • 3d43b1a Further reduce pick_first state space
  • a6575c3 grpc-js: Simplify pick_first behavior
  • See full diff in compare view


Updates express from 4.20.0 to 4.21.0

Release notes

Sourced from express's releases.

4.21.0

What's Changed

New Contributors

Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0

Changelog

Sourced from express's changelog.

4.21.0 / 2024-09-11

  • Deprecate res.location("back") and res.redirect("back") magic string
  • deps: serve-static@1.16.2
    • includes send@0.19.0
  • deps: finalhandler@1.3.1
  • deps: qs@6.13.0
Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/hyperledger/cacti/network/alerts).
petermetz commented 1 month ago

@hyperledger/cacti-maintainers I've updated the PR so that it doesn't downgrade dependencies anymore. Ready for your review.