mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
Bumps [fastify](https://github.com/fastify/fastify) to 5.7.4 and updates ancestor dependency [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify). These dependencies need to be updated together. Updates `fastify` from 5.6.2 to 5.7.4 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.6.2...v5.7.4) Updates `@nestjs/platform-fastify` from 11.1.12 to 11.1.13 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.13/packages/platform-fastify) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.7.4 dependency-type: indirect - dependency-name: "@nestjs/platform-fastify" dependency-version: 11.1.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
631 B
JSON
25 lines
631 B
JSON
{
|
|
"name": "@nestjs/benchmarks",
|
|
"version": "1.0.0",
|
|
"description": "Nest - modern, fast, powerful node.js web framework (@benchmarks)",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"benchmarks": "tsc && node dist/main.js"
|
|
},
|
|
"dependencies": {
|
|
"@nestjs/common": "^11.1.12",
|
|
"@nestjs/core": "^11.1.12",
|
|
"@nestjs/platform-express": "^11.1.12",
|
|
"@nestjs/platform-fastify": "^11.1.13",
|
|
"express": "^5.2.1",
|
|
"fastify": "^5.7.4",
|
|
"reflect-metadata": "^0.2.2",
|
|
"rxjs": "^7.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/autocannon": "^7.12.7",
|
|
"autocannon": "^8.0.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|