Skip to content

Commit e4ab130

Browse files
fix(deps): update nest monorepo (#315)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nestjs/common](https://nestjs.com) ([source](https://togithub.com/nestjs/nest/tree/HEAD/packages/common)) | [`10.3.8` -> `10.3.10`](https://renovatebot.com/diffs/npm/@nestjs%2fcommon/10.3.8/10.3.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nestjs%2fcommon/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nestjs%2fcommon/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nestjs%2fcommon/10.3.8/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nestjs%2fcommon/10.3.8/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@nestjs/core](https://nestjs.com) ([source](https://togithub.com/nestjs/nest/tree/HEAD/packages/core)) | [`10.3.8` -> `10.3.10`](https://renovatebot.com/diffs/npm/@nestjs%2fcore/10.3.8/10.3.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nestjs%2fcore/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nestjs%2fcore/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nestjs%2fcore/10.3.8/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nestjs%2fcore/10.3.8/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@nestjs/platform-express](https://nestjs.com) ([source](https://togithub.com/nestjs/nest/tree/HEAD/packages/platform-express)) | [`10.3.8` -> `10.3.10`](https://renovatebot.com/diffs/npm/@nestjs%2fplatform-express/10.3.8/10.3.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nestjs%2fplatform-express/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nestjs%2fplatform-express/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nestjs%2fplatform-express/10.3.8/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nestjs%2fplatform-express/10.3.8/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@nestjs/schematics](https://togithub.com/nestjs/schematics) | [`10.1.1` -> `10.1.3`](https://renovatebot.com/diffs/npm/@nestjs%2fschematics/10.1.1/10.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nestjs%2fschematics/10.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nestjs%2fschematics/10.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nestjs%2fschematics/10.1.1/10.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nestjs%2fschematics/10.1.1/10.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@nestjs/testing](https://nestjs.com) ([source](https://togithub.com/nestjs/nest/tree/HEAD/packages/testing)) | [`10.3.8` -> `10.3.10`](https://renovatebot.com/diffs/npm/@nestjs%2ftesting/10.3.8/10.3.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nestjs%2ftesting/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nestjs%2ftesting/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nestjs%2ftesting/10.3.8/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nestjs%2ftesting/10.3.8/10.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nestjs/nest (@&#8203;nestjs/common)</summary> ### [`v10.3.10`](https://togithub.com/nestjs/nest/compare/v10.3.9...v10.3.10) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.3.9...v10.3.10) ### [`v10.3.9`](https://togithub.com/nestjs/nest/releases/tag/v10.3.9) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.3.8...v10.3.9) ##### v10.3.9 (2024-06-03) ##### Bug fixes - `core` - [#&#8203;13453](https://togithub.com/nestjs/nest/pull/13453) fix(core): possible memory leak when using server side events ([@&#8203;zhengjitf](https://togithub.com/zhengjitf)) - [#&#8203;13405](https://togithub.com/nestjs/nest/pull/13405) fix(core): auto flush logs on synchronous internal errors ([@&#8203;micalevisk](https://togithub.com/micalevisk)) - `platform-fastify` - [#&#8203;13536](https://togithub.com/nestjs/nest/pull/13536) feat(fastify): Do not crash if enableVersioning is not used ([@&#8203;Fcmam5](https://togithub.com/Fcmam5)) ##### Enhancements - `platform-ws` - [#&#8203;13531](https://togithub.com/nestjs/nest/pull/13531) fix(ws): close existing connections ([@&#8203;bettercalljason](https://togithub.com/bettercalljason)) - `common`, `core` - [#&#8203;13428](https://togithub.com/nestjs/nest/pull/13428) feat(common): support empty `@Inject()` on constructor-based injection ([@&#8203;micalevisk](https://togithub.com/micalevisk)) - `core` - [#&#8203;13614](https://togithub.com/nestjs/nest/pull/13614) fix(core): prevent exclude method from overwriting previous calls ([@&#8203;dragontaek-lee](https://togithub.com/dragontaek-lee)) ##### Docs - `common` - [#&#8203;13471](https://togithub.com/nestjs/nest/pull/13471) doc: fix typos & clarify comments ([@&#8203;le-harivansh](https://togithub.com/le-harivansh)) ##### Dependencies - Other - [#&#8203;13619](https://togithub.com/nestjs/nest/pull/13619) chore(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.9.0 to 7.11.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13631](https://togithub.com/nestjs/nest/pull/13631) chore(deps): bump mysql2 from 3.9.7 to 3.9.8 in /sample/05-sql-typeorm ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13624](https://togithub.com/nestjs/nest/pull/13624) chore(deps-dev): bump mqtt from 5.6.0 to 5.7.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13617](https://togithub.com/nestjs/nest/pull/13617) chore(deps-dev): bump lint-staged from 15.2.2 to 15.2.5 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13611](https://togithub.com/nestjs/nest/pull/13611) chore(deps-dev): bump cache-manager from 5.5.2 to 5.5.3 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13610](https://togithub.com/nestjs/nest/pull/13610) chore(deps): bump fast-json-stringify from 5.15.1 to 5.16.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13620](https://togithub.com/nestjs/nest/pull/13620) chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.10.0 to 7.11.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13625](https://togithub.com/nestjs/nest/pull/13625) chore(deps-dev): bump artillery from 2.0.12 to 2.0.14 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13629](https://togithub.com/nestjs/nest/pull/13629) chore(deps-dev): bump nodemon from 3.1.0 to 3.1.2 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13633](https://togithub.com/nestjs/nest/pull/13633) chore(deps-dev): bump mysql2 from 3.9.7 to 3.10.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13588](https://togithub.com/nestjs/nest/pull/13588) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/04-grpc ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13591](https://togithub.com/nestjs/nest/pull/13591) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/02-gateways ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13592](https://togithub.com/nestjs/nest/pull/13592) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/01-cats-app ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13594](https://togithub.com/nestjs/nest/pull/13594) chore(deps-dev): bump core-js from 3.37.0 to 3.37.1 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13595](https://togithub.com/nestjs/nest/pull/13595) chore(deps-dev): bump redis from 4.6.13 to 4.6.14 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13596](https://togithub.com/nestjs/nest/pull/13596) chore(deps-dev): bump sinon from 17.0.1 to 18.0.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13597](https://togithub.com/nestjs/nest/pull/13597) chore(deps-dev): bump [@&#8203;grpc/grpc-js](https://togithub.com/grpc/grpc-js) from 1.10.7 to 1.10.8 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13602](https://togithub.com/nestjs/nest/pull/13602) chore(deps-dev): bump mongoose from 8.3.4 to 8.4.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13605](https://togithub.com/nestjs/nest/pull/13605) chore(deps-dev): bump nats from 2.25.0 to 2.26.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13606](https://togithub.com/nestjs/nest/pull/13606) chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.9.0 to 7.10.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13590](https://togithub.com/nestjs/nest/pull/13590) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/05-sql-typeorm ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13589](https://togithub.com/nestjs/nest/pull/13589) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/03-microservices ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13587](https://togithub.com/nestjs/nest/pull/13587) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/08-webpack ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13586](https://togithub.com/nestjs/nest/pull/13586) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/06-mongoose ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13585](https://togithub.com/nestjs/nest/pull/13585) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/09-babel-example ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13584](https://togithub.com/nestjs/nest/pull/13584) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/07-sequelize ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13583](https://togithub.com/nestjs/nest/pull/13583) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/11-swagger ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13576](https://togithub.com/nestjs/nest/pull/13576) chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13567](https://togithub.com/nestjs/nest/pull/13567) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/15-mvc ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13570](https://togithub.com/nestjs/nest/pull/13570) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/19-auth-jwt ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13563](https://togithub.com/nestjs/nest/pull/13563) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/20-cache ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13564](https://togithub.com/nestjs/nest/pull/13564) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/21-serializer ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13565](https://togithub.com/nestjs/nest/pull/13565) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/22-graphql-prisma ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13568](https://togithub.com/nestjs/nest/pull/13568) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/13-mongo-typeorm ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13569](https://togithub.com/nestjs/nest/pull/13569) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/12-graphql-schema-first ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13571](https://togithub.com/nestjs/nest/pull/13571) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/14-mongoose-base ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13572](https://togithub.com/nestjs/nest/pull/13572) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/16-gateways-ws ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13573](https://togithub.com/nestjs/nest/pull/13573) chore(deps-dev): bump artillery from 2.0.11 to 2.0.12 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13575](https://togithub.com/nestjs/nest/pull/13575) chore(deps-dev): bump chai-as-promised from 7.1.1 to 7.1.2 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13577](https://togithub.com/nestjs/nest/pull/13577) chore(deps-dev): bump nats from 2.24.0 to 2.25.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13578](https://togithub.com/nestjs/nest/pull/13578) chore(deps-dev): bump [@&#8203;types/node](https://togithub.com/types/node) from 20.12.11 to 20.12.12 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13579](https://togithub.com/nestjs/nest/pull/13579) chore(deps-dev): bump mqtt from 5.5.5 to 5.6.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13580](https://togithub.com/nestjs/nest/pull/13580) chore(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.8.0 to 7.9.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13518](https://togithub.com/nestjs/nest/pull/13518) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/29-file-upload ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13519](https://togithub.com/nestjs/nest/pull/13519) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/28-sse ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13520](https://togithub.com/nestjs/nest/pull/13520) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/26-queues ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13521](https://togithub.com/nestjs/nest/pull/13521) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/25-dynamic-modules ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13522](https://togithub.com/nestjs/nest/pull/13522) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/30-event-emitter ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13523](https://togithub.com/nestjs/nest/pull/13523) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/24-serve-static ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13524](https://togithub.com/nestjs/nest/pull/13524) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/27-scheduling ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13528](https://togithub.com/nestjs/nest/pull/13528) chore(deps-dev): bump cache-manager from 5.5.1 to 5.5.2 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13529](https://togithub.com/nestjs/nest/pull/13529) chore(deps-dev): bump [@&#8203;grpc/grpc-js](https://togithub.com/grpc/grpc-js) from 1.10.6 to 1.10.7 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13546](https://togithub.com/nestjs/nest/pull/13546) chore(deps-dev): bump mongoose from 8.3.3 to 8.3.4 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13549](https://togithub.com/nestjs/nest/pull/13549) chore(deps): bump undici and mercurius in /sample/33-graphql-mercurius ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13552](https://togithub.com/nestjs/nest/pull/13552) chore(deps-dev): bump [@&#8203;types/node](https://togithub.com/types/node) from 20.12.10 to 20.12.11 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13554](https://togithub.com/nestjs/nest/pull/13554) chore(deps-dev): bump [@&#8203;fastify/static](https://togithub.com/fastify/static) from 7.0.3 to 7.0.4 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13517](https://togithub.com/nestjs/nest/pull/13517) chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13545](https://togithub.com/nestjs/nest/pull/13545) chore(deps): bump fast-json-stringify from 5.14.1 to 5.15.1 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13544](https://togithub.com/nestjs/nest/pull/13544) chore(deps-dev): bump [@&#8203;types/node](https://togithub.com/types/node) from 20.12.7 to 20.12.10 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13540](https://togithub.com/nestjs/nest/pull/13540) chore(deps-dev): bump conventional-changelog from 5.1.0 to 6.0.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13539](https://togithub.com/nestjs/nest/pull/13539) chore(deps-dev): bump nats from 2.23.0 to 2.24.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13512](https://togithub.com/nestjs/nest/pull/13512) chore(deps-dev): bump mongoose from 8.3.2 to 8.3.3 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13474](https://togithub.com/nestjs/nest/pull/13474) chore(deps-dev): bump mysql2 from 3.9.6 to 3.9.7 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13490](https://togithub.com/nestjs/nest/pull/13490) chore(deps-dev): bump [@&#8203;commitlint/config-angular](https://togithub.com/commitlint/config-angular) from 19.2.2 to 19.3.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13499](https://togithub.com/nestjs/nest/pull/13499) chore(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.7.0 to 7.8.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13502](https://togithub.com/nestjs/nest/pull/13502) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/32-graphql-federation-schema-first/posts-application ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13503](https://togithub.com/nestjs/nest/pull/13503) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/32-graphql-federation-schema-first/gateway ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13504](https://togithub.com/nestjs/nest/pull/13504) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/31-graphql-federation-code-first/users-application ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13505](https://togithub.com/nestjs/nest/pull/13505) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/31-graphql-federation-code-first/posts-application ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13506](https://togithub.com/nestjs/nest/pull/13506) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/32-graphql-federation-schema-first/users-application ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13507](https://togithub.com/nestjs/nest/pull/13507) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/31-graphql-federation-code-first/gateway ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13510](https://togithub.com/nestjs/nest/pull/13510) chore(deps-dev): bump artillery from 2.0.10 to 2.0.11 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13511](https://togithub.com/nestjs/nest/pull/13511) chore(deps-dev): bump [@&#8203;fastify/view](https://togithub.com/fastify/view) from 9.0.0 to 9.1.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13513](https://togithub.com/nestjs/nest/pull/13513) chore(deps-dev): bump mqtt from 5.5.4 to 5.5.5 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13515](https://togithub.com/nestjs/nest/pull/13515) chore(deps-dev): bump [@&#8203;grpc/proto-loader](https://togithub.com/grpc/proto-loader) from 0.7.11 to 0.7.13 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13479](https://togithub.com/nestjs/nest/pull/13479) chore(deps-dev): bump nats from 2.22.0 to 2.23.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13487](https://togithub.com/nestjs/nest/pull/13487) chore(deps): bump mysql2 from 3.9.4 to 3.9.7 in /sample/07-sequelize ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13488](https://togithub.com/nestjs/nest/pull/13488) chore(deps): bump mysql2 from 3.9.4 to 3.9.7 in /sample/05-sql-typeorm ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13491](https://togithub.com/nestjs/nest/pull/13491) chore(deps-dev): bump [@&#8203;commitlint/cli](https://togithub.com/commitlint/cli) from 19.2.2 to 19.3.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13495](https://togithub.com/nestjs/nest/pull/13495) chore(deps-dev): bump supertest from 6.3.3 to 7.0.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13498](https://togithub.com/nestjs/nest/pull/13498) chore(deps-dev): bump mqtt from 5.5.2 to 5.5.4 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13500](https://togithub.com/nestjs/nest/pull/13500) chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.7.0 to 7.8.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - `platform-fastify` - [#&#8203;13525](https://togithub.com/nestjs/nest/pull/13525) chore(deps): bump [@&#8203;fastify/middie](https://togithub.com/fastify/middie) from 8.3.0 to 8.3.1 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13553](https://togithub.com/nestjs/nest/pull/13553) chore(deps): bump fastify from 4.26.2 to 4.27.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - `platform-ws` - [#&#8203;13509](https://togithub.com/nestjs/nest/pull/13509) chore(deps): bump ws from 8.16.0 to 8.17.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### Committers: 14 - Anaël Bonnafous ([@&#8203;AnaelBonnafous](https://togithub.com/AnaelBonnafous)) - Antonio Tripodi ([@&#8203;Tony133](https://togithub.com/Tony133)) - Fortas Abdeldjalil ([@&#8203;Fcmam5](https://togithub.com/Fcmam5)) - Jason ([@&#8203;bettercalljason](https://togithub.com/bettercalljason)) - Johaven ([@&#8203;johaven](https://togithub.com/johaven)) - Kamil Mysliwiec ([@&#8203;kamilmysliwiec](https://togithub.com/kamilmysliwiec)) - Micael Levi L. Cavalcante ([@&#8203;micalevisk](https://togithub.com/micalevisk)) - Shalva Kakauridze ([@&#8203;techsolvers-skakauridze](https://togithub.com/techsolvers-skakauridze)) - Steve ([@&#8203;ssilve1989](https://togithub.com/ssilve1989)) - YongtaekLee ([@&#8203;dragontaek-lee](https://togithub.com/dragontaek-lee)) - YoungJae Kwon ([@&#8203;yjiq150](https://togithub.com/yjiq150)) - [@&#8203;le-harivansh](https://togithub.com/le-harivansh) - [@&#8203;welfuture](https://togithub.com/welfuture) - zhengjitf ([@&#8203;zhengjitf](https://togithub.com/zhengjitf)) </details> <details> <summary>nestjs/nest (@&#8203;nestjs/core)</summary> ### [`v10.3.10`](https://togithub.com/nestjs/nest/compare/v10.3.9...b59d5acf472ef234f4a645dbe16de98e99e9ee4d) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.3.9...v10.3.10) ### [`v10.3.9`](https://togithub.com/nestjs/nest/releases/tag/v10.3.9) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.3.8...v10.3.9) ##### v10.3.9 (2024-06-03) ##### Bug fixes - `core` - [#&#8203;13453](https://togithub.com/nestjs/nest/pull/13453) fix(core): possible memory leak when using server side events ([@&#8203;zhengjitf](https://togithub.com/zhengjitf)) - [#&#8203;13405](https://togithub.com/nestjs/nest/pull/13405) fix(core): auto flush logs on synchronous internal errors ([@&#8203;micalevisk](https://togithub.com/micalevisk)) - `platform-fastify` - [#&#8203;13536](https://togithub.com/nestjs/nest/pull/13536) feat(fastify): Do not crash if enableVersioning is not used ([@&#8203;Fcmam5](https://togithub.com/Fcmam5)) ##### Enhancements - `platform-ws` - [#&#8203;13531](https://togithub.com/nestjs/nest/pull/13531) fix(ws): close existing connections ([@&#8203;bettercalljason](https://togithub.com/bettercalljason)) - `common`, `core` - [#&#8203;13428](https://togithub.com/nestjs/nest/pull/13428) feat(common): support empty `@Inject()` on constructor-based injection ([@&#8203;micalevisk](https://togithub.com/micalevisk)) - `core` - [#&#8203;13614](https://togithub.com/nestjs/nest/pull/13614) fix(core): prevent exclude method from overwriting previous calls ([@&#8203;dragontaek-lee](https://togithub.com/dragontaek-lee)) ##### Docs - `common` - [#&#8203;13471](https://togithub.com/nestjs/nest/pull/13471) doc: fix typos & clarify comments ([@&#8203;le-harivansh](https://togithub.com/le-harivansh)) ##### Dependencies - Other - [#&#8203;13619](https://togithub.com/nestjs/nest/pull/13619) chore(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.9.0 to 7.11.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13631](https://togithub.com/nestjs/nest/pull/13631) chore(deps): bump mysql2 from 3.9.7 to 3.9.8 in /sample/05-sql-typeorm ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13624](https://togithub.com/nestjs/nest/pull/13624) chore(deps-dev): bump mqtt from 5.6.0 to 5.7.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13617](https://togithub.com/nestjs/nest/pull/13617) chore(deps-dev): bump lint-staged from 15.2.2 to 15.2.5 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13611](https://togithub.com/nestjs/nest/pull/13611) chore(deps-dev): bump cache-manager from 5.5.2 to 5.5.3 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13610](https://togithub.com/nestjs/nest/pull/13610) chore(deps): bump fast-json-stringify from 5.15.1 to 5.16.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13620](https://togithub.com/nestjs/nest/pull/13620) chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.10.0 to 7.11.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13625](https://togithub.com/nestjs/nest/pull/13625) chore(deps-dev): bump artillery from 2.0.12 to 2.0.14 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13629](https://togithub.com/nestjs/nest/pull/13629) chore(deps-dev): bump nodemon from 3.1.0 to 3.1.2 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13633](https://togithub.com/nestjs/nest/pull/13633) chore(deps-dev): bump mysql2 from 3.9.7 to 3.10.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13588](https://togithub.com/nestjs/nest/pull/13588) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/04-grpc ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13591](https://togithub.com/nestjs/nest/pull/13591) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/02-gateways ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13592](https://togithub.com/nestjs/nest/pull/13592) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/01-cats-app ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13594](https://togithub.com/nestjs/nest/pull/13594) chore(deps-dev): bump core-js from 3.37.0 to 3.37.1 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13595](https://togithub.com/nestjs/nest/pull/13595) chore(deps-dev): bump redis from 4.6.13 to 4.6.14 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13596](https://togithub.com/nestjs/nest/pull/13596) chore(deps-dev): bump sinon from 17.0.1 to 18.0.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13597](https://togithub.com/nestjs/nest/pull/13597) chore(deps-dev): bump [@&#8203;grpc/grpc-js](https://togithub.com/grpc/grpc-js) from 1.10.7 to 1.10.8 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13602](https://togithub.com/nestjs/nest/pull/13602) chore(deps-dev): bump mongoose from 8.3.4 to 8.4.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13605](https://togithub.com/nestjs/nest/pull/13605) chore(deps-dev): bump nats from 2.25.0 to 2.26.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13606](https://togithub.com/nestjs/nest/pull/13606) chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.9.0 to 7.10.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13590](https://togithub.com/nestjs/nest/pull/13590) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/05-sql-typeorm ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13589](https://togithub.com/nestjs/nest/pull/13589) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/03-microservices ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13587](https://togithub.com/nestjs/nest/pull/13587) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/08-webpack ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13586](https://togithub.com/nestjs/nest/pull/13586) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/06-mongoose ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13585](https://togithub.com/nestjs/nest/pull/13585) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/09-babel-example ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13584](https://togithub.com/nestjs/nest/pull/13584) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/07-sequelize ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13583](https://togithub.com/nestjs/nest/pull/13583) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/11-swagger ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13576](https://togithub.com/nestjs/nest/pull/13576) chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13567](https://togithub.com/nestjs/nest/pull/13567) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/15-mvc ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13570](https://togithub.com/nestjs/nest/pull/13570) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/19-auth-jwt ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13563](https://togithub.com/nestjs/nest/pull/13563) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/20-cache ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13564](https://togithub.com/nestjs/nest/pull/13564) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/21-serializer ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13565](https://togithub.com/nestjs/nest/pull/13565) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/22-graphql-prisma ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13568](https://togithub.com/nestjs/nest/pull/13568) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/13-mongo-typeorm ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13569](https://togithub.com/nestjs/nest/pull/13569) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/12-graphql-schema-first ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13571](https://togithub.com/nestjs/nest/pull/13571) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/14-mongoose-base ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13572](https://togithub.com/nestjs/nest/pull/13572) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/16-gateways-ws ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13573](https://togithub.com/nestjs/nest/pull/13573) chore(deps-dev): bump artillery from 2.0.11 to 2.0.12 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13575](https://togithub.com/nestjs/nest/pull/13575) chore(deps-dev): bump chai-as-promised from 7.1.1 to 7.1.2 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13577](https://togithub.com/nestjs/nest/pull/13577) chore(deps-dev): bump nats from 2.24.0 to 2.25.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13578](https://togithub.com/nestjs/nest/pull/13578) chore(deps-dev): bump [@&#8203;types/node](https://togithub.com/types/node) from 20.12.11 to 20.12.12 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13579](https://togithub.com/nestjs/nest/pull/13579) chore(deps-dev): bump mqtt from 5.5.5 to 5.6.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13580](https://togithub.com/nestjs/nest/pull/13580) chore(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.8.0 to 7.9.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13518](https://togithub.com/nestjs/nest/pull/13518) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/29-file-upload ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13519](https://togithub.com/nestjs/nest/pull/13519) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/28-sse ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13520](https://togithub.com/nestjs/nest/pull/13520) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/26-queues ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13521](https://togithub.com/nestjs/nest/pull/13521) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/25-dynamic-modules ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13522](https://togithub.com/nestjs/nest/pull/13522) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/30-event-emitter ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13523](https://togithub.com/nestjs/nest/pull/13523) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/24-serve-static ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13524](https://togithub.com/nestjs/nest/pull/13524) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/27-scheduling ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13528](https://togithub.com/nestjs/nest/pull/13528) chore(deps-dev): bump cache-manager from 5.5.1 to 5.5.2 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13529](https://togithub.com/nestjs/nest/pull/13529) chore(deps-dev): bump [@&#8203;grpc/grpc-js](https://togithub.com/grpc/grpc-js) from 1.10.6 to 1.10.7 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13546](https://togithub.com/nestjs/nest/pull/13546) chore(deps-dev): bump mongoose from 8.3.3 to 8.3.4 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13549](https://togithub.com/nestjs/nest/pull/13549) chore(deps): bump undici and mercurius in /sample/33-graphql-mercurius ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13552](https://togithub.com/nestjs/nest/pull/13552) chore(deps-dev): bump [@&#8203;types/node](https://togithub.com/types/node) from 20.12.10 to 20.12.11 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13554](https://togithub.com/nestjs/nest/pull/13554) chore(deps-dev): bump [@&#8203;fastify/static](https://togithub.com/fastify/static) from 7.0.3 to 7.0.4 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13517](https://togithub.com/nestjs/nest/pull/13517) chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13545](https://togithub.com/nestjs/nest/pull/13545) chore(deps): bump fast-json-stringify from 5.14.1 to 5.15.1 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13544](https://togithub.com/nestjs/nest/pull/13544) chore(deps-dev): bump [@&#8203;types/node](https://togithub.com/types/node) from 20.12.7 to 20.12.10 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13540](https://togithub.com/nestjs/nest/pull/13540) chore(deps-dev): bump conventional-changelog from 5.1.0 to 6.0.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13539](https://togithub.com/nestjs/nest/pull/13539) chore(deps-dev): bump nats from 2.23.0 to 2.24.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13512](https://togithub.com/nestjs/nest/pull/13512) chore(deps-dev): bump mongoose from 8.3.2 to 8.3.3 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13474](https://togithub.com/nestjs/nest/pull/13474) chore(deps-dev): bump mysql2 from 3.9.6 to 3.9.7 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13490](https://togithub.com/nestjs/nest/pull/13490) chore(deps-dev): bump [@&#8203;commitlint/config-angular](https://togithub.com/commitlint/config-angular) from 19.2.2 to 19.3.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13499](https://togithub.com/nestjs/nest/pull/13499) chore(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.7.0 to 7.8.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13502](https://togithub.com/nestjs/nest/pull/13502) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/32-graphql-federation-schema-first/posts-application ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13503](https://togithub.com/nestjs/nest/pull/13503) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/32-graphql-federation-schema-first/gateway ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13504](https://togithub.com/nestjs/nest/pull/13504) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/31-graphql-federation-code-first/users-application ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13505](https://togithub.com/nestjs/nest/pull/13505) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/31-graphql-federation-code-first/posts-application ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13506](https://togithub.com/nestjs/nest/pull/13506) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/32-graphql-federation-schema-first/users-application ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13507](https://togithub.com/nestjs/nest/pull/13507) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/31-graphql-federation-code-first/gateway ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13510](https://togithub.com/nestjs/nest/pull/13510) chore(deps-dev): bump artillery from 2.0.10 to 2.0.11 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13511](https://togithub.com/nestjs/nest/pull/13511) chore(deps-dev): bump [@&#8203;fastify/view](https://togithub.com/fastify/view) from 9.0.0 to 9.1.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13513](https://togithub.com/nestjs/nest/pull/13513) chore(deps-dev): bump mqtt from 5.5.4 to 5.5.5 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13515](https://togithub.com/nestjs/nest/pull/13515) chore(deps-dev): bump [@&#8203;grpc/proto-loader](https://togithub.com/grpc/proto-loader) from 0.7.11 to 0.7.13 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13479](https://togithub.com/nestjs/nest/pull/13479) chore(deps-dev): bump nats from 2.22.0 to 2.23.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13487](https://togithub.com/nestjs/nest/pull/13487) chore(deps): bump mysql2 from 3.9.4 to 3.9.7 in /sample/07-sequelize ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13488](https://togithub.com/nestjs/nest/pull/13488) chore(deps): bump mysql2 from 3.9.4 to 3.9.7 in /sample/05-sql-typeorm ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13491](https://togithub.com/nestjs/nest/pull/13491) chore(deps-dev): bump [@&#8203;commitlint/cli](https://togithub.com/commitlint/cli) from 19.2.2 to 19.3.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13495](https://togithub.com/nestjs/nest/pull/13495) chore(deps-dev): bump supertest from 6.3.3 to 7.0.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13498](https://togithub.com/nestjs/nest/pull/13498) chore(deps-dev): bump mqtt from 5.5.2 to 5.5.4 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13500](https://togithub.com/nestjs/nest/pull/13500) chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.7.0 to 7.8.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - `platform-fastify` - [#&#8203;13525](https://togithub.com/nestjs/nest/pull/13525) chore(deps): bump [@&#8203;fastify/middie](https://togithub.com/fastify/middie) from 8.3.0 to 8.3.1 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13553](https://togithub.com/nestjs/nest/pull/13553) chore(deps): bump fastify from 4.26.2 to 4.27.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - `platform-ws` - [#&#8203;13509](https://togithub.com/nestjs/nest/pull/13509) chore(deps): bump ws from 8.16.0 to 8.17.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### Committers: 14 - Anaël Bonnafous ([@&#8203;AnaelBonnafous](https://togithub.com/AnaelBonnafous)) - Antonio Tripodi ([@&#8203;Tony133](https://togithub.com/Tony133)) - Fortas Abdeldjalil ([@&#8203;Fcmam5](https://togithub.com/Fcmam5)) - Jason ([@&#8203;bettercalljason](https://togithub.com/bettercalljason)) - Johaven ([@&#8203;johaven](https://togithub.com/johaven)) - Kamil Mysliwiec ([@&#8203;kamilmysliwiec](https://togithub.com/kamilmysliwiec)) - Micael Levi L. Cavalcante ([@&#8203;micalevisk](https://togithub.com/micalevisk)) - Shalva Kakauridze ([@&#8203;techsolvers-skakauridze](https://togithub.com/techsolvers-skakauridze)) - Steve ([@&#8203;ssilve1989](https://togithub.com/ssilve1989)) - YongtaekLee ([@&#8203;dragontaek-lee](https://togithub.com/dragontaek-lee)) - YoungJae Kwon ([@&#8203;yjiq150](https://togithub.com/yjiq150)) - [@&#8203;le-harivansh](https://togithub.com/le-harivansh) - [@&#8203;welfuture](https://togithub.com/welfuture) - zhengjitf ([@&#8203;zhengjitf](https://togithub.com/zhengjitf)) </details> <details> <summary>nestjs/nest (@&#8203;nestjs/platform-express)</summary> ### [`v10.3.10`](https://togithub.com/nestjs/nest/compare/v10.3.9...v10.3.10) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.3.9...v10.3.10) ### [`v10.3.9`](https://togithub.com/nestjs/nest/releases/tag/v10.3.9) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.3.8...v10.3.9) ##### v10.3.9 (2024-06-03) ##### Bug fixes - `core` - [#&#8203;13453](https://togithub.com/nestjs/nest/pull/13453) fix(core): possible memory leak when using server side events ([@&#8203;zhengjitf](https://togithub.com/zhengjitf)) - [#&#8203;13405](https://togithub.com/nestjs/nest/pull/13405) fix(core): auto flush logs on synchronous internal errors ([@&#8203;micalevisk](https://togithub.com/micalevisk)) - `platform-fastify` - [#&#8203;13536](https://togithub.com/nestjs/nest/pull/13536) feat(fastify): Do not crash if enableVersioning is not used ([@&#8203;Fcmam5](https://togithub.com/Fcmam5)) ##### Enhancements - `platform-ws` - [#&#8203;13531](https://togithub.com/nestjs/nest/pull/13531) fix(ws): close existing connections ([@&#8203;bettercalljason](https://togithub.com/bettercalljason)) - `common`, `core` - [#&#8203;13428](https://togithub.com/nestjs/nest/pull/13428) feat(common): support empty `@Inject()` on constructor-based injection ([@&#8203;micalevisk](https://togithub.com/micalevisk)) - `core` - [#&#8203;13614](https://togithub.com/nestjs/nest/pull/13614) fix(core): prevent exclude method from overwriting previous calls ([@&#8203;dragontaek-lee](https://togithub.com/dragontaek-lee)) ##### Docs - `common` - [#&#8203;13471](https://togithub.com/nestjs/nest/pull/13471) doc: fix typos & clarify comments ([@&#8203;le-harivansh](https://togithub.com/le-harivansh)) ##### Dependencies - Other - [#&#8203;13619](https://togithub.com/nestjs/nest/pull/13619) chore(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.9.0 to 7.11.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13631](https://togithub.com/nestjs/nest/pull/13631) chore(deps): bump mysql2 from 3.9.7 to 3.9.8 in /sample/05-sql-typeorm ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13624](https://togithub.com/nestjs/nest/pull/13624) chore(deps-dev): bump mqtt from 5.6.0 to 5.7.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13617](https://togithub.com/nestjs/nest/pull/13617) chore(deps-dev): bump lint-staged from 15.2.2 to 15.2.5 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13611](https://togithub.com/nestjs/nest/pull/13611) chore(deps-dev): bump cache-manager from 5.5.2 to 5.5.3 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13610](https://togithub.com/nestjs/nest/pull/13610) chore(deps): bump fast-json-stringify from 5.15.1 to 5.16.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13620](https://togithub.com/nestjs/nest/pull/13620) chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.10.0 to 7.11.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13625](https://togithub.com/nestjs/nest/pull/13625) chore(deps-dev): bump artillery from 2.0.12 to 2.0.14 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13629](https://togithub.com/nestjs/nest/pull/13629) chore(deps-dev): bump nodemon from 3.1.0 to 3.1.2 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13633](https://togithub.com/nestjs/nest/pull/13633) chore(deps-dev): bump mysql2 from 3.9.7 to 3.10.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13588](https://togithub.com/nestjs/nest/pull/13588) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/04-grpc ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13591](https://togithub.com/nestjs/nest/pull/13591) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/02-gateways ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13592](https://togithub.com/nestjs/nest/pull/13592) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/01-cats-app ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13594](https://togithub.com/nestjs/nest/pull/13594) chore(deps-dev): bump core-js from 3.37.0 to 3.37.1 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13595](https://togithub.com/nestjs/nest/pull/13595) chore(deps-dev): bump redis from 4.6.13 to 4.6.14 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13596](https://togithub.com/nestjs/nest/pull/13596) chore(deps-dev): bump sinon from 17.0.1 to 18.0.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13597](https://togithub.com/nestjs/nest/pull/13597) chore(deps-dev): bump [@&#8203;grpc/grpc-js](https://togithub.com/grpc/grpc-js) from 1.10.7 to 1.10.8 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13602](https://togithub.com/nestjs/nest/pull/13602) chore(deps-dev): bump mongoose from 8.3.4 to 8.4.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13605](https://togithub.com/nestjs/nest/pull/13605) chore(deps-dev): bump nats from 2.25.0 to 2.26.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13606](https://togithub.com/nestjs/nest/pull/13606) chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.9.0 to 7.10.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13590](https://togithub.com/nestjs/nest/pull/13590) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/05-sql-typeorm ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13589](https://togithub.com/nestjs/nest/pull/13589) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/03-microservices ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13587](https://togithub.com/nestjs/nest/pull/13587) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/08-webpack ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13586](https://togithub.com/nestjs/nest/pull/13586) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/06-mongoose ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13585](https://togithub.com/nestjs/nest/pull/13585) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/09-babel-example ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13584](https://togithub.com/nestjs/nest/pull/13584) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/07-sequelize ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13583](https://togithub.com/nestjs/nest/pull/13583) chore(deps): bump express and [@&#8203;nestjs/platform-express](https://togithub.com/nestjs/platform-express) in /sample/11-swagger ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13576](https://togithub.com/nestjs/nest/pull/13576) chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 ([@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#&#8203;13567](https://togithub.com/nestjs/nest/pull/13567) chore(deps): bump express a </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/playground). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5fada4f commit e4ab130

File tree

2 files changed

+67
-87
lines changed

2 files changed

+67
-87
lines changed

package-lock.json

Lines changed: 62 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"@harnessio/ff-javascript-client-sdk": "^1.21.0",
2020
"@harnessio/ff-nodejs-server-sdk": "^1.4.0",
2121
"@nestjs/axios": "^3.0.2",
22-
"@nestjs/common": "10.3.8",
23-
"@nestjs/core": "10.3.8",
24-
"@nestjs/platform-express": "10.3.8",
22+
"@nestjs/common": "10.3.10",
23+
"@nestjs/core": "10.3.10",
24+
"@nestjs/platform-express": "10.3.10",
2525
"@nestjs/serve-static": "^4.0.2",
2626
"@openfeature/env-var-provider": "^0.3.0",
2727
"@openfeature/flagd-provider": "^0.13.0",
@@ -74,8 +74,8 @@
7474
"@emotion/react": "11.11.4",
7575
"@emotion/styled": "11.11.5",
7676
"@mui/material": "^5.15.2",
77-
"@nestjs/schematics": "10.1.1",
78-
"@nestjs/testing": "10.3.8",
77+
"@nestjs/schematics": "10.1.3",
78+
"@nestjs/testing": "10.3.10",
7979
"@nrwl/tao": "17.3.2",
8080
"@nx/devkit": "17.3.2",
8181
"@nx/eslint-plugin": "17.3.2",

0 commit comments

Comments
 (0)