Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the production group with 33 updates in the / directory:

Package From To
@eslint/js 9.39.1 9.39.2
typescript-eslint 8.47.0 8.50.1
viem 2.40.0 2.43.3
winston 3.18.3 3.19.0
cron 4.3.4 4.4.0
express 5.2.0 5.2.1
redis 5.8.2 5.10.0
express-rate-limit 8.0.1 8.2.1
hcaptcha 0.1.1 0.2.0
typeorm 0.3.27 0.3.28
@hcaptcha/react-hcaptcha 1.12.1 1.17.1
@react-aria/utils 3.31.0 3.32.0
@tanstack/react-query 5.90.2 5.90.12
ky 1.11.0 1.14.1
nuqs 2.8.2 2.8.6
react 19.2.0 19.2.3
react-dom 19.2.0 19.2.3
react-hook-form 7.54.2 7.69.0
react-router-dom 7.9.3 7.11.0
@reown/appkit 1.8.14 1.8.15
@reown/appkit-adapter-wagmi 1.8.14 1.8.15
graphql-request 7.3.5 7.4.0
jotai 2.12.0 2.16.0
@nestjs/common 11.1.9 11.1.10
@nestjs/core 11.1.9 11.1.10
@nestjs/platform-fastify 11.1.9 11.1.10
@subsquid/typeorm-store 1.5.1 1.6.0
inquirer 13.0.1 13.1.0
yaml 2.3.0 2.8.2
@typescript-eslint/parser 8.47.0 8.50.1
@vitejs/plugin-react-swc 4.1.0 4.2.2
eslint-plugin-react-refresh 0.4.24 0.4.26
vite-plugin-checker 0.11.0 0.12.0

Updates @eslint/js from 9.39.1 to 9.39.2

Release notes

Sourced from @​eslint/js's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)
Commits

Updates typescript-eslint from 8.47.0 to 8.50.1

Release notes

Sourced from typescript-eslint's releases.

v8.50.1

8.50.1 (2025-12-22)

🩹 Fixes

  • eslint-plugin: [method-signature-style] ignore methods that return this (#11813)
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#11826)

❤️ Thank You

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

v8.50.0

8.50.0 (2025-12-15)

🚀 Features

  • eslint-plugin: [no-useless-default-assignment] add rule (#11720)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

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

v8.49.0

8.49.0 (2025-12-08)

🚀 Features

  • eslint-plugin: use Intl.Segmenter instead of graphemer (#11804)

🩹 Fixes

  • deps: update dependency prettier to v3.7.2 (#11820)

❤️ Thank You

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

v8.48.1

8.48.1 (2025-12-02)

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.50.1 (2025-12-22)

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

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

8.50.0 (2025-12-15)

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

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

8.49.0 (2025-12-08)

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

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

8.48.1 (2025-12-02)

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

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

8.48.0 (2025-11-24)

This was a version bump only for typescript-eslint 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 viem from 2.40.0 to 2.43.3

Release notes

Sourced from viem's releases.

viem@2.43.3

Patch Changes

viem@2.43.2

Patch Changes

viem@2.43.1

Patch Changes

viem@2.43.0

Minor Changes

  • #4107 b423fc17eba4f9f0648f72f5358a8e5ed9d5f092 Thanks @​tmm! - Added experimental named tuple support for contract-related actions and utilities.

  • #4147 734d99d9da4b76f9aa985a800213b4ba581607df Thanks @​jxom! - Added first-class support and extension for Tempo.


    Attaching a Tempo chain to your client grants your transaction actions with Tempo superpowers like batched calls and external fee payer capabilities.

    import { createClient, http } from "viem";
    import { privateKeyToAccount } from "viem/accounts";
    import { tempoTestnet } from "viem/chains";
    const client = createClient({
    account: privateKeyToAccount("0x…"),
    chain: tempoTestnet.extend({
    feeToken: "0x20c00000000000000000000000000000000000fa",
    }),

... (truncated)

Commits

Updates winston from 3.18.3 to 3.19.0

Release notes

Sourced from winston's releases.

v3.19.0

  • Run npm audit fix e7ccdc4
  • Don't include jest.config.js in npm package 5a63c8c
  • fix: append error cause when using logger.child() (#2467) e74a7ae
  • Bump rimraf from 5.0.1 to 5.0.10 (#2517) 8a956fd
  • fix: ensure File transport flushes all data before emitting finish (#2594) 86c890f
  • Bump actions/setup-node from 4 to 6 (#2589) 3b8be02
  • Bump @​babel/core from 7.28.0 to 7.28.5 (#2591) f4c3e2c
  • Bump actions/checkout from 4 to 6 (#2593) dd7906e
  • chore: migrate test runner from mocha to jest (#2567) 2e9eb18

winstonjs/winston@v3.18.3...v3.19.0

Commits

Updates cron from 4.3.4 to 4.4.0

Release notes

Sourced from cron's releases.

v4.4.0

4.4.0 (2025-12-09)

✨ Features

♻️ Chores

v4.3.5

4.3.5 (2025-11-30)

🐛 Bug Fixes

♻️ Chores

  • action: update actions/checkout action to v5.0.1 (0f3b9f3)
  • action: update actions/checkout action to v6 (#1028) (232f23a)
  • action: update actions/create-github-app-token action to v2.2.0 (1ade9ce)
  • action: update actions/setup-node action to v6 (#1017) (288cf0d)
  • action: update actions/upload-artifact action to v5 (#1018) (7091186)
  • action: update github/codeql-action action to v3.31.2 (8c5c4db)
  • action: update github/codeql-action action to v3.31.5 (c6516f1)
  • action: update github/codeql-action action to v4 (#1014) (258ee3b)
  • action: update step-security/harden-runner action to v2.13.2 (2f44428)
  • deps: update dependency @​eslint/js to v9.39.1 (319462a)
  • deps: update dependency @​semantic-release/github to v12.0.1 (dfa3411)
  • deps: update dependency @​swc/core to v1.15.0 (7aa02a2)
  • deps: update dependency @​swc/core to v1.15.3 (af87e4d)
  • deps: update dependency @​types/node to v22.19.0 (67701aa)
  • deps: update dependency @​types/node to v22.19.1 (2c0d2bb)
  • deps: update dependency @​types/sinon to v21 (#1029) (028b8b7)
  • deps: update semantic-release related packages (e29b122)
Changelog

Sourced from cron's changelog.

4.4.0 (2025-12-09)

✨ Features

♻️ Chores

4.3.5 (2025-11-30)

🐛 Bug Fixes

♻️ Chores

  • action: update actions/checkout action to v5.0.1 (0f3b9f3)
  • action: update actions/checkout action to v6 (#1028) (232f23a)
  • action: update actions/create-github-app-token action to v2.2.0 (1ade9ce)
  • action: update actions/setup-node action to v6 (#1017) (288cf0d)
  • action: update actions/upload-artifact action to v5 (#1018) (7091186)
  • action: update github/codeql-action action to v3.31.2 (8c5c4db)
  • action: update github/codeql-action action to v3.31.5 (c6516f1)
  • action: update github/codeql-action action to v4 (#1014) (258ee3b)
  • action: update step-security/harden-runner action to v2.13.2 (2f44428)
  • deps: update dependency @​eslint/js to v9.39.1 (319462a)
  • deps: update dependency @​semantic-release/github to v12.0.1 (dfa3411)
  • deps: update dependency @​swc/core to v1.15.0 (7aa02a2)
  • deps: update dependency @​swc/core to v1.15.3 (af87e4d)
  • deps: update dependency @​types/node to v22.19.0 (67701aa)
  • deps: update dependency @​types/node to v22.19.1 (2c0d2bb)
  • deps: update dependency @​types/sinon to v21 (#1029) (028b8b7)
  • deps: update semantic-release related packages (e29b122)
Commits
  • d2f18cf Release v4.4.0 [skip ci]
  • b228e7c feat: update node versions to include 24 and 25 (#1031)
  • 570f9bc chore(deps): lock file maintenance
  • ac05b84 chore(deps): lock file maintenance (#1026)
  • 3f1f009 Release v4.3.5 [skip ci]
  • 74d3b74 fix: suppress setTimeout warning with negatives (#1030)
  • 258ee3b chore(action): update github/codeql-action action to v4 (#1014)
  • 288cf0d chore(action): update actions/setup-node action to v6 (#1017)
  • 7091186 chore(action): update actions/upload-artifact action to v5 (#1018)
  • 232f23a chore(action): update actions/checkout action to v6 (#1028)
  • Additional commits viewable in compare view

Updates express from 5.2.0 to 5.2.1

Release notes

Sourced from express's releases.

v5.2.1

What's Changed

[!IMPORTANT]
The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.

Full Changelog: expressjs/express@v5.2.0...v5.2.1

Changelog

Sourced from express's changelog.

5.2.1 / 2025-12-01

  • Revert security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
    • The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.
Commits

Updates redis from 5.8.2 to 5.10.0

Release notes

Sourced from redis's releases.

redis@5.10.0

Changes

🚀 New Features

  • Add MSETEX command support (#3116)
  • Add CLAIM attribute to XREADGROUP command (#3122)
  • Add index/query doc page examples (#3109)

🧪 Experimental Features

  • Add support for CAS/CAD, DELEX, DIGEST commands (#3123)
  • Add support for HYBRID search (#3119 #3132)
  • Add latency histogram (#3099)

🐛 Bug Fixes

  • Fix dist/package.json version bumping in release process (#3125)
  • Prevent false-ready state when socket errors during handshake (#3128)
  • Don't parse number properties in XREADGROUP (#3133)

🧰 Maintenance

  • Apply proxy improvements (#3121)
  • Mark 8.4 features as experimental (#3134)
  • Extract supported Redis versions into SUPPORTED_REDIS_VERSIONS.md (#3131)
  • Bump test container image to 8.4.0 (#3139)

Contributors

We'd like to thank all the contributors who worked on this release!

Full Changelog: https://github.com/redis/node-redis/compare/redis@5.9.0...redis@5.10.0

redis@5.9.0

What's Changed

... (truncated)

Commits

Updates express-rate-limit from 8.0.1 to 8.2.1

Release notes

Sourced from express-rate-limit's releases.

v8.2.1

You can view the changelog here.

v8.2.0

You can view the changelog here.

v8.1.0

You can view the changelog here.

Commits
  • fe1604d 8.2.1
  • b11c05b Fix: don't warn for extra config from express-slow-down (#580)
  • 3734733 8.2.0
  • 962d737 feat: Unknown Options validation check (#578)
  • 992c15c chore(deps-dev): bump the development-dependencies group with 3 updates (#579)
  • 449a28a chore(deps-dev): bump the development-dependencies group across 1 directory w...
  • ceaff6f chore(deps-dev): bump @​biomejs/biome from 2.2.5 to 2.2.6 (#574)
  • 4fccb9e chore(deps-dev): bump lint-staged from 16.2.4 to 16.2.5 (#573)
  • b597770 Rework dependabot grouping
  • 03e8336 chore(deps-dev): bump mintlify from 4.2.114 to 4.2.175 (#572)
  • Additional commits viewable in compare view

Updates hcaptcha from 0.1.1 to 0.2.0

Commits

Updates typeorm from 0.3.27 to 0.3.28

Release notes

Sourced from typeorm's releases.

0.3.28

What's Changed

... (truncated)

Changelog

Sourced from typeorm's changelog.

0.3.28 (2025-12-02)

Bug Fixes

Features

  • add support for jsonpath column type in PostgreSQL (#11684) (4f05718)
  • cli/init: pick dependencies versions from our own package.json (#11705) (b930909)
  • entity schema support trees (#11606) (925dee0)
  • export QueryPartialEntity and QueryDeepPartialEntity types (#11748) (ade198c)
  • init version in postgres driver only if not set (#11373) (cb1284c)
  • manage MongoDB SOCKS5 proxy settings (#11731) (d7867eb)
  • mssql: support 'vector' type for MS SQL Server (#11732) (2681051)
  • mysql: add pool size options for each connection (#11810) (67f793f)
  • mysql: add support for vector columns on MariaDB and MySQL (#11670) (cfb3d6c)
Commits

…ates

Bumps the production group with 33 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.1` | `9.39.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.47.0` | `8.50.1` |
| [viem](https://github.com/wevm/viem) | `2.40.0` | `2.43.3` |
| [winston](https://github.com/winstonjs/winston) | `3.18.3` | `3.19.0` |
| [cron](https://github.com/kelektiv/node-cron) | `4.3.4` | `4.4.0` |
| [express](https://github.com/expressjs/express) | `5.2.0` | `5.2.1` |
| [redis](https://github.com/redis/node-redis) | `5.8.2` | `5.10.0` |
| [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `8.0.1` | `8.2.1` |
| [hcaptcha](https://github.com/vastus/node-hcaptcha) | `0.1.1` | `0.2.0` |
| [typeorm](https://github.com/typeorm/typeorm) | `0.3.27` | `0.3.28` |
| [@hcaptcha/react-hcaptcha](https://github.com/hCaptcha/react-hcaptcha) | `1.12.1` | `1.17.1` |
| [@react-aria/utils](https://github.com/adobe/react-spectrum) | `3.31.0` | `3.32.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.2` | `5.90.12` |
| [ky](https://github.com/sindresorhus/ky) | `1.11.0` | `1.14.1` |
| [nuqs](https://github.com/47ng/nuqs/tree/HEAD/packages/nuqs) | `2.8.2` | `2.8.6` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.3` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.0` | `19.2.3` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.54.2` | `7.69.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.9.3` | `7.11.0` |
| [@reown/appkit](https://github.com/reown-com/appkit) | `1.8.14` | `1.8.15` |
| [@reown/appkit-adapter-wagmi](https://github.com/reown-com/appkit) | `1.8.14` | `1.8.15` |
| [graphql-request](https://github.com/graffle-js/graffle) | `7.3.5` | `7.4.0` |
| [jotai](https://github.com/pmndrs/jotai) | `2.12.0` | `2.16.0` |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.1.9` | `11.1.10` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.1.9` | `11.1.10` |
| [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify) | `11.1.9` | `11.1.10` |
| [@subsquid/typeorm-store](https://github.com/subsquid/squid) | `1.5.1` | `1.6.0` |
| [inquirer](https://github.com/SBoudrias/Inquirer.js) | `13.0.1` | `13.1.0` |
| [yaml](https://github.com/eemeli/yaml) | `2.3.0` | `2.8.2` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.47.0` | `8.50.1` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) | `4.1.0` | `4.2.2` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.24` | `0.4.26` |
| [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) | `0.11.0` | `0.12.0` |



Updates `@eslint/js` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js)

Updates `typescript-eslint` from 8.47.0 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/typescript-eslint)

Updates `viem` from 2.40.0 to 2.43.3
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.40.0...viem@2.43.3)

Updates `winston` from 3.18.3 to 3.19.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.18.3...v3.19.0)

Updates `cron` from 4.3.4 to 4.4.0
- [Release notes](https://github.com/kelektiv/node-cron/releases)
- [Changelog](https://github.com/kelektiv/node-cron/blob/main/CHANGELOG.md)
- [Commits](kelektiv/node-cron@v4.3.4...v4.4.0)

Updates `express` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@v5.2.0...v5.2.1)

Updates `redis` from 5.8.2 to 5.10.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/redis@5.8.2...redis@5.10.0)

Updates `express-rate-limit` from 8.0.1 to 8.2.1
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Commits](express-rate-limit/express-rate-limit@v8.0.1...v8.2.1)

Updates `hcaptcha` from 0.1.1 to 0.2.0
- [Commits](https://github.com/vastus/node-hcaptcha/commits/v0.2.0)

Updates `typeorm` from 0.3.27 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.27...0.3.28)

Updates `@hcaptcha/react-hcaptcha` from 1.12.1 to 1.17.1
- [Release notes](https://github.com/hCaptcha/react-hcaptcha/releases)
- [Commits](hCaptcha/react-hcaptcha@1.12.1...1.17.1)

Updates `@react-aria/utils` from 3.31.0 to 3.32.0
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/utils@3.31.0...@react-aria/utils@3.32.0)

Updates `@tanstack/react-query` from 5.90.2 to 5.90.12
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.12/packages/react-query)

Updates `ky` from 1.11.0 to 1.14.1
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](sindresorhus/ky@v1.11.0...v1.14.1)

Updates `nuqs` from 2.8.2 to 2.8.6
- [Release notes](https://github.com/47ng/nuqs/releases)
- [Commits](https://github.com/47ng/nuqs/commits/v2.8.6/packages/nuqs)

Updates `react` from 19.2.0 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react)

Updates `react-dom` from 19.2.0 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react-dom)

Updates `react-hook-form` from 7.54.2 to 7.69.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.54.2...v7.69.0)

Updates `react-router-dom` from 7.9.3 to 7.11.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.11.0/packages/react-router-dom)

Updates `@reown/appkit` from 1.8.14 to 1.8.15
- [Release notes](https://github.com/reown-com/appkit/releases)
- [Commits](https://github.com/reown-com/appkit/compare/@reown/appkit@1.8.14...@reown/appkit@1.8.15)

Updates `@reown/appkit-adapter-wagmi` from 1.8.14 to 1.8.15
- [Release notes](https://github.com/reown-com/appkit/releases)
- [Commits](https://github.com/reown-com/appkit/compare/@reown/appkit-adapter-wagmi@1.8.14...@reown/appkit-adapter-wagmi@1.8.15)

Updates `graphql-request` from 7.3.5 to 7.4.0
- [Release notes](https://github.com/graffle-js/graffle/releases)
- [Commits](graffle-js/graffle@v7.3.5...7.4.0)

Updates `jotai` from 2.12.0 to 2.16.0
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.12.0...v2.16.0)

Updates `@nestjs/common` from 11.1.9 to 11.1.10
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.10/packages/common)

Updates `@nestjs/core` from 11.1.9 to 11.1.10
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.10/packages/core)

Updates `@nestjs/platform-fastify` from 11.1.9 to 11.1.10
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.10/packages/platform-fastify)

Updates `@subsquid/typeorm-store` from 1.5.1 to 1.6.0
- [Commits](https://github.com/subsquid/squid/compare/@subsquid/typeorm-store_v1.5.1...@subsquid/typeorm-store_v1.6.0)

Updates `inquirer` from 13.0.1 to 13.1.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@13.0.1...inquirer@13.1.0)

Updates `yaml` from 2.3.0 to 2.8.2
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.3.0...v2.8.2)

Updates `@typescript-eslint/parser` from 8.47.0 to 8.50.1
- [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.50.1/packages/parser)

Updates `@vitejs/plugin-react-swc` from 4.1.0 to 4.2.2
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react-swc@4.2.2/packages/plugin-react-swc)

Updates `eslint-plugin-react-refresh` from 0.4.24 to 0.4.26
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.24...v0.4.26)

Updates `vite-plugin-checker` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases)
- [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.11.0...vite-plugin-checker@0.12.0)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.39.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: typescript-eslint
  dependency-version: 8.50.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: viem
  dependency-version: 2.43.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: winston
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: cron
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: express
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: redis
  dependency-version: 5.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: express-rate-limit
  dependency-version: 8.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: hcaptcha
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: typeorm
  dependency-version: 0.3.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@hcaptcha/react-hcaptcha"
  dependency-version: 1.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@react-aria/utils"
  dependency-version: 3.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: ky
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: nuqs
  dependency-version: 2.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: react
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: react-dom
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: react-hook-form
  dependency-version: 7.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: react-router-dom
  dependency-version: 7.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@reown/appkit"
  dependency-version: 1.8.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@reown/appkit-adapter-wagmi"
  dependency-version: 1.8.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: graphql-request
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: jotai
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@nestjs/common"
  dependency-version: 11.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@nestjs/platform-fastify"
  dependency-version: 11.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@subsquid/typeorm-store"
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: inquirer
  dependency-version: 13.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: yaml
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.50.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.4.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: vite-plugin-checker
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the D4-dependencies Package dependencies label Dec 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

D4-dependencies Package dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant