Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 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.


Bumps the minor-and-patch-npm-daily group with 15 updates in the / directory:

Package From To
pnpm 10.0.0 10.18.0
redis 5.8.0 5.8.3
@hashgraph/hedera-local 2.32.5 2.38.0
@typescript-eslint/eslint-plugin 8.44.1 8.45.0
chai-as-promised 8.0.1 8.0.2
eslint-plugin-n 17.21.3 17.23.1
mocha 11.7.1 11.7.4
typescript 5.8.3 5.9.3
dotenv 17.2.1 17.2.3
@hashgraph/sdk 2.63.0 2.74.0
axios 1.8.4 1.12.2
ethers 6.13.5 6.15.0
lru-cache 11.1.0 11.2.2
redis-memory-server 0.12.1 0.13.0
@types/cors 2.8.17 2.8.19

Bumps the minor-and-patch-npm-daily group with 1 update in the /packages/relay directory: redis-memory-server.

Updates pnpm from 10.0.0 to 10.18.0

Release notes

Sourced from pnpm's releases.

pnpm 10.18

Minor Changes

  • Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.

    Added configuration options for warning thresholds: fetchWarnTimeoutMs and fetchMinSpeedKiBps. Warning messages are displayed when requests exceed time thresholds or fall below speed minimums

    Related PR: #10025.

Patch Changes

  • Retry filesystem operations on EAGAIN errors #9959.
  • Outdated command respects minimumReleaseAge configuration #10030.
  • Correctly apply the cleanupUnusedCatalogs configuration when removing dependent packages.
  • Don't fail with a meaningless error when scriptShell is set to false #8748.
  • pnpm dlx should not fail when minimumReleaseAge is set #10037.

Platinum Sponsors

Gold Sponsors

... (truncated)

Changelog

Sourced from pnpm's changelog.

10.18.0

Minor Changes

  • Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.

    Added configuration options for warning thresholds: fetchWarnTimeoutMs and fetchMinSpeedKiBps. Warning messages are displayed when requests exceed time thresholds or fall below speed minimums

    Related PR: #10025.

Patch Changes

  • Retry filesystem operations on EAGAIN errors #9959.
  • Outdated command respects minimumReleaseAge configuration #10030.
  • Correctly apply the cleanupUnusedCatalogs configuration when removing dependent packages.
  • Don't fail with a meaningless error when scriptShell is set to false #8748.
  • pnpm dlx should not fail when minimumReleaseAge is set #10037.

10.17.1

Patch Changes

  • When a version specifier cannot be resolved because the versions don't satisfy the minimumReleaseAge setting, print this information out in the error message #9974.
  • Fix state.json creation path when executing pnpm patch in a workspace project #9733.
  • When minimumReleaseAge is set and the latest tag is not mature enough, prefer a non-deprecated version as the new latest #9987.

10.17.0

Minor Changes

  • The minimumReleaseAgeExclude setting now supports patterns. For instance:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - "@eslint/*"

    Related PR: #9984.

Patch Changes

  • Don't ignore the minimumReleaseAge check, when the package is requested by exact version and the packument is loaded from cache #9978.
  • When minimumReleaseAge is set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #9979.

10.16.1

Patch Changes

... (truncated)

Commits

Updates redis from 5.8.0 to 5.8.3

Release notes

Sourced from redis's releases.

[email protected]

What's Changed

Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.8.3

[email protected]

What's Changed

New Contributors

Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.8.2

[email protected]

What's Changed

Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.8.1

Commits

Updates @hashgraph/hedera-local from 2.32.5 to 2.38.0

Release notes

Sourced from @​hashgraph/hedera-local's releases.

v2.38.0

What's Changed

New Contributors

Full Changelog: hiero-ledger/hiero-local-node@v2.37.1...v2.38.0

v2.37.1

What's Changed

New Contributors

Full Changelog: hiero-ledger/hiero-local-node@v2.37.0...v2.37.1

v2.37.0

What's Changed

... (truncated)

Commits
  • dc593d7 chore: bump images and version (#1196)
  • a5d2504 chore: Bump step-security/retry from 3.0.3 to 3.0.4 (#1192)
  • cae0bd8 chore: Bump step-security/harden-runner from 2.13.0 to 2.13.1 (#1193)
  • 2f6fd2b chore: Bump actions/checkout from 4.2.2 to 5.0.0 (#1170)
  • d520421 chore: Bump step-security/conventional-pr-title-action from 3.2.1 to 3.2.3 (#...
  • 7c8407f chore: Bump cypress from 14.4.1 to 14.5.2 in /test/cypress (#1151)
  • c376152 chore: Bump webpack from 5.99.9 to 5.100.2 in /test/cypress (#1152)
  • 3781ac5 feat: Implement graceful shutdown on SIGINT (#1137)
  • 726704f chore: Update node versions for 0.64.0 milestone (#1150)
  • c58113d chore: Bump step-security/harden-runner from 2.12.1 to 2.13.0 (#1153)
  • Additional commits viewable in compare view

Updates @typescript-eslint/eslint-plugin from 8.44.1 to 8.45.0

Release notes

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

v8.45.0

8.45.0 (2025-09-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11616)

🩹 Fixes

  • disable generating declaration maps (#11627)
  • ast-spec: narrow ArrowFunctionExpression.generator to false (#11636)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#11617)
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)

❤️ Thank You

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

Changelog

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

8.45.0 (2025-09-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11616)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#11617)

❤️ Thank You

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

Commits
  • 255e9e2 chore(release): publish 8.45.0
  • 967764e fix(eslint-plugin): [prefer-nullish-coalescing] ignoreBooleanCoercion should ...
  • f2eeb9d feat(eslint-plugin): expose rule name via RuleModule interface (#11616)
  • 590fac6 fix(eslint-plugin): [no-base-to-string] check if superclass is ignored (#11617)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.44.1 to 8.46.0

Release notes

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

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • typescript-estree: forbid abstract modifier in object methods (#11656)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)

❤️ Thank You

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

v8.45.0

8.45.0 (2025-09-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11616)

🩹 Fixes

  • disable generating declaration maps (#11627)
  • ast-spec: narrow ArrowFunctionExpression.generator to false (#11636)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#11617)
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)

... (truncated)

Changelog

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

8.46.0 (2025-10-06)

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

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

8.45.0 (2025-09-29)

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

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

Commits

Updates chai-as-promised from 8.0.1 to 8.0.2

Release notes

Sourced from chai-as-promised's releases.

v8.0.2

What's Changed

New Contributors

Full Changelog: chaijs/chai-as-promised@v8.0.1...v8.0.2

Commits

Updates eslint-plugin-n from 17.21.3 to 17.23.1

Release notes

Sourced from eslint-plugin-n's releases.

v17.23.1

17.23.1 (2025-09-18)

🩹 Fixes

  • node-builtins-modules/tls.js: Update minimal version (#484) (fe94432)

📚 Documentation

  • improve clarity of no-missing-import and no-missing-require (#455) (92ea876)

v17.23.0

17.23.0 (2025-09-15)

🌟 Features

v17.22.0

17.22.0 (2025-09-13)

🌟 Features

🩹 Fixes

  • ci: bump markdowncli-lint version (#468) (91a56d0)
  • no-unsupported: URL.createObjectURL, URL.revokeObjectURL are supported (#471) (844155c)
Changelog

Sourced from eslint-plugin-n's changelog.

17.23.1 (2025-09-18)

🩹 Fixes

  • node-builtins-modules/tls.js: Update minimal version (#484) (fe94432)

📚 Documentation

  • improve clarity of no-missing-import and no-missing-require (#455) (92ea876)

17.23.0 (2025-09-15)

🌟 Features

17.22.0 (2025-09-13)

🌟 Features

🩹 Fixes

  • ci: bump markdowncli-lint version (#468) (91a56d0)
  • no-unsupported: URL.createObjectURL, URL.revokeObjectURL are supported (#471) (844155c)
Commits
  • 42d1597 chore(master): release 17.23.1 (#482)
  • fe94432 fix(node-builtins-modules/tls.js): Update minimal version (#484)
  • 92ea876 docs: improve clarity of no-missing-import and no-missing-require (#455)
  • 92abbc9 chore(master): release 17.23.0 (#481)
  • 6516414 feat: Support latest node v23.x ✨ (#478)
  • cfeed38 Update es-syntax.md (#480)
  • bb77606 chore(master): release 17.22.0 (#469)
  • 0ab562b feat: support latest node 22 (#474)
  • fd0c192 feat: Add missing features from node 20.19.0 (#473)
  • 844155c fix(no-unsupported): URL.createObjectURL, URL.revokeObjectURL are support...
  • Additional commits viewable in compare view

Updates mocha from 11.7.1 to 11.7.4

Release notes

Sourced from mocha's releases.

v11.7.4

11.7.4 (2025-10-01)

🩹 Fixes

📚 Documentation

  • migrate remaining legacy wiki pages to main documentation (#5465) (bff9166)

🧹 Chores

v11.7.3

11.7.3 (2025-09-30)

🩹 Fixes

  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#5408) (ebdbc48)

📚 Documentation

🤖 Automation

  • deps: bump actions/setup-node in the github-actions group (#5459) (48c6f40)

v11.7.2

11.7.2 (2025-09-01)

🩹 Fixes

  • fail with an informative error message on a file with a broken default import (#5413) (b0e6135)
  • load mjs files correctly (#5429) (a947b9b)

📚 Documentation

... (truncated)

Changelog

Sourced from mocha's changelog.

11.7.4 (2025-10-01)

🩹 Fixes

📚 Documentation

  • migrate remaining legacy wiki pages to main documentation (#5465) (bff9166)

🧹 Chores

11.7.3 (2025-09-30)

🩹 Fixes

  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#5408) (ebdbc48)

📚 Documentation

🤖 Automation

  • deps: bump actions/setup-node in the github-actions group (#5459) (48c6f40)

11.7.2 (2025-09-01)

🩹 Fixes

  • fail with an informative error message on a file with a broken default import (#5413) (b0e6135)
  • load mjs files correctly (#5429) (a947b9b)

📚 Documentation

  • add banner from old site to new site, link from new to old (#5414) (dedef11)
  • add info on spies to legacy docs (#5421) (21f5544)

... (truncated)

Commits

…ories with 16 updates

Bumps the minor-and-patch-npm-daily group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `10.0.0` | `10.18.0` |
| [redis](https://github.com/redis/node-redis) | `5.8.0` | `5.8.3` |
| [@hashgraph/hedera-local](https://github.com/hashgraph/hedera-local-node) | `2.32.5` | `2.38.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.44.1` | `8.45.0` |
| [chai-as-promised](https://github.com/chaijs/chai-as-promised) | `8.0.1` | `8.0.2` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.21.3` | `17.23.1` |
| [mocha](https://github.com/mochajs/mocha) | `11.7.1` | `11.7.4` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.1` | `17.2.3` |
| [@hashgraph/sdk](https://github.com/hiero-ledger/hiero-sdk-js) | `2.63.0` | `2.74.0` |
| [axios](https://github.com/axios/axios) | `1.8.4` | `1.12.2` |
| [ethers](https://github.com/ethers-io/ethers.js) | `6.13.5` | `6.15.0` |
| [lru-cache](https://github.com/isaacs/node-lru-cache) | `11.1.0` | `11.2.2` |
| [redis-memory-server](https://github.com/mhassan1/redis-memory-server) | `0.12.1` | `0.13.0` |
| [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors) | `2.8.17` | `2.8.19` |

Bumps the minor-and-patch-npm-daily group with 1 update in the /packages/relay directory: [redis-memory-server](https://github.com/mhassan1/redis-memory-server).


Updates `pnpm` from 10.0.0 to 10.18.0
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Changelog](https://github.com/pnpm/pnpm/blob/main/pnpm/CHANGELOG.md)
- [Commits](https://github.com/pnpm/pnpm/commits/v10.18.0/pnpm)

Updates `redis` from 5.8.0 to 5.8.3
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/[email protected]@5.8.3)

Updates `@hashgraph/hedera-local` from 2.32.5 to 2.38.0
- [Release notes](https://github.com/hashgraph/hedera-local-node/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-local-node/blob/main/release.config.js)
- [Commits](hiero-ledger/hiero-local-node@v2.32.5...v2.38.0)

Updates `@typescript-eslint/eslint-plugin` from 8.44.1 to 8.45.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.45.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.44.1 to 8.46.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.46.0/packages/parser)

Updates `chai-as-promised` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/chaijs/chai-as-promised/releases)
- [Commits](chaijs/chai-as-promised@v8.0.1...v8.0.2)

Updates `eslint-plugin-n` from 17.21.3 to 17.23.1
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.21.3...v17.23.1)

Updates `mocha` from 11.7.1 to 11.7.4
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.7.1...v11.7.4)

Updates `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)

Updates `dotenv` from 17.2.1 to 17.2.3
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.1...v17.2.3)

Updates `@hashgraph/sdk` from 2.63.0 to 2.74.0
- [Release notes](https://github.com/hiero-ledger/hiero-sdk-js/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-sdk-js/blob/main/CHANGELOG.md)
- [Commits](hiero-ledger/hiero-sdk-js@v2.63.0...v2.74.0)

Updates `axios` from 1.8.4 to 1.12.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.8.4...v1.12.2)

Updates `ethers` from 6.13.5 to 6.15.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v6.13.5...v6.15.0)

Updates `lru-cache` from 11.1.0 to 11.2.2
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-lru-cache@v11.1.0...v11.2.2)

Updates `redis-memory-server` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/mhassan1/redis-memory-server/blob/main/CHANGELOG.md)
- [Commits](mhassan1/redis-memory-server@v0.12.1...v0.13.0)

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

Updates `axios` from 1.8.4 to 1.12.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.8.4...v1.12.2)

Updates `lru-cache` from 11.1.0 to 11.2.2
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-lru-cache@v11.1.0...v11.2.2)

Updates `redis` from 5.8.0 to 5.8.3
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/[email protected]@5.8.3)

Updates `redis-memory-server` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/mhassan1/redis-memory-server/blob/main/CHANGELOG.md)
- [Commits](mhassan1/redis-memory-server@v0.12.1...v0.13.0)

Updates `redis-memory-server` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/mhassan1/redis-memory-server/blob/main/CHANGELOG.md)
- [Commits](mhassan1/redis-memory-server@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: pnpm
  dependency-version: 10.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: redis
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@hashgraph/hedera-local"
  dependency-version: 2.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.45.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.46.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: chai-as-promised
  dependency-version: 8.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: eslint-plugin-n
  dependency-version: 17.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: mocha
  dependency-version: 11.7.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: dotenv
  dependency-version: 17.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@hashgraph/sdk"
  dependency-version: 2.74.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: axios
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: ethers
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: lru-cache
  dependency-version: 11.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: redis-memory-server
  dependency-version: 0.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@types/cors"
  dependency-version: 2.8.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: axios
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: lru-cache
  dependency-version: 11.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: redis
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: redis-memory-server
  dependency-version: 0.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: redis-memory-server
  dependency-version: 0.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 6, 2025
@dependabot dependabot bot requested review from a team as code owners October 6, 2025 19:43
@dependabot dependabot bot requested a review from konstantinabl October 6, 2025 19:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 6, 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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants