Files
nest/packages/platform-fastify/package.json
dependabot[bot] eed0eac1bc chore(deps): bump fastify from 4.19.1 to 4.19.2
Bumps [fastify](https://github.com/fastify/fastify) from 4.19.1 to 4.19.2.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.19.1...v4.19.2)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-04 00:39:50 +00:00

44 lines
1.0 KiB
JSON

{
"name": "@nestjs/platform-fastify",
"version": "10.0.5",
"description": "Nest - modern, fast, powerful node.js web framework (@platform-fastify)",
"author": "Kamil Mysliwiec",
"license": "MIT",
"homepage": "https://nestjs.com",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/nest"
},
"repository": {
"type": "git",
"url": "https://github.com/nestjs/nest.git",
"directory": "packages/platform-fastify"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@fastify/cors": "8.3.0",
"@fastify/formbody": "7.4.0",
"@fastify/middie": "8.3.0",
"fastify": "4.19.2",
"light-my-request": "5.10.0",
"path-to-regexp": "3.2.0",
"tslib": "2.6.0"
},
"peerDependencies": {
"@fastify/static": "^6.0.0",
"@fastify/view": "^7.0.0",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0"
},
"peerDependenciesMeta": {
"@fastify/static": {
"optional": true
},
"@fastify/view": {
"optional": true
}
}
}