chore(deps): update dependency fastify to ^4.8.1

This commit is contained in:
renovate[bot] 2022-10-10 09:45:03 +00:00
parent 1f6f240ac3
commit 54fee3891e
2 changed files with 18 additions and 18 deletions

32
package-lock.json generated
View File

@ -22,7 +22,7 @@
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.7.0",
"fastify": "^4.8.1",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"reflect-metadata": "^0.1.13",
@ -36,7 +36,7 @@
"peerDependencies": {
"@nestjs/common": "^9.1.4",
"express": "^4.18.2",
"fastify": "^4.7.0",
"fastify": "^4.8.1",
"typeorm": "^0.3.10"
}
},
@ -3412,9 +3412,9 @@
"dev": true
},
"node_modules/fastify": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.7.0.tgz",
"integrity": "sha512-FK3WT6arZOd2Fm696vIn90DOFr1f8QZbFcvUzYRPJTBV0pzm1xN8Y3n9yegtv1ajAxpdTwuLhB10Wwb/ptMRqQ==",
"version": "4.8.1",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.8.1.tgz",
"integrity": "sha512-3an6yyXg7j5XPHTRxgFqUwIRaJPR7F8OPR8Uboo0SIgHx1orOqc9Y8Sl5Kz8+xK7JCy3c3mfRujskDjMu/nFfA==",
"dev": true,
"dependencies": {
"@fastify/ajv-compiler": "^3.3.1",
@ -3422,7 +3422,7 @@
"@fastify/fast-json-stringify-compiler": "^4.1.0",
"abstract-logging": "^2.0.1",
"avvio": "^8.2.0",
"find-my-way": "^7.2.0",
"find-my-way": "^7.3.0",
"light-my-request": "^5.6.1",
"pino": "^8.5.0",
"process-warning": "^2.0.0",
@ -3509,9 +3509,9 @@
"peer": true
},
"node_modules/find-my-way": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-7.2.0.tgz",
"integrity": "sha512-27SFA5sSYDYFZCQ/7SSJB0yhStTP/qxKP1OEC8feZvkHFRuD3fGcQ97Y+0w8HpKTDfMYWXGU3h2ETRGt5zPWyA==",
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-7.3.1.tgz",
"integrity": "sha512-kGvM08SOkqvheLcuQ8GW9t/H901Qb9rZEbcNWbXopzy4jDRoaJpJoObPSKf4MnQLZ20ZTp7rL5MpF6rf+pqmyg==",
"dev": true,
"dependencies": {
"fast-deep-equal": "^3.1.3",
@ -9929,9 +9929,9 @@
"dev": true
},
"fastify": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.7.0.tgz",
"integrity": "sha512-FK3WT6arZOd2Fm696vIn90DOFr1f8QZbFcvUzYRPJTBV0pzm1xN8Y3n9yegtv1ajAxpdTwuLhB10Wwb/ptMRqQ==",
"version": "4.8.1",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.8.1.tgz",
"integrity": "sha512-3an6yyXg7j5XPHTRxgFqUwIRaJPR7F8OPR8Uboo0SIgHx1orOqc9Y8Sl5Kz8+xK7JCy3c3mfRujskDjMu/nFfA==",
"dev": true,
"requires": {
"@fastify/ajv-compiler": "^3.3.1",
@ -9939,7 +9939,7 @@
"@fastify/fast-json-stringify-compiler": "^4.1.0",
"abstract-logging": "^2.0.1",
"avvio": "^8.2.0",
"find-my-way": "^7.2.0",
"find-my-way": "^7.3.0",
"light-my-request": "^5.6.1",
"pino": "^8.5.0",
"process-warning": "^2.0.0",
@ -10019,9 +10019,9 @@
}
},
"find-my-way": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-7.2.0.tgz",
"integrity": "sha512-27SFA5sSYDYFZCQ/7SSJB0yhStTP/qxKP1OEC8feZvkHFRuD3fGcQ97Y+0w8HpKTDfMYWXGU3h2ETRGt5zPWyA==",
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-7.3.1.tgz",
"integrity": "sha512-kGvM08SOkqvheLcuQ8GW9t/H901Qb9rZEbcNWbXopzy4jDRoaJpJoObPSKf4MnQLZ20ZTp7rL5MpF6rf+pqmyg==",
"dev": true,
"requires": {
"fast-deep-equal": "^3.1.3",

View File

@ -40,7 +40,7 @@
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.7.0",
"fastify": "^4.8.1",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"reflect-metadata": "^0.1.13",
@ -57,7 +57,7 @@
"peerDependencies": {
"@nestjs/common": "^9.1.4",
"express": "^4.18.2",
"fastify": "^4.7.0",
"fastify": "^4.8.1",
"typeorm": "^0.3.10"
},
"jest": {