Skip to content

chore(deps): bump the npm group with 47 updates - #60

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-a149ac29ea
Closed

chore(deps): bump the npm group with 47 updates#60
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-a149ac29ea

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm group with 47 updates:

Package From To
@typescript-eslint/eslint-plugin 8.67.0 8.68.0
@typescript-eslint/parser 8.67.0 8.68.0
cspell 10.0.1 10.1.1
eslint 10.7.0 10.9.1
lerna 10.0.0 10.0.1
lint-staged 17.3.0 17.4.1
prettier 3.9.5 3.9.6
@connectrpc/connect 1.4.0 2.1.2
@hyperledger-cacti/cacti-copm-core 3.0.0-beta.1 3.0.1
@hyperledger-cacti/cacti-plugin-copm-corda 3.0.0-beta.1 3.0.1
@hyperledger-cacti/cacti-plugin-copm-fabric 3.0.0-beta.1 3.0.1
@hyperledger-cacti/cacti-weaver-protos-js 3.0.0-beta.1 3.0.1
@hyperledger-cacti/cacti-weaver-sdk-fabric 3.0.0-beta.1 3.0.1
@hyperledger-cacti/cactus-cmd-api-server 3.0.0-beta.1 3.0.1
@hyperledger-cacti/cactus-common 3.0.0-beta.1 3.0.1
@hyperledger-cacti/cactus-core 3.0.0-beta.1 3.0.1
@hyperledger-cacti/cactus-core-api 3.0.0-beta.1 3.0.1
@hyperledger-cacti/cactus-plugin-ledger-connector-corda 3.0.0-beta.1 3.0.1
@types/dockerode 3.2.7 4.0.1
fabric-network 2.2.20 2.5.0-snapshot.23
uuid 14.0.1 14.0.2
@hyperledger-cacti/cacti-plugin-consortium-static 3.0.0-beta.1 3.0.1
@hyperledger-cacti/cactus-api-client 3.0.0-beta.1 3.0.1
@hyperledger-cacti/cactus-plugin-ledger-connector-besu 3.0.0-beta.1 3.0.1
jose 6.2.8 6.2.10
@hyperledger-cacti/cactus-plugin-htlc-eth-besu 3.0.0-beta.1 3.0.1
@hyperledger-cacti/cactus-plugin-keychain-memory 3.0.0-beta.1 3.0.1
axios 1.18.1 1.20.0
@types/body-parser 1.19.4 1.19.6
@hyperledger-cacti/cactus-plugin-htlc-eth-besu-erc20 3.0.0-beta.1 3.0.1
@grpc/grpc-js 1.13.3 1.14.4
@hyperledger-cacti/cactus-plugin-ledger-connector-ethereum 3.0.0-beta.1 3.0.1
joi 18.2.3 18.2.5
js-yaml 5.2.3 5.4.1
tar-stream 3.2.0 3.2.1
config 5.0.0 5.0.1
@hyperledger-cacti/cactus-plugin-ledger-connector-fabric 3.0.0-beta.1 3.0.1
@hyperledger-cacti/cactus-plugin-object-store-ipfs 3.0.0-beta.1 3.0.1
@hyperledger-cacti/cactus-plugin-satp-hermes 3.0.0-beta.1 3.0.1
webpack 5.109.2 5.110.1
@openapitools/openapi-generator-cli 2.40.1 2.41.0
@types/pg 8.21.0 8.23.1
@mui/icons-material 9.3.1 9.4.0
@mui/material 9.3.1 9.4.0
@testing-library/react 16.3.2 16.3.3
@testing-library/user-event 14.6.4 14.6.6
@types/react-dom 19.2.4 19.2.5

Updates @typescript-eslint/eslint-plugin from 8.67.0 to 8.68.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.68.0

8.68.0 (2026-08-24)

🚀 Features

  • eslint-plugin: [strict-void-return] add fix suggestions (#12086)
  • utils: support ESLint rule meta.languages (#12663)

🩹 Fixes

  • eslint-plugin: [unified-signatures] deduplicate types in report (#12656)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#12707)
  • eslint-plugin: [unified-signatures] report identical signatures (#12678)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#12711)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#12646)
  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#12739)
  • website: playground crashes on extends configs (#12608)
  • website: account for thanks.dev and out-of-band donors in sponsors list (#12735)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.68.0 (2026-08-24)

🚀 Features

  • eslint-plugin: [strict-void-return] add fix suggestions (#12086)

🩹 Fixes

  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#12739)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#12646)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#12711)
  • eslint-plugin: [unified-signatures] report identical signatures (#12678)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#12707)
  • eslint-plugin: [unified-signatures] deduplicate types in report (#12656)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits
  • 8f4e00a chore(release): publish 8.68.0
  • db30514 feat(eslint-plugin): [strict-void-return] add fix suggestions (#12086)
  • 9690339 test(eslint-plugin): [prefer-optional-chain] use createRuleTesterWithTypes ...
  • abe9011 fix(eslint-plugin): [no-empty-object-type] ignore suggestions that result in ...
  • 79c16e7 chore(eslint-plugin): extract FunctionSignature and enum comparison utils (#1...
  • 2442e30 test(eslint-plugin): [no-floating-promises] format test snippets (#12723)
  • 3596323 fix(eslint-plugin): [no-floating-promises] setting ignoreVoid: false result...
  • 956a339 fix(eslint-plugin): [no-unnecessary-type-assertion] prevent stack overflow in...
  • 55f6d5d chore: enable source maps (#12677)
  • 3aefb6a test: improve vitest performance with isolate: false (#12703)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.67.0 to 8.68.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.68.0

8.68.0 (2026-08-24)

🚀 Features

  • eslint-plugin: [strict-void-return] add fix suggestions (#12086)
  • utils: support ESLint rule meta.languages (#12663)

🩹 Fixes

  • eslint-plugin: [unified-signatures] deduplicate types in report (#12656)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#12707)
  • eslint-plugin: [unified-signatures] report identical signatures (#12678)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#12711)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#12646)
  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#12739)
  • website: playground crashes on extends configs (#12608)
  • website: account for thanks.dev and out-of-band donors in sponsors list (#12735)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.68.0 (2026-08-24)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates cspell from 10.0.1 to 10.1.1

Release notes

Sourced from cspell's releases.

v10.1.1

Fixes

fix: Do not load .pnp.js files when untrusted (#9064)


Dictionary Updates

fix: Workflow Bot -- Update Dictionaries (main) (#9055)

Update Dictionaries (main)

Summary

 packages/cspell-bundled-dicts/package.json | 2 +-
 pnpm-lock.yaml                             | 9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

v10.1.0

Features

feat(cspell-junit-reporter): add JUnit XML reporter package (#8945)

Closes #4570.

Adds @cspell/cspell-junit-reporter, a new workspace package modeled on packages/cspell-json-reporter, that emits a JUnit-compatible XML report of a cspell run.

The issue asked for a minimal mapping along the lines of:

... (truncated)

Changelog

Sourced from cspell's changelog.

v10.1.1 (2026-08-25)

Fixes

fix: Do not load .pnp.js files when untrusted (#9064)


Dictionary Updates

fix: Workflow Bot -- Update Dictionaries (main) (#9055)

Update Dictionaries (main)

Summary

 packages/cspell-bundled-dicts/package.json | 2 +-
 pnpm-lock.yaml                             | 9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

v10.1.0 (2026-08-22)

Features

feat(cspell-junit-reporter): add JUnit XML reporter package (#8945)

Closes #4570.

Adds @cspell/cspell-junit-reporter, a new workspace package modeled on packages/cspell-json-reporter, that emits a JUnit-compatible XML report of a cspell run.

The issue asked for a minimal mapping along the lines of:

</tr></table> 

... (truncated)

Commits
  • bc3bc22 v10.1.1
  • 77992dd chore: Prepare Release v10.1.1 (auto-deploy) (#9043)
  • 8ca97eb fix: add publishConfig with provenance to cspell package (#9041)
  • 401518c v10.1.0
  • acf8449 chore: Prepare Release v10.1.0 (auto-deploy) (#8883)
  • 3078371 fix: Workflow Bot -- Update Dictionaries (main) (#9024)
  • f557824 ci: Workflow Bot -- Update ALL Dependencies (main) (#9014)
  • 1c11da6 ci: Workflow Bot -- Update ALL Dependencies (main) (#8970)
  • 67448c8 chore: bump the development-dependencies group across 1 directory with 16 upd...
  • ce30dc7 chore: bump chalk from 5.6.2 to 6.0.0 (#8973)
  • Additional commits viewable in compare view

Updates eslint from 10.7.0 to 10.9.1

Release notes

Sourced from eslint's releases.

v10.9.1

Bug Fixes

  • 1e641c9 fix: no-loss-of-precision false positive with trailing decimal point (#21251) (Aleksandr Shoronov)

Documentation

  • ad74a8d docs: add deprecation steps for EOL package versions (#21248) (Francesco Trotta)

Chores

v10.9.0

Features

  • 08de88e feat: handle underflow in no-loss-of-precision (#21218) (Rithish S)
  • 55db479 feat: add checkConditionalExpressions to no-unmodified-loop-condition (#21175) (sethamus)

Bug Fixes

  • 2ba3025 fix: prevent unsafe no-var autofix with hoisted functions (#21213) (sethamus)
  • 8e69622 fix: Prevent no-var autofix when var is shadowed by catch parameter (#21204) (Yang Hyeonjong)
  • 684b579 fix: prefer-template invalid autofix creates a tagged template call (#21207) (김채영)

Documentation

  • 9ef407a docs: use eslint.config.* wherever config file names are listed (#21216) (Marry (Subin Yang))
  • 87f66f4 docs: Update README (GitHub Actions Bot)
  • 585ef37 docs: update architecture documentation (#21112) (Francesco Trotta)
  • f3993b0 docs: Update README (GitHub Actions Bot)
  • ffc87d6 docs: fix broken links in Further Reading sections (#21203) (Minsu)
  • 1a761e1 docs: update moved JSX specification links (#21198) (Imran Mustafa)
  • 4d00ca4 docs: update ESLint peer dependency to ^10.0.0 in shareable configs (#21202) (lumir)
  • 510d1a2 docs: Update README (GitHub Actions Bot)

Chores

  • 899dbf1 chore: update github/codeql-action action to v4.37.7 (#21243) (renovate[bot])
  • 9aa3873 chore: update ecosystem plugins (#21235) (ESLint Bot)
  • dc1e7a8 chore: update ecosystem plugins (#21208) (ESLint Bot)
  • f878d21 ci: bump pnpm/action-setup from 6.0.9 to 6.0.10 (#21200) (dependabot[bot])
  • 4891e50 ci: bump github/codeql-action from 4.37.4 to 4.37.6 (#21199) (dependabot[bot])

v10.8.1

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)

... (truncated)

Commits

Updates lerna from 10.0.0 to 10.0.1

Release notes

Sourced from lerna's releases.

v10.0.1

10.0.1 (2026-08-19)

Bug Fixes

  • missing peer dependency in lerna 10 (#4412) (06b8acb)
  • skip unnecessary package managers during release (#4413) (ed46de5)
Changelog

Sourced from lerna's changelog.

10.0.1 (2026-08-19)

Bug Fixes

Commits

Updates lint-staged from 17.3.0 to 17.4.1

Release notes

Sourced from lint-staged's releases.

v17.4.1

17.4.1

Patch Changes

  • #1840 efe5b63 - This is a version-bump-only release because the previous version 17.4.0 was not published to npmjs.com due to problems with GitHub Actions and Changesets.

17.4.0

Minor Changes

  • #1836 90ec282 - Added a new defineConfig helper for type-checking the lint-staged configuration:

    // lint-staged.config.ts
    import { defineConfig } from 'lint-staged/config'
    export default defineConfig({
    '*.js': ['prettier --check', 'eslint'],
    })

  • #1832 510a27c - Added a new flag --all to make lint-staged include all files tracked by Git, instead of only staged.

    By default lint-staged only runs tasks on files that include staged changes (hence the name). Use this flag to include all files tracked in Git version control (standard exclusions apply). Using this flag implies the --no-stash flag, disabling the automatic backup, and the --allow-empty flag so that lint-staged doesn't fail when there are no changes after running. This makes it easier to run npx lint-staged --all on a clean state, for example in CI.

Patch Changes

  • #1838 69bec99 - The behavior of the automatic backup stash has been improved when running lint-staged in multiple worktrees in parallel. You should still avoid running multiple instances of lint-staged in parallel in the same tree, because some of the Git operations are locking and might lead to data loss.

  • #1839 5e5bdd2 - Parsing of lint-staged CLI flags and Node.js API options has been rewritten to avoid inconsistent behavior between the two.

Changelog

Sourced from lint-staged's changelog.

17.4.1

Patch Changes

  • #1840 efe5b63 - This is a version-bump-only release because the previous version 17.4.0 was not published to npmjs.com due to problems with GitHub Actions and Changesets.

17.4.0

Minor Changes

  • #1836 90ec282 - Added a new defineConfig helper for type-checking the lint-staged configuration:

    // lint-staged.config.ts
    import { defineConfig } from 'lint-staged/config'
    export default defineConfig({
    '*.js': ['prettier --check', 'eslint'],
    })

  • #1832 510a27c - Added a new flag --all to make lint-staged include all files tracked by Git, instead of only staged.

    By default lint-staged only runs tasks on files that include staged changes (hence the name). Use this flag to include all files tracked in Git version control (standard exclusions apply). Using this flag implies the --no-stash flag, disabling the automatic backup, and the --allow-empty flag so that lint-staged doesn't fail when there are no changes after running. This makes it easier to run npx lint-staged --all on a clean state, for example in CI.

Patch Changes

  • #1838 69bec99 - The behavior of the automatic backup stash has been improved when running lint-staged in multiple worktrees in parallel. You should still avoid running multiple instances of lint-staged in parallel in the same tree, because some of the Git operations are locking and might lead to data loss.

  • #1839 5e5bdd2 - Parsing of lint-staged CLI flags and Node.js API options has been rewritten to avoid inconsistent behavior between the two.

Commits
  • d0c1517 Merge pull request #1841 from lint-staged/changeset-release/main
  • f061335 chore(changeset): release
  • d2721af Merge pull request #1840 from lint-staged/updates
  • efe5b63 ci: update Changesets action because it failed to publish
  • cd76ce3 build: update dependencies
  • ea195e1 Merge pull request #1837 from lint-staged/changeset-release/main
  • a6a0d61 chore(changeset): release
  • 0a09098 Merge pull request #1832 from lint-staged/add-all-flag
  • 7fd685b fix: further fix parsing options logic
  • 510a27c feat: add --all flag for including all files tracked by Git instead of just...
  • Additional commits viewable in compare view

Updates prettier from 3.9.5 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @​kovsu)

// Input
interface Container {
  "new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}

TypeScript: Support import defer (#19624, #19675 by @​fisker)

// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";

JavaScript: Added a new official plugin @prettier/plugin-yuku (#19628, #19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @prettier/plugin-yuku

... (truncated)

Commits

Updates @connectrpc/connect from 1.4.0 to 2.1.2

Release notes

Sourced from @​connectrpc/connect's releases.

v2.1.2

What's Changed

New Contributors

Full Changelog: connectrpc/connect-es@v2.1.1...v2.1.2

v2.1.1

What's Changed

New Contributors

Full Changelog: connectrpc/connect-es@v2.1.0...v2.1.1

v2.1.0

What's Changed

[!IMPORTANT]

TypeScript 5.9 includes breaking changes to lib.d.ts, forcing us to change return types for some functions from Uint8Array to Uint8Array<ArrayBuffer>. This is unlikely to affect you, but if it does, see #1560 for details.

Full Changelog: connectrpc/connect-es@v2.0.4...v2.1.0

v2.0.4

What's Changed

Full Changelog: connectrpc/connect-es@v2.0.3...v2.0.4

v2.0.3

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​connectrpc/connect since your current version.


Updates @hyperledger-cacti/cacti-copm-core from 3.0.0-beta.1 to 3.0.1

Release notes

Sourced from @​hyperledger-cacti/cacti-copm-core's releases.

v3.0.1 - GO Weaver Protos - Aug 21, 2026

  • Go Module: github.com/hyperledger-cacti/cacti/weaver/common/protos-go
  • Release: v3.0.1
  • Readme: Here.
  • Source: Here

v3.0.1 - GO Fabric Interop Chaincode - Aug 21, 2026

  • Go Module: github.com/hyperledger-cacti/cacti/weaver/core/network/fabric-interop-cc/contracts/interop
  • Release: v3.0.1
  • Readme: Here.
  • Source: Here

v3.0.1 - GO Fabric Asset Management Interface - Aug 21, 2026

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

v3.0.1 - GO Fabric Library for Asset Exchange - Aug 21, 2026

  • Go Module: github.com/hyperledger-cacti/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange
  • Release: v3.0.1
  • Readme: Here.
  • Source: Here

v3.0.1 - GO Fabric Utils Library for Interoperation - Aug 21, 2026

  • Go Module: github.com/hyperledger-cacti/cacti/weaver/core/network/fabric-interop-cc/libs/utils
  • Release: v3.0.1
  • Readme: Here.
  • Source: Here

v3.0.1 - GO Fabric Weaver SDK - Aug 21, 2026

  • Go Module: github.com/hyperledger-cacti/cacti/weaver/sdks/fabric/go-sdk
  • Release: v3.0.1
  • Readme: Here.
  • Source: Here

v3.0.1: Aug 21, 2026

3.0.1 (2026-08-20)

Bug Fixes

  • connector-fabric: send full/private blocks as JSON not binary (ff89c40), closes #4472
  • weaver: assetexchange checksum in go.sum of 2 modules (5266baa)

v3.0.0 - GO Weaver Protos - Aug 20, 2026

  • Go Module: github.com/hyperledger-cacti/cacti/weaver/common/protos-go
  • Release: v3.0.0
  • Readme:

Bumps the npm group with 47 updates:

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.67.0` | `8.68.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.67.0` | `8.68.0` |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `10.0.1` | `10.1.1` |
| [eslint](https://github.com/eslint/eslint) | `10.7.0` | `10.9.1` |
| [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) | `10.0.0` | `10.0.1` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `17.3.0` | `17.4.1` |
| [prettier](https://github.com/prettier/prettier) | `3.9.5` | `3.9.6` |
| [@connectrpc/connect](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect) | `1.4.0` | `2.1.2` |
| [@hyperledger-cacti/cacti-copm-core](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [@hyperledger-cacti/cacti-plugin-copm-corda](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [@hyperledger-cacti/cacti-plugin-copm-fabric](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [@hyperledger-cacti/cacti-weaver-protos-js](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [@hyperledger-cacti/cacti-weaver-sdk-fabric](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [@hyperledger-cacti/cactus-cmd-api-server](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [@hyperledger-cacti/cactus-common](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [@hyperledger-cacti/cactus-core](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [@hyperledger-cacti/cactus-core-api](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [@hyperledger-cacti/cactus-plugin-ledger-connector-corda](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) | `3.2.7` | `4.0.1` |
| [fabric-network](https://github.com/hyperledger/fabric-sdk-node) | `2.2.20` | `2.5.0-snapshot.23` |
| [uuid](https://github.com/uuidjs/uuid) | `14.0.1` | `14.0.2` |
| [@hyperledger-cacti/cacti-plugin-consortium-static](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [@hyperledger-cacti/cactus-api-client](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [@hyperledger-cacti/cactus-plugin-ledger-connector-besu](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [jose](https://github.com/panva/jose) | `6.2.8` | `6.2.10` |
| [@hyperledger-cacti/cactus-plugin-htlc-eth-besu](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [@hyperledger-cacti/cactus-plugin-keychain-memory](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [axios](https://github.com/axios/axios) | `1.18.1` | `1.20.0` |
| [@types/body-parser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/body-parser) | `1.19.4` | `1.19.6` |
| [@hyperledger-cacti/cactus-plugin-htlc-eth-besu-erc20](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.13.3` | `1.14.4` |
| [@hyperledger-cacti/cactus-plugin-ledger-connector-ethereum](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [joi](https://github.com/hapijs/joi) | `18.2.3` | `18.2.5` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `5.2.3` | `5.4.1` |
| [tar-stream](https://github.com/mafintosh/tar-stream) | `3.2.0` | `3.2.1` |
| [config](https://github.com/node-config/node-config) | `5.0.0` | `5.0.1` |
| [@hyperledger-cacti/cactus-plugin-ledger-connector-fabric](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [@hyperledger-cacti/cactus-plugin-object-store-ipfs](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [@hyperledger-cacti/cactus-plugin-satp-hermes](https://github.com/hyperledger-cacti/cacti) | `3.0.0-beta.1` | `3.0.1` |
| [webpack](https://github.com/webpack/webpack) | `5.109.2` | `5.110.1` |
| [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli) | `2.40.1` | `2.41.0` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.21.0` | `8.23.1` |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `9.3.1` | `9.4.0` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `9.3.1` | `9.4.0` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.2` | `16.3.3` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.6.4` | `14.6.6` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.4` | `19.2.5` |


Updates `@typescript-eslint/eslint-plugin` from 8.67.0 to 8.68.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.67.0 to 8.68.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/parser)

Updates `cspell` from 10.0.1 to 10.1.1
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v10.1.1/packages/cspell)

Updates `eslint` from 10.7.0 to 10.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.7.0...v10.9.1)

Updates `lerna` from 10.0.0 to 10.0.1
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v10.0.1/packages/lerna)

Updates `lint-staged` from 17.3.0 to 17.4.1
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v17.3.0...v17.4.1)

Updates `prettier` from 3.9.5 to 3.9.6
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.9.5...3.9.6)

Updates `@connectrpc/connect` from 1.4.0 to 2.1.2
- [Release notes](https://github.com/connectrpc/connect-es/releases)
- [Commits](https://github.com/connectrpc/connect-es/commits/v2.1.2/packages/connect)

Updates `@hyperledger-cacti/cacti-copm-core` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `@hyperledger-cacti/cacti-plugin-copm-corda` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `@hyperledger-cacti/cacti-plugin-copm-fabric` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `@hyperledger-cacti/cacti-weaver-protos-js` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `@hyperledger-cacti/cacti-weaver-sdk-fabric` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `@hyperledger-cacti/cactus-cmd-api-server` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `@hyperledger-cacti/cactus-common` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `@hyperledger-cacti/cactus-core` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `@hyperledger-cacti/cactus-core-api` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `@hyperledger-cacti/cactus-plugin-ledger-connector-corda` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `@types/dockerode` from 3.2.7 to 4.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode)

Updates `fabric-network` from 2.2.20 to 2.5.0-snapshot.23
- [Release notes](https://github.com/hyperledger/fabric-sdk-node/releases)
- [Changelog](https://github.com/hyperledger/fabric-sdk-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hyperledger/fabric-sdk-node/commits)

Updates `uuid` from 14.0.1 to 14.0.2
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v14.0.1...v14.0.2)

Updates `@hyperledger-cacti/cacti-plugin-consortium-static` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `@hyperledger-cacti/cactus-api-client` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `@hyperledger-cacti/cactus-plugin-ledger-connector-besu` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `jose` from 6.2.8 to 6.2.10
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v6.2.8...v6.2.10)

Updates `@hyperledger-cacti/cactus-plugin-htlc-eth-besu` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `@hyperledger-cacti/cactus-plugin-keychain-memory` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `axios` from 1.18.1 to 1.20.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.18.1...v1.20.0)

Updates `@types/body-parser` from 1.19.4 to 1.19.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/body-parser)

Updates `@hyperledger-cacti/cactus-plugin-htlc-eth-besu-erc20` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `@grpc/grpc-js` from 1.13.3 to 1.14.4
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.13.3...@grpc/grpc-js@1.14.4)

Updates `@hyperledger-cacti/cactus-plugin-ledger-connector-ethereum` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `joi` from 18.2.3 to 18.2.5
- [Commits](hapijs/joi@v18.2.3...v18.2.5)

Updates `js-yaml` from 5.2.3 to 5.4.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@5.2.3...5.4.1)

Updates `tar-stream` from 3.2.0 to 3.2.1
- [Commits](mafintosh/tar-stream@v3.2.0...v3.2.1)

Updates `config` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/node-config/node-config/releases)
- [Changelog](https://github.com/node-config/node-config/blob/main/History.md)
- [Commits](node-config/node-config@v5.0.0...v5.0.1)

Updates `@hyperledger-cacti/cactus-plugin-ledger-connector-fabric` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `@hyperledger-cacti/cactus-plugin-object-store-ipfs` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `@hyperledger-cacti/cactus-plugin-satp-hermes` from 3.0.0-beta.1 to 3.0.1
- [Release notes](https://github.com/hyperledger-cacti/cacti/releases)
- [Changelog](https://github.com/hyperledger-cacti/cacti/blob/main/CHANGELOG.md)
- [Commits](hyperledger-cacti/cacti@v3.0.0-beta.1...v3.0.1)

Updates `webpack` from 5.109.2 to 5.110.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.109.2...v5.110.1)

Updates `@openapitools/openapi-generator-cli` from 2.40.1 to 2.41.0
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
- [Commits](OpenAPITools/openapi-generator-cli@v2.40.1...v2.41.0)

Updates `@types/pg` from 8.21.0 to 8.23.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

Updates `@mui/icons-material` from 9.3.1 to 9.4.0
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v9.4.0/packages/mui-icons-material)

Updates `@mui/material` from 9.3.1 to 9.4.0
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v9.4.0/packages/mui-material)

Updates `@testing-library/react` from 16.3.2 to 16.3.3
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.3.2...v16.3.3)

Updates `@testing-library/user-event` from 14.6.4 to 14.6.6
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.6.4...v14.6.6)

Updates `@types/react-dom` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.68.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.68.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: cspell
  dependency-version: 10.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint
  dependency-version: 10.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: lerna
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: lint-staged
  dependency-version: 17.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@connectrpc/connect"
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cacti-copm-core"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cacti-plugin-copm-corda"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cacti-plugin-copm-fabric"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cacti-weaver-protos-js"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cacti-weaver-sdk-fabric"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cactus-cmd-api-server"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cactus-common"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cactus-core"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cactus-core-api"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cactus-plugin-ledger-connector-corda"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/dockerode"
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: fabric-network
  dependency-version: 2.5.0-snapshot.23
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: uuid
  dependency-version: 14.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cacti-plugin-consortium-static"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cactus-api-client"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cactus-plugin-ledger-connector-besu"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: jose
  dependency-version: 6.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cactus-plugin-htlc-eth-besu"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cactus-plugin-keychain-memory"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: axios
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@types/body-parser"
  dependency-version: 1.19.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cactus-plugin-htlc-eth-besu-erc20"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@grpc/grpc-js"
  dependency-version: 1.14.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cactus-plugin-ledger-connector-ethereum"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: joi
  dependency-version: 18.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: js-yaml
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: tar-stream
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: config
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cactus-plugin-ledger-connector-fabric"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cactus-plugin-object-store-ipfs"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@hyperledger-cacti/cactus-plugin-satp-hermes"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: webpack
  dependency-version: 5.110.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@openapitools/openapi-generator-cli"
  dependency-version: 2.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@types/pg"
  dependency-version: 8.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@mui/icons-material"
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@mui/material"
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@testing-library/user-event"
  dependency-version: 14.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 31, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 7, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-a149ac29ea branch September 7, 2026 01:55
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants