Skip to content

build: bump the non-breaking-version-updates group across 1 directory with 55 updates#1675

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/non-breaking-version-updates-bf18e21f42
Open

build: bump the non-breaking-version-updates group across 1 directory with 55 updates#1675
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/non-breaking-version-updates-bf18e21f42

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the non-breaking-version-updates group with 55 updates in the / directory:

Package From To
eslint-plugin-import 2.26.0 2.32.0
ts-node 10.9.1 10.9.2
tsc-alias 1.8.10 1.8.16
tsx 4.15.6 4.21.0
typedoc 0.23.24 0.28.16
axios 1.11.0 1.13.3
bignumber.js 9.1.2 9.3.1
cors 2.8.5 2.8.6
@types/cors 2.8.13 2.8.19
fuse.js 7.0.0 7.1.0
jsonschema 1.4.1 1.5.0
lodash 4.17.21 4.17.23
@types/lodash 4.14.186 4.17.23
pg 8.10.0 8.17.2
@types/pg 8.6.5 8.16.0
pg-connection-string 2.5.0 2.10.1
reflect-metadata 0.1.13 0.2.2
rxjs 7.8.1 7.8.2
ts-custom-error 3.2.2 3.3.1
ts-log 2.2.4 2.2.7
typeorm 0.3.17 0.3.28
ws 8.18.3 8.19.0
@types/ws 7.4.7 8.18.1
@cardano-ogmios/client 6.9.0 6.14.0
@types/bunyan 1.8.8 1.8.11
@types/death 1.1.2 1.1.5
@types/express-prometheus-middleware 1.2.1 1.2.3
axios-mock-adapter 2.0.0 2.1.0
json-bigint-patch 0.0.8 0.0.9
class-validator 0.14.0 0.14.3
@types/validator 13.7.10 13.15.10
@cardano-ogmios/schema 6.9.0 6.14.0
libsodium-wrappers-sumo 0.7.10 0.8.2
@types/libsodium-wrappers-sumo 0.7.5 0.8.2
pbkdf2 3.1.3 3.1.5
@types/blake2b 2.1.0 2.1.3
webextension-polyfill 0.8.0 0.12.0
@types/webextension-polyfill 0.8.3 0.12.4
@emurgo/cardano-message-signing-nodejs 1.0.1 1.1.0
optionator 0.9.1 0.9.4
@babel/core 7.19.6 7.28.6
@babel/preset-env 7.19.4 7.28.6
@babel/preset-typescript 7.24.7 7.28.5
@emurgo/cardano-message-signing-asmjs 1.0.1 1.1.0
@types/convict 6.1.2 6.1.6
artillery 2.0.0-35-e92306e 2.0.28
crypto-browserify 3.12.0 3.12.1
webpack 5.101.3 5.104.1
@types/cli-progress 3.11.0 3.11.6
@ledgerhq/hw-transport 6.31.4 6.32.0
@ledgerhq/hw-transport-node-hid-noevents 6.30.5 6.31.0
@ledgerhq/hw-transport-webusb 6.29.4 6.30.0
@trezor/connect 9.4.0 9.7.1
@trezor/connect-web 9.4.0 9.7.1
bip39 3.0.4 3.1.0

Updates eslint-plugin-import from 2.26.0 to 2.32.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.32.0

Added

Fixed

Changed

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.32.0] - 2025-06-20

Added

  • add [enforce-node-protocol-usage] rule and import/node-version setting (#3024, thanks [@​GoldStrikeArch] and [@​sevenc-nanashi])
  • add TypeScript types (#3097, thanks [@​G-Rath])
  • [extensions]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier (#3105, thanks [@​Xunnamius])
  • [order]: add sortTypesGroup option to allow intragroup sorting of type-only imports (#3104, thanks [@​Xunnamius])
  • [order]: add newlines-between-types option to control intragroup sorting of type-only imports (#3127, thanks [@​Xunnamius])
  • [order]: add consolidateIslands option to collapse excess spacing for aesthetically pleasing imports (#3129, thanks [@​Xunnamius])

Fixed

  • [no-unused-modules]: provide more meaningful error message when no .eslintrc is present (#3116, thanks [@​michaelfaith])
  • configs: added missing name attribute for eslint config inspector (#3151, thanks [@​NishargShah])
  • [order]: ensure arcane imports do not cause undefined behavior (#3128, thanks [@​Xunnamius])
  • [order]: resolve undefined property access issue when using named ordering (#3166, thanks [@​Xunnamius])
  • [enforce-node-protocol-usage]: avoid a crash with some TS code (#3173, thanks [@​ljharb])
  • [order]: codify invariants from docs into config schema (#3152, thanks [@​Xunnamius])

Changed

[2.31.0] - 2024-10-03

Added

Fixed

  • ExportMap / flat config: include languageOptions in context (#3052, thanks [@​michaelfaith])
  • [no-named-as-default]: Allow using an identifier if the export is both a named and a default export (#3032, thanks [@​akwodkiewicz])
  • [export]: False positive for exported overloaded functions in TS (#3065, thanks [@​liuxingbaoyu])
  • exportMap: export map cache is tainted by unreliable parse results (#3062, thanks [@​michaelfaith])
  • exportMap: improve cacheKey when using flat config (#3072, thanks [@​michaelfaith])
  • adjust "is source type module" checks for flat config (#2996, thanks [@​G-Rath])

Changed

... (truncated)

Commits
  • 01c9eb0 v2.32.0
  • ae57cc1 [Deps] update array-includes, array.prototype.findlastindex, `eslint-modu...
  • 9e1ad6b [Fix] order: codify invariants from docs into config schema
  • f017790 [Docs] no-restricted-paths: clarify wording and fix errors
  • 7d83a57 [Docs] no-unused-modules: add missing double quote
  • 519eb94 [utils] v2.12.1
  • 71ad145 [actions] split out tests into new vs old eslint
  • 9b096c4 [utils] [dev deps] update @arethetypeswrong/cli, @ljharb/tsconfig, `@type...
  • da5f6ec [Fix] enforce-node-protocol-usage: avoid a crash with some TS code
  • 6e49a58 [Refactor] order: remove unnecessary negative check
  • Additional commits viewable in compare view

Updates ts-node from 10.9.1 to 10.9.2

Release notes

Sourced from ts-node's releases.

Fix tsconfig.json file not found

Fixed

Commits

Updates tsc-alias from 1.8.10 to 1.8.16

Release notes

Sourced from tsc-alias's releases.

v1.8.16 (2025-05-05)

What's Changed

New Contributors

Full Changelog: justkey007/tsc-alias@v1.8.15...v1.8.16

v1.8.15 (2025-04-10)

What's Changed

Full Changelog: justkey007/tsc-alias@v1.8.14...v1.8.15

v1.8.14 (2025-04-08)

What's Changed

Full Changelog: justkey007/tsc-alias@v1.8.13...v1.8.14

v1.8.13 (2025-03-29)

What's Changed

Full Changelog: justkey007/tsc-alias@v1.8.12...v1.8.13

v1.8.12 (2025-03-29)

What's Changed

New Contributors

Full Changelog: justkey007/tsc-alias@v1.8.11...v1.8.12

v1.8.11 (2025-02-25)

What's Changed

Full Changelog: justkey007/tsc-alias@v1.8.10...v1.8.11

Commits

Updates tsx from 4.15.6 to 4.21.0

Release notes

Sourced from tsx's releases.

v4.21.0

4.21.0 (2025-11-30)

Features


This release is also available on:

v4.20.6

4.20.6 (2025-09-26)

Bug Fixes

  • properly hide relaySignal from process.listeners() (#741) (710a424)

This release is also available on:

v4.20.5

4.20.5 (2025-08-24)

Bug Fixes

  • handle ambiguous packages (796053a)

This release is also available on:

v4.20.4

4.20.4 (2025-08-12)

Bug Fixes

... (truncated)

Commits
  • f6284cd ci: lock in semantic-release v24
  • 048fb62 feat: upgrade esbuild (#748)
  • 710a424 fix: properly hide relaySignal from process.listeners() (#741)
  • 20b91c4 docs: make sponsors dynamic
  • 08dcd59 chore: move vercel settings to root
  • e6d1a47 docs: obfuscate aside classname
  • de2719d style: remove unused variable
  • 13f2954 chore: upgrade docs deps
  • 0504525 chore: upgrade manten
  • 132fdd8 test: assert require.cache
  • Additional commits viewable in compare view

Updates typedoc from 0.23.24 to 0.28.16

Release notes

Sourced from typedoc's releases.

v0.28.16

Bug Fixes

  • Fixed an issue causing TypeDoc to fail to generate documentation when implementing interfaces, #3052.
  • Fixed an issue preventing automatic entry point discovery on Windows, #3057.
  • Improved vertical positioning of text icons, #3056.
  • TypeDoc no longer includes source location information for type literal reflections. This could sometimes cause TypeDoc to infer the wrong path when resolving base paths for display.
  • Adjusted markdown rendering to allow markdownItLoader to override more rendering #3055.

Features

  • Added support for regions for @include in .tsx, .cjs, and .mjs file references #3048.
  • Comments for TS-in-JS @typedef tags may now specify modifier tags with the inline tag syntax {@mod}. This makes it possible to add modifier tags to these members, which previously was not possible as TypeScript's parsing stops for these members at the next non-braced tag, #2916 and #3050.
  • A typedoc-config.schema.json is now included in the root of the package with a JSON schema for TypeDoc's configuration file. The schema for the latest version is also published at https://typedoc.org/schema.json and will automatically be picked up when writing typedoc.json files if you are using VSCode, #3054.

Thanks!

v0.28.15

Features

  • The gitRevision option now accepts the special value {branch}, which indicates source links should use the current git branch for links, #3041.
  • Introduced validation.invalidPath for suppressing warnings caused by referencing relative paths which do not exist when building the documentation, #3033.
  • API: Introduced Logger.validationWarning for validation which occurs during conversion rather than during TypeDoc's normal validation step, #3033.

v0.28.14

Features

  • Introduced the preservedTypeAnnotationTags option to specify tags whose type annotations should be copied to the output documentation, #3020. API: Introduced typeAnnotation on CommentTag
  • Added excludePrivateClassFields option to hide #private members while allowing private members, #3017.
  • Added support for TypeScript's @this tag for JS files which describe this parameters, #3026.

Bug Fixes

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.28.16 (2026-01-12)

Bug Fixes

  • Fixed an issue causing TypeDoc to fail to generate documentation when implementing interfaces, #3052.
  • Fixed an issue preventing automatic entry point discovery on Windows, #3057.
  • Improved vertical positioning of text icons, #3056.
  • TypeDoc no longer includes source location information for type literal reflections. This could sometimes cause TypeDoc to infer the wrong path when resolving base paths for display.
  • Adjusted markdown rendering to allow markdownItLoader to override more rendering #3055.

Features

  • Added support for regions for @include in .tsx, .cjs, and .mjs file references #3048.
  • Comments for TS-in-JS @typedef tags may now specify modifier tags with the inline tag syntax {@mod}. This makes it possible to add modifier tags to these members, which previously was not possible as TypeScript's parsing stops for these members at the next non-braced tag, #2916 and #3050.
  • A typedoc-config.schema.json is now included in the root of the package with a JSON schema for TypeDoc's configuration file. The schema for the latest version is also published at https://typedoc.org/schema.json and will automatically be picked up when writing typedoc.json files if you are using VSCode, #3054.

Thanks!

v0.28.15 (2025-11-29)

Features

  • The gitRevision option now accepts the special value {branch}, which indicates source links should use the current git branch for links, #3041.
  • Introduced validation.invalidPath for suppressing warnings caused by referencing relative paths which do not exist when building the documentation, #3033.
  • API: Introduced Logger.validationWarning for validation which occurs during conversion rather than during TypeDoc's normal validation step, #3033.

v0.28.14 (2025-10-11)

Features

  • Introduced the preservedTypeAnnotationTags option to specify tags whose type annotations should be copied to the output documentation, #3020. API: Introduced typeAnnotation on CommentTag
  • Added excludePrivateClassFields option to hide #private members while allowing private members, #3017.
  • Added support for TypeScript's @this tag for JS files which describe this parameters, #3026.
  • API: Re-introduced relevanceBoost on DeclarationReflection for plugin use, #3036.

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for typedoc since your current version.


Updates axios from 1.11.0 to 1.13.3

Release notes

Sourced from axios's releases.

Release v1.13.3

Release notes:

Bug Fixes

  • http2: Use port 443 for HTTPS connections by default. (#7256) (d7e6065)
  • interceptor: handle the error in the same interceptor (#6269) (5945e40)
  • main field in package.json should correspond to cjs artifacts (#5756) (7373fbf)
  • package.json: add 'bun' package.json 'exports' condition. Load the Node.js build in Bun instead of the browser build (#5754) (b89217e)
  • silentJSONParsing=false should throw on invalid JSON (#7253) (#7257) (7d19335)
  • turn AxiosError into a native error (#5394) (#5558) (1c6a86d)
  • types: add handlers to AxiosInterceptorManager interface (#5551) (8d1271b)
  • types: restore AxiosError.cause type from unknown to Error (#7327) (d8233d9)
  • unclear error message is thrown when specifying an empty proxy authorization (#6314) (6ef867e)

Features

Reverts

  • Revert "fix: silentJSONParsing=false should throw on invalid JSON (#7253) (#7…" (#7298) (a4230f5), closes #7253 #7 #7298
  • deps: bump peter-evans/create-pull-request from 7 to 8 in the github-actions group (#7334) (2d6ad5e)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.13.3 (2026-01-20)

Bug Fixes

  • http2: Use port 443 for HTTPS connections by default. (#7256) (d7e6065)
  • interceptor: handle the error in the same interceptor (#6269) (5945e40)
  • main field in package.json should correspond to cjs artifacts (#5756) (7373fbf)
  • package.json: add 'bun' package.json 'exports' condition. Load the Node.js build in Bun instead of the browser build (#5754) (b89217e)
  • silentJSONParsing=false should throw on invalid JSON (#7253) (#7257) (7d19335)
  • turn AxiosError into a native error (#5394) (#5558) (1c6a86d)
  • types: add handlers to AxiosInterceptorManager interface (#5551) (8d1271b)
  • types: restore AxiosError.cause type from unknown to Error (#7327) (d8233d9)
  • unclear error message is thrown when specifying an empty proxy authorization (#6314) (6ef867e)

Features

Reverts

  • Revert "fix: silentJSONParsing=false should throw on invalid JSON (#7253) (#7…" (#7298) (a4230f5), closes #7253 #7 #7298
  • deps: bump peter-evans/create-pull-request from 7 to 8 in the github-actions group (#7334) (2d6ad5e)

Contributors to this release

... (truncated)

Commits
  • ab06109 chore(release): v1.13.3 (#7335)
  • 2d6ad5e revert(deps): bump peter-evans/create-pull-request from 7 to 8 in the github-...
  • cb49a6f chore(sponsor): update sponsor block (#7330)
  • d8233d9 fix(types): restore AxiosError.cause type from unknown to Error (#7327)
  • 5945e40 fix(interceptor): handle the error in the same interceptor (#6269)
  • 7373fbf fix: main field in package.json should correspond to cjs artifacts (#5756)
  • 8d1271b fix(types): add handlers to AxiosInterceptorManager interface (#5551)
  • f869434 docs: refresh CDN URLs and example JSON headers (#7236)
  • 46db331 doc: update deprecated var usage in documentation examples (#7246)
  • d6bbb3d docs: add async/await timeout handling example (#7250)
  • Additional commits viewable in compare view

Updates `bignu...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 26, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/non-breaking-version-updates-bf18e21f42 branch from 3f0105c to cf4ff09 Compare January 30, 2026 18:53
… with 55 updates

Bumps the non-breaking-version-updates group with 55 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.26.0` | `2.32.0` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |
| [tsc-alias](https://github.com/justkey007/tsc-alias) | `1.8.10` | `1.8.16` |
| [tsx](https://github.com/privatenumber/tsx) | `4.15.6` | `4.21.0` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.23.24` | `0.28.16` |
| [axios](https://github.com/axios/axios) | `1.11.0` | `1.13.3` |
| [bignumber.js](https://github.com/MikeMcl/bignumber.js) | `9.1.2` | `9.3.1` |
| [cors](https://github.com/expressjs/cors) | `2.8.5` | `2.8.6` |
| [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors) | `2.8.13` | `2.8.19` |
| [fuse.js](https://github.com/krisk/Fuse) | `7.0.0` | `7.1.0` |
| [jsonschema](https://github.com/tdegrunt/jsonschema) | `1.4.1` | `1.5.0` |
| [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.17.23` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.14.186` | `4.17.23` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.10.0` | `8.17.2` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.6.5` | `8.16.0` |
| [pg-connection-string](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg-connection-string) | `2.5.0` | `2.10.1` |
| [reflect-metadata](https://github.com/rbuckton/reflect-metadata) | `0.1.13` | `0.2.2` |
| [rxjs](https://github.com/reactivex/rxjs) | `7.8.1` | `7.8.2` |
| [ts-custom-error](https://github.com/adriengibrat/ts-custom-error) | `3.2.2` | `3.3.1` |
| [ts-log](https://github.com/kallaspriit/ts-log) | `2.2.4` | `2.2.7` |
| [typeorm](https://github.com/typeorm/typeorm) | `0.3.17` | `0.3.28` |
| [ws](https://github.com/websockets/ws) | `8.18.3` | `8.19.0` |
| [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) | `7.4.7` | `8.18.1` |
| [@cardano-ogmios/client](https://github.com/cardanosolutions/ogmios/tree/HEAD/clients/TypeScript/packages/client) | `6.9.0` | `6.14.0` |
| [@types/bunyan](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bunyan) | `1.8.8` | `1.8.11` |
| [@types/death](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/death) | `1.1.2` | `1.1.5` |
| [@types/express-prometheus-middleware](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-prometheus-middleware) | `1.2.1` | `1.2.3` |
| [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter) | `2.0.0` | `2.1.0` |
| [json-bigint-patch](https://github.com/ardatan/json-bigint-patch) | `0.0.8` | `0.0.9` |
| [class-validator](https://github.com/typestack/class-validator) | `0.14.0` | `0.14.3` |
| [@types/validator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/validator) | `13.7.10` | `13.15.10` |
| [@cardano-ogmios/schema](https://github.com/cardanosolutions/ogmios/tree/HEAD/clients/TypeScript/packages/schema) | `6.9.0` | `6.14.0` |
| [libsodium-wrappers-sumo](https://github.com/jedisct1/libsodium.js) | `0.7.10` | `0.8.2` |
| [@types/libsodium-wrappers-sumo](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/libsodium-wrappers-sumo) | `0.7.5` | `0.8.2` |
| [pbkdf2](https://github.com/browserify/pbkdf2) | `3.1.3` | `3.1.5` |
| [@types/blake2b](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/blake2b) | `2.1.0` | `2.1.3` |
| [webextension-polyfill](https://github.com/mozilla/webextension-polyfill) | `0.8.0` | `0.12.0` |
| [@types/webextension-polyfill](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webextension-polyfill) | `0.8.3` | `0.12.4` |
| [@emurgo/cardano-message-signing-nodejs](https://github.com/Emurgo/cardano-serialization-lib) | `1.0.1` | `1.1.0` |
| [optionator](https://github.com/gkz/optionator) | `0.9.1` | `0.9.4` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.19.6` | `7.28.6` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.19.4` | `7.28.6` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.7` | `7.28.5` |
| [@emurgo/cardano-message-signing-asmjs](https://github.com/Emurgo/cardano-serialization-lib) | `1.0.1` | `1.1.0` |
| [@types/convict](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/convict) | `6.1.2` | `6.1.6` |
| [artillery](https://github.com/artilleryio/artillery) | `2.0.0-35-e92306e` | `2.0.28` |
| [crypto-browserify](https://github.com/browserify/crypto-browserify) | `3.12.0` | `3.12.1` |
| [webpack](https://github.com/webpack/webpack) | `5.101.3` | `5.104.1` |
| [@types/cli-progress](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cli-progress) | `3.11.0` | `3.11.6` |
| [@ledgerhq/hw-transport](https://github.com/LedgerHQ/ledger-live) | `6.31.4` | `6.32.0` |
| [@ledgerhq/hw-transport-node-hid-noevents](https://github.com/LedgerHQ/ledger-live) | `6.30.5` | `6.31.0` |
| [@ledgerhq/hw-transport-webusb](https://github.com/LedgerHQ/ledger-live) | `6.29.4` | `6.30.0` |
| [@trezor/connect](https://github.com/trezor/trezor-suite) | `9.4.0` | `9.7.1` |
| [@trezor/connect-web](https://github.com/trezor/trezor-suite) | `9.4.0` | `9.7.1` |
| [bip39](https://github.com/bitcoinjs/bip39) | `3.0.4` | `3.1.0` |



Updates `eslint-plugin-import` from 2.26.0 to 2.32.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.26.0...v2.32.0)

Updates `ts-node` from 10.9.1 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

Updates `tsc-alias` from 1.8.10 to 1.8.16
- [Release notes](https://github.com/justkey007/tsc-alias/releases)
- [Commits](justkey007/tsc-alias@v1.8.10...v1.8.16)

Updates `tsx` from 4.15.6 to 4.21.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.15.6...v4.21.0)

Updates `typedoc` from 0.23.24 to 0.28.16
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.23.24...v0.28.16)

Updates `axios` from 1.11.0 to 1.13.3
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.11.0...v1.13.3)

Updates `bignumber.js` from 9.1.2 to 9.3.1
- [Release notes](https://github.com/MikeMcl/bignumber.js/releases)
- [Changelog](https://github.com/MikeMcl/bignumber.js/blob/main/CHANGELOG.md)
- [Commits](MikeMcl/bignumber.js@v9.1.2...v9.3.1)

Updates `cors` from 2.8.5 to 2.8.6
- [Release notes](https://github.com/expressjs/cors/releases)
- [Changelog](https://github.com/expressjs/cors/blob/master/HISTORY.md)
- [Commits](expressjs/cors@v2.8.5...v2.8.6)

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

Updates `fuse.js` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/krisk/Fuse/releases)
- [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md)
- [Commits](krisk/Fuse@v7.0.0...v7.1.0)

Updates `jsonschema` from 1.4.1 to 1.5.0
- [Commits](https://github.com/tdegrunt/jsonschema/commits)

Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

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

Updates `pg` from 8.10.0 to 8.17.2
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.17.2/packages/pg)

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

Updates `pg-connection-string` from 2.5.0 to 2.10.1
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg-connection-string@2.10.1/packages/pg-connection-string)

Updates `reflect-metadata` from 0.1.13 to 0.2.2
- [Release notes](https://github.com/rbuckton/reflect-metadata/releases)
- [Commits](https://github.com/rbuckton/reflect-metadata/commits)

Updates `rxjs` from 7.8.1 to 7.8.2
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@7.8.1...7.8.2)

Updates `ts-custom-error` from 3.2.2 to 3.3.1
- [Release notes](https://github.com/adriengibrat/ts-custom-error/releases)
- [Changelog](https://github.com/adriengibrat/ts-custom-error/blob/main/CHANGELOG.md)
- [Commits](adriengibrat/ts-custom-error@v3.2.2...v3.3.1)

Updates `ts-log` from 2.2.4 to 2.2.7
- [Commits](https://github.com/kallaspriit/ts-log/commits)

Updates `typeorm` from 0.3.17 to 0.3.28
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.3.17...0.3.28)

Updates `ws` from 8.18.3 to 8.19.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.3...8.19.0)

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

Updates `@cardano-ogmios/client` from 6.9.0 to 6.14.0
- [Release notes](https://github.com/cardanosolutions/ogmios/releases)
- [Changelog](https://github.com/CardanoSolutions/ogmios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cardanosolutions/ogmios/commits/v6.14.0/clients/TypeScript/packages/client)

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

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

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

Updates `@types/express-prometheus-middleware` from 1.2.1 to 1.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-prometheus-middleware)

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

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

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

Updates `axios-mock-adapter` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/ctimmerm/axios-mock-adapter/releases)
- [Changelog](https://github.com/ctimmerm/axios-mock-adapter/blob/master/CHANGELOG.md)
- [Commits](ctimmerm/axios-mock-adapter@v2.0.0...v2.1.0)

Updates `json-bigint-patch` from 0.0.8 to 0.0.9
- [Commits](https://github.com/ardatan/json-bigint-patch/commits)

Updates `class-validator` from 0.14.0 to 0.14.3
- [Release notes](https://github.com/typestack/class-validator/releases)
- [Changelog](https://github.com/typestack/class-validator/blob/develop/CHANGELOG.md)
- [Commits](typestack/class-validator@v0.14.0...v0.14.3)

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

Updates `@cardano-ogmios/schema` from 6.9.0 to 6.14.0
- [Release notes](https://github.com/cardanosolutions/ogmios/releases)
- [Changelog](https://github.com/CardanoSolutions/ogmios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cardanosolutions/ogmios/commits/v6.14.0/clients/TypeScript/packages/schema)

Updates `libsodium-wrappers-sumo` from 0.7.10 to 0.8.2
- [Release notes](https://github.com/jedisct1/libsodium.js/releases)
- [Commits](jedisct1/libsodium.js@0.7.10...0.8.2)

Updates `@types/libsodium-wrappers-sumo` from 0.7.5 to 0.8.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/libsodium-wrappers-sumo)

Updates `pbkdf2` from 3.1.3 to 3.1.5
- [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md)
- [Commits](browserify/pbkdf2@v3.1.3...v3.1.5)

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

Updates `@types/libsodium-wrappers-sumo` from 0.7.5 to 0.8.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/libsodium-wrappers-sumo)

Updates `webextension-polyfill` from 0.8.0 to 0.12.0
- [Release notes](https://github.com/mozilla/webextension-polyfill/releases)
- [Commits](mozilla/webextension-polyfill@0.8.0...0.12.0)

Updates `@types/webextension-polyfill` from 0.8.3 to 0.12.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webextension-polyfill)

Updates `@emurgo/cardano-message-signing-nodejs` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/Emurgo/cardano-serialization-lib/releases)
- [Commits](Emurgo/cardano-serialization-lib@1.0.1...1.1.0)

Updates `optionator` from 0.9.1 to 0.9.4
- [Changelog](https://github.com/gkz/optionator/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gkz/optionator/commits)

Updates `@babel/core` from 7.19.6 to 7.28.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-core)

Updates `@babel/preset-env` from 7.19.4 to 7.28.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-preset-env)

Updates `@babel/preset-typescript` from 7.24.7 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-preset-typescript)

Updates `@emurgo/cardano-message-signing-asmjs` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/Emurgo/cardano-serialization-lib/releases)
- [Commits](Emurgo/cardano-serialization-lib@1.0.1...1.1.0)

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

Updates `artillery` from 2.0.0-35-e92306e to 2.0.28
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/commits/artillery-2.0.28)

Updates `crypto-browserify` from 3.12.0 to 3.12.1
- [Commits](browserify/crypto-browserify@v3.12.0...v3.12.1)

Updates `webpack` from 5.101.3 to 5.104.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.101.3...v5.104.1)

Updates `@types/cli-progress` from 3.11.0 to 3.11.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cli-progress)

Updates `@ledgerhq/hw-transport` from 6.31.4 to 6.32.0
- [Release notes](https://github.com/LedgerHQ/ledger-live/releases)
- [Commits](https://github.com/LedgerHQ/ledger-live/compare/@ledgerhq/hw-transport@6.31.4...@ledgerhq/hw-transport@6.32.0)

Updates `@ledgerhq/hw-transport-node-hid-noevents` from 6.30.5 to 6.31.0
- [Release notes](https://github.com/LedgerHQ/ledger-live/releases)
- [Commits](https://github.com/LedgerHQ/ledger-live/compare/@ledgerhq/hw-transport-node-hid-noevents@6.30.5...@ledgerhq/hw-transport-node-hid-noevents@6.31.0)

Updates `@ledgerhq/hw-transport-webusb` from 6.29.4 to 6.30.0
- [Release notes](https://github.com/LedgerHQ/ledger-live/releases)
- [Commits](https://github.com/LedgerHQ/ledger-live/compare/@ledgerhq/hw-transport-webusb@6.29.4...@ledgerhq/hw-transport-webusb@6.30.0)

Updates `@trezor/connect` from 9.4.0 to 9.7.1
- [Release notes](https://github.com/trezor/trezor-suite/releases)
- [Commits](https://github.com/trezor/trezor-suite/commits)

Updates `@trezor/connect-web` from 9.4.0 to 9.7.1
- [Release notes](https://github.com/trezor/trezor-suite/releases)
- [Commits](https://github.com/trezor/trezor-suite/commits)

Updates `bip39` from 3.0.4 to 3.1.0
- [Changelog](https://github.com/bitcoinjs/bip39/blob/master/CHANGELOG.md)
- [Commits](bitcoinjs/bip39@v3.0.4...v3.1.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: ts-node
  dependency-version: 10.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: tsc-alias
  dependency-version: 1.8.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: tsx
  dependency-version: 4.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: typedoc
  dependency-version: 0.28.16
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: axios
  dependency-version: 1.13.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: bignumber.js
  dependency-version: 9.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: cors
  dependency-version: 2.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/cors"
  dependency-version: 2.8.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: fuse.js
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: jsonschema
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/lodash"
  dependency-version: 4.17.23
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: pg
  dependency-version: 8.17.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/pg"
  dependency-version: 8.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: pg-connection-string
  dependency-version: 2.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: reflect-metadata
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: rxjs
  dependency-version: 7.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: ts-custom-error
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: ts-log
  dependency-version: 2.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: typeorm
  dependency-version: 0.3.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: ws
  dependency-version: 8.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/ws"
  dependency-version: 8.18.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: non-breaking-version-updates
- dependency-name: "@cardano-ogmios/client"
  dependency-version: 6.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/bunyan"
  dependency-version: 1.8.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/cors"
  dependency-version: 2.8.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/death"
  dependency-version: 1.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/express-prometheus-middleware"
  dependency-version: 1.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/lodash"
  dependency-version: 4.17.23
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/pg"
  dependency-version: 8.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/ws"
  dependency-version: 8.18.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: non-breaking-version-updates
- dependency-name: axios-mock-adapter
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: json-bigint-patch
  dependency-version: 0.0.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: class-validator
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/validator"
  dependency-version: 13.15.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@cardano-ogmios/schema"
  dependency-version: 6.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: libsodium-wrappers-sumo
  dependency-version: 0.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/libsodium-wrappers-sumo"
  dependency-version: 0.8.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: pbkdf2
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/blake2b"
  dependency-version: 2.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/libsodium-wrappers-sumo"
  dependency-version: 0.8.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: webextension-polyfill
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/webextension-polyfill"
  dependency-version: 0.12.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@emurgo/cardano-message-signing-nodejs"
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: optionator
  dependency-version: 0.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@babel/core"
  dependency-version: 7.28.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@babel/preset-env"
  dependency-version: 7.28.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@babel/preset-typescript"
  dependency-version: 7.28.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@emurgo/cardano-message-signing-asmjs"
  dependency-version: 1.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/convict"
  dependency-version: 6.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: artillery
  dependency-version: 2.0.28
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: crypto-browserify
  dependency-version: 3.12.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: webpack
  dependency-version: 5.104.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/cli-progress"
  dependency-version: 3.11.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@ledgerhq/hw-transport"
  dependency-version: 6.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@ledgerhq/hw-transport-node-hid-noevents"
  dependency-version: 6.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@ledgerhq/hw-transport-webusb"
  dependency-version: 6.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@trezor/connect"
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@trezor/connect-web"
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: bip39
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/non-breaking-version-updates-bf18e21f42 branch from cf4ff09 to a1b8e38 Compare February 2, 2026 07:05
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