Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2025

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

Package From To
pnpm 10.0.0 10.19.0
redis 5.8.0 5.9.0
chai-as-promised 8.0.1 8.0.2
eslint 9.34.0 9.38.0
eslint-plugin-n 17.21.3 17.23.1
lint-staged 16.1.6 16.2.6
mocha 11.7.1 11.7.4
typescript 5.8.3 5.9.3
dotenv 17.2.1 17.2.3
chai 6.0.1 6.2.0
@hashgraph/sdk 2.63.0 2.75.0
ethers 6.13.5 6.15.0
lru-cache 11.1.0 11.2.2
redis-memory-server 0.12.1 0.13.0
koa 2.16.1 2.16.3
@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.19.0

Release notes

Sourced from pnpm's releases.

pnpm 10.19

Minor Changes

  • You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:
      - [email protected] || 21.6.5
      - [email protected]

    Related PR: #10104.

  • Added support for exact versions in minimumReleaseAgeExclude #9985.

    You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by minimumReleaseAge. For example:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - [email protected]
      - [email protected] || 5.102.1

Platinum Sponsors

Gold Sponsors

... (truncated)

Changelog

Sourced from pnpm's changelog.

10.19.0

Minor Changes

  • You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:
      - [email protected] || 21.6.5
      - [email protected]

    Related PR: #10104.

  • Added support for exact versions in minimumReleaseAgeExclude #9985.

    You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by minimumReleaseAge. For example:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - [email protected]
      - [email protected] || 5.102.1

10.18.3

Patch Changes

  • Fix a bug where pnpm would infinitely recurse when using verifyDepsBeforeInstall: install and pre/post install scripts that called other pnpm scripts #10060.
  • Fixed scoped registry keys (e.g., @scope:registry) being parsed as property paths in pnpm config get when --location=project is used #9362.
  • Remove pnpm-specific CLI options before passing to npm publish to prevent "Unknown cli config" warnings #9646.
  • Fixed EISDIR error when bin field points to a directory #9441.
  • Preserve version and hasBin for variations packages #10022.
  • Fixed pnpm config set --location=project incorrectly handling keys with slashes (auth tokens, registry settings) #9884.
  • When both pnpm-workspace.yaml and .npmrc exist, pnpm config set --location=project now writes to pnpm-workspace.yaml (matching read priority) #10072.
  • Prevent a table width error in pnpm outdated --long #10040.
  • Sync bin links after injected dependencies are updated by build scripts. This ensures that binaries created during build processes are properly linked and accessible to consuming projects #10057.

10.18.2

Patch Changes

  • pnpm outdated --long should work #10040.
  • Replace ndjson with split2. Reduce the bundle size of pnpm CLI #10054.
  • pnpm dlx should request the full metadata of packages, when minimumReleaseAge is set #9963.
  • pnpm version switching should work when the pnpm home directory is in a symlinked directory #9715.
  • Fix EPIPE errors when piping output to other commands #10027.

10.18.1

... (truncated)

Commits
  • 43d7b18 chore(release): 10.19.0
  • 1bfc105 chore(release): 10.18.3
  • 6089939 fix: sync bin links after injected deps sync (#10064)
  • 9865167 fix(config): fix infinite loop when using pre/post install scripts and verify...
  • 1b15e45 chore(release): 10.18.2
  • 50a47b0 fix: handle EPIPE errors when piping output (#10051)
  • 651a27a chore(release): 10.18.1
  • bdbd31a chore(release): 10.18.0
  • 2bfbdfc fix: errorHander.ts
  • 6618431 chore(release): libs
  • Additional commits viewable in compare view

Updates redis from 5.8.0 to 5.9.0

Release notes

Sourced from redis's releases.

[email protected]

What's Changed

New Contributors

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

[email protected]

What's Changed

... (truncated)

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 from 9.34.0 to 9.38.0

Release notes

Sourced from eslint's releases.

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

Chores

  • d17c795 chore: upgrade @​eslint/js@​9.38.0 (#20221) (Milos Djermanovic)
  • 25d0e33 chore: package.json update for @​eslint/js release (Jenkins)
  • c82b5ef refactor: Use types from @​eslint/core (#20168) (Nicholas C. Zakas)
  • ff31609 ci: add Node.js 25 to ci.yml (#20220) (루밀LuMir)
  • 004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])
  • eac71fb test: remove use of nodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)
  • 4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)
  • 205dbd2 chore: fix typos (#20200) (ntnyq)
  • dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)
  • 8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)

v9.37.0

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#19562) (Nitin Kumar)

Bug Fixes

  • a129cce fix: correct no-loss-of-precision false positives for leading zeros (#20164) (Francesco Trotta)
  • 09e04fc fix: add missing AST token types (#20172) (Pixel998)
  • 861c6da fix: correct ESLint typings (#20122) (Pixel998)

Documentation

  • b950359 docs: fix typos across the docs (#20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#20173) (renovate[bot])

... (truncated)

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 lint-staged from 16.1.6 to 16.2.6

Release notes

Sourced from lint-staged's releases.

v16.2.6

Patch Changes

  • #1693 33d4502 Thanks @​Adrian-Baran-GY! - Fix problems with --continue-on-error option, where tasks might have still been killed (SIGINT) when one of them failed.

v16.2.5

Patch Changes

  • #1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.

v16.2.4

Patch Changes

v16.2.3

Patch Changes

  • #1669 27cd541 Thanks @​iiroj! - When using --fail-on-changes, automatically hidden (partially) unstaged changes are no longer counted to make lint-staged fail.

v16.2.2

Patch Changes

  • #1667 699f95d Thanks @​iiroj! - The backup stash will not be dropped when using --fail-on-changes and there are errors. When reverting to original state is disabled (via --no-revert or --fail-on-changes), hidden (partially) unstaged changes are still restored automatically so that it's easier to resolve the situation manually.

    Additionally, the example for using the backup stash manually now uses the correct backup hash, if available:

    % npx lint-staged --fail-on-changes
    ✔ Backed up original state in git stash (c18d55a3)
    ✔ Running tasks for staged files...
    ✖ Tasks modified files and --fail-on-changes was used!
    ↓ Cleaning up temporary files...
    ✖ lint-staged failed because --fail-on-changes was used.
    Any lost modifications can be restored from a git stash:
    > git stash list --format="%h %s"
    c18d55a3 On main: lint-staged automatic backup
    > git apply --index c18d55a3

v16.2.1

Patch Changes

  • #1664 8277b3b Thanks @​iiroj! - The built-in TypeScript types have been updated to more closely match the implementation. Notably, the list of staged files supplied to task functions is readonly string[] and can't be mutated. Thanks @​outslept!

... (truncated)

Changelog

Sourced from lint-staged's changelog.

16.2.6

Patch Changes

  • #1693 33d4502 Thanks @​Adrian-Baran-GY! - Fix problems with --continue-on-error option, where tasks might have still been killed (SIGINT) when one of them failed.

16.2.5

Patch Changes

  • #1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.

16.2.4

Patch Changes

16.2.3

Patch Changes

  • #1669 27cd541 Thanks @​iiroj! - When using --fail-on-changes, automatically hidden (partially) unstaged changes are no longer counted to make lint-staged fail.

16.2.2

Patch Changes

  • #1667 699f95d Thanks @​iiroj! - The backup stash will not be dropped when using --fail-on-changes and there are errors. When reverting to original state is disabled (via --no-revert or --fail-on-changes), hidden (partially) unstaged changes are still restored automatically so that it's easier to resolve the situation manually.

    Additionally, the example for using the backup stash manually now uses the correct backup hash, if available:

    % npx lint-staged --fail-on-changes
    ✔ Backed up original state in git stash (c18d55a3)
    ✔ Running tasks for staged files...
    ✖ Tasks modified files and --fail-on-changes was used!
    ↓ Cleaning up temporary files...
    ✖ lint-staged failed because --fail-on-changes was used.
    Any lost modifications can be restored from a git stash:
    > git stash list --format="%h %s"
    c18d55a3 On main: lint-staged automatic backup
    > git apply --index c18d55a3

... (truncated)

Commits
  • a1ec972 chore(changeset): release
  • ddd5340 build(deps): regenerate package-lock.json
  • ceb253a build(deps): update Vitest 4
  • 58cc126 build(deps): update listr2
  • 33d4502 fix: run all tasks when --continue-on-error=true
  • 54ba9eb test: fix test usage for --continue-on-error
  • b1715d9 test: fix test assertions for --continue-on-error to reveal incorrect behavior
  • 1f6a326 chore(changeset): release
  • 6ab937c ci: use separate caches for MSYS2 and Cygwin
  • 6d71384 fix: catch errors when calling spawn
  • Additional commits viewable in compare view
Maintainer changes

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


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 (

…ories with 16 updates

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

| Package | From | To |
| --- | --- | --- |
| [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `10.0.0` | `10.19.0` |
| [redis](https://github.com/redis/node-redis) | `5.8.0` | `5.9.0` |
| [chai-as-promised](https://github.com/chaijs/chai-as-promised) | `8.0.1` | `8.0.2` |
| [eslint](https://github.com/eslint/eslint) | `9.34.0` | `9.38.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.21.3` | `17.23.1` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.1.6` | `16.2.6` |
| [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` |
| [chai](https://github.com/chaijs/chai) | `6.0.1` | `6.2.0` |
| [@hashgraph/sdk](https://github.com/hiero-ledger/hiero-sdk-js) | `2.63.0` | `2.75.0` |
| [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` |
| [koa](https://github.com/koajs/koa) | `2.16.1` | `2.16.3` |
| [@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.19.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.19.0/pnpm)

Updates `redis` from 5.8.0 to 5.9.0
- [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.9.0)

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` from 9.34.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.34.0...v9.38.0)

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 `lint-staged` from 16.1.6 to 16.2.6
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.1.6...v16.2.6)

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 `chai` from 6.0.1 to 6.2.0
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v6.0.1...v6.2.0)

Updates `@hashgraph/sdk` from 2.63.0 to 2.75.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.75.0)

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 `koa` from 2.16.1 to 2.16.3
- [Release notes](https://github.com/koajs/koa/releases)
- [Changelog](https://github.com/koajs/koa/blob/master/History.md)
- [Commits](koajs/koa@v2.16.1...v2.16.3)

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 `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.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: redis
  dependency-version: 5.9.0
  dependency-type: direct:production
  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
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: lint-staged
  dependency-version: 16.2.6
  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: chai
  dependency-version: 6.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@hashgraph/sdk"
  dependency-version: 2.75.0
  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: koa
  dependency-version: 2.16.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: 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 24, 2025
@dependabot dependabot bot requested review from a team as code owners October 24, 2025 19:41
@dependabot dependabot bot requested a review from acuarica October 24, 2025 19:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 24, 2025
@quiet-node quiet-node self-assigned this Oct 27, 2025
@quiet-node quiet-node added this to the 0.73.0 milestone Oct 27, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2025

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

@dependabot dependabot bot closed this Oct 28, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-npm-daily-7341646cea branch October 28, 2025 13:36
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.

3 participants