chore(deps): update dependency fastify to ^4.1.0 (#248)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-06-22 10:06:13 +02:00 committed by GitHub
parent f166091715
commit b2d71fed29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -22,7 +22,7 @@
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"fastify": "^4.0.3",
"fastify": "^4.1.0",
"jest": "^28.1.1",
"prettier": "^2.7.1",
"reflect-metadata": "^0.1.13",
@ -36,7 +36,7 @@
"peerDependencies": {
"@nestjs/common": "^8.4.7",
"express": "^4.18.1",
"fastify": "^4.0.3",
"fastify": "^4.1.0",
"typeorm": "^0.3.6"
}
},
@ -3345,9 +3345,9 @@
"dev": true
},
"node_modules/fastify": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.0.3.tgz",
"integrity": "sha512-ACb3SXYQaN3zbRRND/51Dk/lmMkEJmGZ1YjSayzefCGX4UeHPw1it9PfJrfiuiG07FO2UxRC7Vxl+GwKfDi1Vw==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.1.0.tgz",
"integrity": "sha512-nze95u3wpVIsOXMmSi5kgUaEIZq2HJmerk/+ivFBPtYozAydoDg92BcsxDtO4cb8vW4RBkahx8zL5PgH9YulCw==",
"dev": true,
"dependencies": {
"@fastify/ajv-compiler": "^3.1.0",
@ -9832,9 +9832,9 @@
"dev": true
},
"fastify": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.0.3.tgz",
"integrity": "sha512-ACb3SXYQaN3zbRRND/51Dk/lmMkEJmGZ1YjSayzefCGX4UeHPw1it9PfJrfiuiG07FO2UxRC7Vxl+GwKfDi1Vw==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.1.0.tgz",
"integrity": "sha512-nze95u3wpVIsOXMmSi5kgUaEIZq2HJmerk/+ivFBPtYozAydoDg92BcsxDtO4cb8vW4RBkahx8zL5PgH9YulCw==",
"dev": true,
"requires": {
"@fastify/ajv-compiler": "^3.1.0",

View File

@ -40,7 +40,7 @@
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"fastify": "^4.0.3",
"fastify": "^4.1.0",
"jest": "^28.1.1",
"prettier": "^2.7.1",
"reflect-metadata": "^0.1.13",
@ -57,7 +57,7 @@
"peerDependencies": {
"@nestjs/common": "^8.4.7",
"express": "^4.18.1",
"fastify": "^4.0.3",
"fastify": "^4.1.0",
"typeorm": "^0.3.6"
},
"jest": {