v11.1.12

nestjs/nestv11.1.12Jan 15, 2026by kamilmysliwiec

AI Summary

This patch release fixes a regression in loading file-type under Windows OS and updates various dependencies including ws, file-type, and find-my-way.

Key Highlights

  • Fixed regression in loading file-type under Windows OS
  • Updated ws from 8.18.3 to 8.19.0
  • Updated file-type to v21.3.0
  • Updated find-my-way to v9.4.0

Full Release Notes

## v11.1.12 (2026-01-15)

#### Bug fixes
* `common`
  * [#16187](https://github.com/nestjs/nest/pull/16187) fix(common): regression in loading file-type under Windows OS ([@iamkanguk97](https://github.com/iamkanguk97))

#### Dependencies
* `platform-ws`
  * [#16161](https://github.com/nestjs/nest/pull/16161) chore(deps): bump ws from 8.18.3 to 8.19.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
* `common`
  * [#16155](https://github.com/nestjs/nest/pull/16155) fix(deps): update dependency file-type to v21.3.0 ([@renovate[bot]](https://github.com/apps/renovate))
* `platform-fastify`
  * [#16154](https://github.com/nestjs/nest/pull/16154) fix(deps): update dependency find-my-way to v9.4.0 ([@renovate[bot]](https://github.com/apps/renovate))

#### Committers: 3
- Antonio Tripodi ([@Tony133](https://github.com/Tony133))
- KANGUK LEE ([@iamkanguk97](https://github.com/iamkanguk97))
- [@miso-kyoungminkim](https://github.com/miso-kyoungminkim)