chore(deps): update dependency fastify to ^3.27.4 (#185)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-03-11 18:53:08 +01:00 committed by GitHub
parent ef0c987698
commit 5b2fb73baf
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

@ -2567,9 +2567,9 @@
"dev": true
},
"fastify": {
"version": "3.27.3",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-3.27.3.tgz",
"integrity": "sha512-Cvg0PF68JFzDREp7cEo1YSylzseK+w4FqREffB3sR4uaFHJf8g93rww5AMyvvOXdGVUyaD3r8IKUPn/VNcv8hw==",
"version": "3.27.4",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-3.27.4.tgz",
"integrity": "sha512-SOfnHBxG9zxCSIvt6aHoR/cao8QBddWmGP/mb5KQKRc+KI1kB7b79M2hCDOTSyHdLAF2OX+oI6X3weeLc+MqKg==",
"dev": true,
"requires": {
"@fastify/ajv-compiler": "^1.0.0",

View File

@ -40,7 +40,7 @@
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"fastify": "^3.27.3",
"fastify": "^3.27.4",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"reflect-metadata": "^0.1.13",
@ -57,7 +57,7 @@
"peerDependencies": {
"@nestjs/common": "^8.4.0",
"express": "^4.17.3",
"fastify": "^3.27.3",
"fastify": "^3.27.4",
"typeorm": "^0.2.45"
},
"jest": {