chore(deps): update dependency fastify to ^3.25.0 (#134)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-12-14 19:44:10 +01:00 committed by GitHub
parent 1685892bd4
commit 661bf13900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -2343,9 +2343,9 @@
"dev": true
},
"fastify": {
"version": "3.24.1",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-3.24.1.tgz",
"integrity": "sha512-ZL0V6u37d65tAY8lMwVMFtFvnEeJcG80QBNSdChqCm4i4x+is/38OU14gzJuRXhpenTL+pTJzNcu5Kn1ouzM3Q==",
"version": "3.25.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-3.25.0.tgz",
"integrity": "sha512-GblpjS7yuJ9jpkz1guHTyzlVQn9NYvGrMkDLtoxctEt7n1d6MSwA9i3p10HjNiY+zVurPf3YdOqXsJmVgAR3cg==",
"dev": true,
"requires": {
"@fastify/ajv-compiler": "^1.0.0",

View File

@ -40,7 +40,7 @@
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"fastify": "^3.24.1",
"fastify": "^3.25.0",
"jest": "^27.2.5",
"prettier": "^2.5.1",
"reflect-metadata": "^0.1.13",
@ -57,7 +57,7 @@
"peerDependencies": {
"@nestjs/common": "^8.2.3",
"express": "^4.17.1",
"fastify": "^3.24.1",
"fastify": "^3.25.0",
"typeorm": "^0.2.41"
},
"jest": {