Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

build: bump the non-breaking-version-updates group with 52 updates #1601

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the non-breaking-version-updates group with 52 updates:

Package From To
eslint-plugin-import 2.26.0 2.31.0
ts-node 10.9.1 10.9.2
tsx 4.15.6 4.19.2
typedoc 0.23.24 0.27.7
axios 1.7.4 1.7.9
bignumber.js 9.1.0 9.1.2
body-parser 1.20.1 1.20.3
debug 4.3.4 4.4.0
express 4.19.2 4.21.2
fuse.js 7.0.0 7.1.0
jsonschema 1.4.1 1.5.0
pg 8.8.0 8.13.3
@types/pg 8.6.5 8.11.11
pg-connection-string 2.5.0 2.7.0
reflect-metadata 0.1.13 0.2.2
rxjs 7.5.7 7.8.1
ts-custom-error 3.2.2 3.3.1
ts-log 2.2.4 2.2.7
typeorm 0.3.15 0.3.20
@cardano-ogmios/client 6.9.0 6.11.2
@types/bunyan 1.8.8 1.8.11
@types/cors 2.8.13 2.8.17
@types/death 1.1.2 1.1.5
@types/express-prometheus-middleware 1.2.1 1.2.3
@types/lodash 4.14.186 4.17.15
axios-mock-adapter 2.0.0 2.1.0
class-validator 0.14.0 0.14.1
@types/validator 13.7.10 13.12.2
@cardano-ogmios/schema 6.9.0 6.11.2
@scure/base 1.1.1 1.2.4
libsodium-wrappers-sumo 0.7.10 0.7.15
@types/blake2b 2.1.0 2.1.3
@types/libsodium-wrappers-sumo 0.7.5 0.7.8
webextension-polyfill 0.8.0 0.12.0
@types/webextension-polyfill 0.8.3 0.12.1
@emurgo/cardano-message-signing-nodejs 1.0.1 1.1.0
optionator 0.9.1 0.9.4
@babel/core 7.19.6 7.26.9
@babel/preset-env 7.19.4 7.26.9
@babel/preset-typescript 7.18.6 7.26.0
@emurgo/cardano-message-signing-asmjs 1.0.1 1.1.0
@types/convict 6.1.2 6.1.6
@types/k6 0.53.1 0.57.0
artillery 2.0.0-35-e92306e 2.0.22
crypto-browserify 3.12.0 3.12.1
webpack 5.76.1 5.98.0
cli-progress 3.11.2 3.12.0
@types/cli-progress 3.11.0 3.11.6
@trezor/connect 9.4.0 9.4.7
@trezor/connect-web 9.4.0 9.4.7
bip39 3.0.4 3.1.0
@types/pbkdf2 3.1.0 3.1.2

Updates eslint-plugin-import from 2.26.0 to 2.31.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.31.0

Added

Fixed

Changed

#3073: import-js/eslint-plugin-import#3073 #3072: import-js/eslint-plugin-import#3072 #3071: import-js/eslint-plugin-import#3071 #3070: import-js/eslint-plugin-import#3070 #3068: import-js/eslint-plugin-import#3068 #3066: import-js/eslint-plugin-import#3066 #3065: import-js/eslint-plugin-import#3065 #3062: import-js/eslint-plugin-import#3062 #3052: import-js/eslint-plugin-import#3052 #3043: import-js/eslint-plugin-import#3043 #3032: import-js/eslint-plugin-import#3032 #2996: import-js/eslint-plugin-import#2996 #2817: import-js/eslint-plugin-import#2817 [@​akwodkiewicz]: https://github.com/akwodkiewicz [@​joshuaobrien]: https://github.com/joshuaobrien [@​liuxingbaoyu]: https://github.com/liuxingbaoyu [@​manuth]: https://github.com/manuth [@​michaelfaith]: https://github.com/michaelfaith [@​phryneas]: https://github.com/phryneas

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[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

[2.30.0] - 2024-09-02

Added

  • [dynamic-import-chunkname]: add allowEmpty option to allow empty leading comments (#2942, thanks [@​JiangWeixian])
  • [dynamic-import-chunkname]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode (#3004, thanks [@​amsardesai])
  • [no-unused-modules]: Add ignoreUnusedTypeExports option (#3011, thanks [@​silverwind])
  • add support for Flat Config (#3018, thanks [@​michaelfaith])

Fixed

Changed

  • [Docs] [no-extraneous-dependencies]: Make glob pattern description more explicit (#2944, thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug #2866
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap (#2982, thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic (#2985, thanks [@​soryy708])
  • [Docs] [order]: Add a quick note on how unbound imports and --fix (#2640, thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) (#2987, thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting (#2989, thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files (#2991, thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option (#3036, thanks [@​liby])
  • [readme] Clarify how to install the plugin (#2993, thanks [@​jwbth])

... (truncated)

Commits
  • 91f809b v2.31.0
  • 3f1ac24 [utils] [refactor] parse: avoid using a regex here
  • d225176 [New] extensions: add the checkTypeImports option
  • 5a51b9a [Tests] rule-tester: try this babel class workaround
  • d66cde0 [New] support eslint v9
  • d27a639 [Fix] adjust "is source type module" checks for flat config
  • 1fa8a07 [Refactor] create sourceType helper
  • 0bc1355 [Tests] no-default-export, no-named-export: add test cases with non-modu...
  • 55fa203 [Tests] no-default-export, no-named-export: add test case
  • 6be20df [Docs] no-restricted-paths: fix grammar
  • 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 tsx from 4.15.6 to 4.19.2

Release notes

Sourced from tsx's releases.

v4.19.2

4.19.2 (2024-10-26)

Bug Fixes

  • generate sourcesContent when Node.js debugger is enabled (#670) (7c47074)

This release is also available on:

v4.19.1

4.19.1 (2024-09-12)

Bug Fixes


This release is also available on:

v4.19.0

4.19.0 (2024-08-27)

Features

  • watch: deprecate ignore flag in favor or exclude flag (157c3ec)

This release is also available on:

v4.18.0

4.18.0 (2024-08-24)

... (truncated)

Commits
  • 7c47074 fix: generate sourcesContent when Node.js debugger is enabled (#670)
  • 315d5f4 docs(watch): document --include flag
  • 375e39a test: refactor enforce-timeout
  • 524cb77 docs(cjs): add compilation caveats
  • 7f8a051 chore(deps): update dependency node to v20.18.0 (#660)
  • 97e8de0 chore: upgrade pnpm
  • 95d2b0f chore: remove commit hooks
  • 0161078 docs: add prisma as a premium sponsor
  • 09f9532 chore(docs): fix typo (#655)
  • 0329bfc fix(cjs): patch module.path for accurate cache ID
  • Additional commits viewable in compare view

Updates typedoc from 0.23.24 to 0.27.7

Release notes

Sourced from typedoc's releases.

v0.27.7

Features

  • @includeCode and @inline can now inject parts of files using region names or line numbers, #2816.
  • Introduced ja translation options, deprecated jp in favor of ja, #2843.
  • Improved TypeDoc's --watch option to support watching files not caught by TypeScript's watch mode, #2675.
  • The @inline tag now works in more places for generic types.
  • Visibility filters now consider individual signatures, #2846.

Bug Fixes

  • Fixed an issue where TypeDoc would incorrectly ignore type arguments in references, #2823.
  • Improved narrator support for labeling icons, #2832.
  • Fixed an issue with @class incorrectly handling mapped types, #2842.
  • TypeDoc will now consider symbols to be external only if all of their declarations are external so that declaration merged members with global symbols can be documented, #2844.
  • Fixed an issue where TypeDoc would constantly rebuild, #2844.
  • Fixed an issue where the dropdown arrow in the index group would not respect the state of the dropdown, #2845.

Thanks!

v0.27.6

Features

  • Added ignoredHighlightLanguages option to specify languages which will be allowed in code blocks but not highlighted, #2819.

Bug Fixes

  • @include and @includeCode now work in the readme file, #2814.
  • TypeDoc will now avoid making references to references, #2811.
  • Fixed output specific option specification, #2818.
  • Improved type reference conversion to avoid including defaulted type arguments, #2820.
  • Fixed parsing of declaration references which include a module and a local reference, #2810.
  • Improved link resolution logic to prioritize type alias properties with the same symbol over type literal properties within function parameters.

v0.27.5

Bug Fixes

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.27.7 (2025-02-09)

Features

  • @includeCode and @inline can now inject parts of files using region names or line numbers, #2816.
  • Introduced ja translation options, deprecated jp in favor of ja, #2843.
  • Improved TypeDoc's --watch option to support watching files not caught by TypeScript's watch mode, #2675.
  • The @inline tag now works in more places for generic types.
  • Visibility filters now consider individual signatures, #2846.

Bug Fixes

  • Fixed an issue where TypeDoc would incorrectly ignore type arguments in references, #2823.
  • Improved narrator support for labeling icons, #2832.
  • Fixed an issue with @class incorrectly handling mapped types, #2842.
  • TypeDoc will now consider symbols to be external only if all of their declarations are external so that declaration merged members with global symbols can be documented, #2844.
  • Fixed an issue where TypeDoc would constantly rebuild, #2844.
  • Fixed an issue where the dropdown arrow in the index group would not respect the state of the dropdown, #2845.

Thanks!

v0.27.6 (2024-12-26)

Features

  • Added ignoredHighlightLanguages option to specify languages which will be allowed in code blocks but not highlighted, #2819.

Bug Fixes

  • @include and @includeCode now work in the readme file, #2814.
  • TypeDoc will now avoid making references to references, #2811.
  • Fixed output specific option specification, #2818.
  • Improved type reference conversion to avoid including defaulted type arguments, #2820.
  • Fixed parsing of declaration references which include a module and a local reference, #2810.
  • Improved link resolution logic to prioritize type alias properties with the same symbol over type literal properties within function parameters.

v0.27.5 (2024-12-14)

Bug Fixes

... (truncated)

Commits

Updates axios from 1.7.4 to 1.7.9

Release notes

Sourced from axios's releases.

Release v1.7.9

Release notes:

Reverts

Contributors to this release

Release v1.7.8

Release notes:

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

Release v1.7.7

Release notes:

Bug Fixes

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.9 (2024-12-04)

Reverts

Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

1.7.7 (2024-08-31)

... (truncated)

Commits

Updates bignumber.js from 9.1.0 to 9.1.2

Changelog

Sourced from bignumber.js's changelog.

9.1.2

  • 28/08/23
  • #354 Amend round to avoid bug in v8 Maglev compiler.
  • [BUGFIX] #344 minimum(0, -0) should be -0.

9.1.1

  • 04/12/22
  • #338 [BUGFIX] exponentiatedBy: ensure 0**-n === Infinity for very large n.
Commits

Updates body-parser from 1.20.1 to 1.20.3

Release notes

Sourced from body-parser's releases.

1.20.3

What's Changed

Important

  • deps: qs@6.13.0
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity). Documentation

Other changes

New Contributors

Full Changelog: expressjs/body-parser@1.20.2...1.20.3

1.20.2

  • Fix strict json error message on Node.js 19+
  • deps: content-type@~1.0.5
    • perf: skip value escaping when unnecessary
  • deps: raw-body@2.5.2
Changelog

Sourced from body-parser's changelog.

1.20.3 / 2024-09-10

  • deps: qs@6.13.0
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)

1.20.2 / 2023-02-21

  • Fix strict json error message on Node.js 19+
  • deps: content-type@~1.0.5
    • perf: skip value escaping when unnecessary
  • deps: raw-body@2.5.2
Commits

Bumps the non-breaking-version-updates group with 52 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.26.0` | `2.31.0` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.15.6` | `4.19.2` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.23.24` | `0.27.7` |
| [axios](https://github.com/axios/axios) | `1.7.4` | `1.7.9` |
| [bignumber.js](https://github.com/MikeMcl/bignumber.js) | `9.1.0` | `9.1.2` |
| [body-parser](https://github.com/expressjs/body-parser) | `1.20.1` | `1.20.3` |
| [debug](https://github.com/debug-js/debug) | `4.3.4` | `4.4.0` |
| [express](https://github.com/expressjs/express) | `4.19.2` | `4.21.2` |
| [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` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.8.0` | `8.13.3` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.6.5` | `8.11.11` |
| [pg-connection-string](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg-connection-string) | `2.5.0` | `2.7.0` |
| [reflect-metadata](https://github.com/rbuckton/reflect-metadata) | `0.1.13` | `0.2.2` |
| [rxjs](https://github.com/reactivex/rxjs) | `7.5.7` | `7.8.1` |
| [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.15` | `0.3.20` |
| [@cardano-ogmios/client](https://github.com/cardanosolutions/ogmios/tree/HEAD/clients/TypeScript/packages/client) | `6.9.0` | `6.11.2` |
| [@types/bunyan](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bunyan) | `1.8.8` | `1.8.11` |
| [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors) | `2.8.13` | `2.8.17` |
| [@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` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.14.186` | `4.17.15` |
| [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter) | `2.0.0` | `2.1.0` |
| [class-validator](https://github.com/typestack/class-validator) | `0.14.0` | `0.14.1` |
| [@types/validator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/validator) | `13.7.10` | `13.12.2` |
| [@cardano-ogmios/schema](https://github.com/cardanosolutions/ogmios/tree/HEAD/clients/TypeScript/packages/schema) | `6.9.0` | `6.11.2` |
| [@scure/base](https://github.com/paulmillr/scure-base) | `1.1.1` | `1.2.4` |
| [libsodium-wrappers-sumo](https://github.com/jedisct1/libsodium.js) | `0.7.10` | `0.7.15` |
| [@types/blake2b](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/blake2b) | `2.1.0` | `2.1.3` |
| [@types/libsodium-wrappers-sumo](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/libsodium-wrappers-sumo) | `0.7.5` | `0.7.8` |
| [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.1` |
| [@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.26.9` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.19.4` | `7.26.9` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.18.6` | `7.26.0` |
| [@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` |
| [@types/k6](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/k6) | `0.53.1` | `0.57.0` |
| [artillery](https://github.com/artilleryio/artillery) | `2.0.0-35-e92306e` | `2.0.22` |
| [crypto-browserify](https://github.com/browserify/crypto-browserify) | `3.12.0` | `3.12.1` |
| [webpack](https://github.com/webpack/webpack) | `5.76.1` | `5.98.0` |
| [cli-progress](https://github.com/npkgz/cli-progress) | `3.11.2` | `3.12.0` |
| [@types/cli-progress](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cli-progress) | `3.11.0` | `3.11.6` |
| [@trezor/connect](https://github.com/trezor/trezor-suite) | `9.4.0` | `9.4.7` |
| [@trezor/connect-web](https://github.com/trezor/trezor-suite) | `9.4.0` | `9.4.7` |
| [bip39](https://github.com/bitcoinjs/bip39) | `3.0.4` | `3.1.0` |
| [@types/pbkdf2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pbkdf2) | `3.1.0` | `3.1.2` |


Updates `eslint-plugin-import` from 2.26.0 to 2.31.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.31.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 `tsx` from 4.15.6 to 4.19.2
- [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.19.2)

Updates `typedoc` from 0.23.24 to 0.27.7
- [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.27.7)

Updates `axios` from 1.7.4 to 1.7.9
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.4...v1.7.9)

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

Updates `body-parser` from 1.20.1 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.20.1...1.20.3)

Updates `debug` from 4.3.4 to 4.4.0
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@4.3.4...4.4.0)

Updates `express` from 4.19.2 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.19.2...4.21.2)

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 `pg` from 8.8.0 to 8.13.3
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.13.3/packages/pg)

Updates `@types/pg` from 8.6.5 to 8.11.11
- [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.7.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg-connection-string@2.7.0/packages/pg-connection-string)

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

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

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.15 to 0.3.20
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.3.15...0.3.20)

Updates `@cardano-ogmios/client` from 6.9.0 to 6.11.2
- [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.11.2/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.17
- [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.15
- [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.11.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

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 `class-validator` from 0.14.0 to 0.14.1
- [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.1)

Updates `@types/validator` from 13.7.10 to 13.12.2
- [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.11.2
- [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.11.2/clients/TypeScript/packages/schema)

Updates `@scure/base` from 1.1.1 to 1.2.4
- [Release notes](https://github.com/paulmillr/scure-base/releases)
- [Commits](paulmillr/scure-base@1.1.1...1.2.4)

Updates `libsodium-wrappers-sumo` from 0.7.10 to 0.7.15
- [Commits](jedisct1/libsodium.js@0.7.10...0.7.15)

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.7.8
- [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.1
- [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.26.9
- [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.26.9/packages/babel-core)

Updates `@babel/preset-env` from 7.19.4 to 7.26.9
- [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.26.9/packages/babel-preset-env)

Updates `@babel/preset-typescript` from 7.18.6 to 7.26.0
- [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.26.0/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 `@types/k6` from 0.53.1 to 0.57.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/k6)

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

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.76.1 to 5.98.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.76.1...v5.98.0)

Updates `cli-progress` from 3.11.2 to 3.12.0
- [Release notes](https://github.com/npkgz/cli-progress/releases)
- [Changelog](https://github.com/npkgz/cli-progress/blob/master/CHANGES.md)
- [Commits](https://github.com/npkgz/cli-progress/commits)

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 `@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 `@trezor/connect` from 9.4.0 to 9.4.7
- [Release notes](https://github.com/trezor/trezor-suite/releases)
- [Changelog](https://github.com/trezor/trezor-suite/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/trezor/trezor-suite/commits)

Updates `@trezor/connect-web` from 9.4.0 to 9.4.7
- [Release notes](https://github.com/trezor/trezor-suite/releases)
- [Changelog](https://github.com/trezor/trezor-suite/blob/develop/CHANGELOG.md)
- [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)

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

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: ts-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: bignumber.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: body-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: debug
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: fuse.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/pg"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: pg-connection-string
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: reflect-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: rxjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: ts-custom-error
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: ts-log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: typeorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@cardano-ogmios/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/bunyan"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/cors"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/death"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/express-prometheus-middleware"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/pg"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: axios-mock-adapter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: class-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/validator"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@cardano-ogmios/schema"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@scure/base"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: libsodium-wrappers-sumo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/blake2b"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/libsodium-wrappers-sumo"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: webextension-polyfill
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/webextension-polyfill"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@emurgo/cardano-message-signing-nodejs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: optionator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@emurgo/cardano-message-signing-asmjs"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/convict"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/k6"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: artillery
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: crypto-browserify
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: cli-progress
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/cli-progress"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/cli-progress"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@trezor/connect"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: "@trezor/connect-web"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
- dependency-name: bip39
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-version-updates
- dependency-name: "@types/pbkdf2"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants