chore(deps): update dependency fastify to ^4.22.1

This commit is contained in:
renovate[bot] 2023-08-31 18:28:20 +00:00
parent e9623e424b
commit 14667e61b5
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -24,7 +24,7 @@
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"fastify": "^4.22.0",
"fastify": "^4.22.1",
"jest": "^29.6.4",
"pg": "^8.11.3",
"prettier": "^3.0.3",
@ -40,7 +40,7 @@
"@nestjs/common": "^10.2.3",
"@nestjs/swagger": "^7.1.10",
"express": "^4.18.2",
"fastify": "^4.22.0",
"fastify": "^4.22.1",
"typeorm": "^0.3.17"
}
},
@ -3999,9 +3999,9 @@
"dev": true
},
"node_modules/fastify": {
"version": "4.22.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.0.tgz",
"integrity": "sha512-HLoBmetdQ6zaJohKW6jzUww8NnwHzkbIbUEyAzM+Nnf7cZVSXRuUV+6b2/xLmu6GGkruIFJ/bIQoKWYRx4wnAQ==",
"version": "4.22.1",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.1.tgz",
"integrity": "sha512-Jz4NFqARAjCuxteYio+jQmZ3W+MHJQWJK0rEE66qY818q9GFCFUOZRHm0hwF1VcX/CnmdxcAycjNUHSG54Gn7g==",
"dev": true,
"dependencies": {
"@fastify/ajv-compiler": "^3.5.0",
@ -11232,9 +11232,9 @@
"dev": true
},
"fastify": {
"version": "4.22.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.0.tgz",
"integrity": "sha512-HLoBmetdQ6zaJohKW6jzUww8NnwHzkbIbUEyAzM+Nnf7cZVSXRuUV+6b2/xLmu6GGkruIFJ/bIQoKWYRx4wnAQ==",
"version": "4.22.1",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.1.tgz",
"integrity": "sha512-Jz4NFqARAjCuxteYio+jQmZ3W+MHJQWJK0rEE66qY818q9GFCFUOZRHm0hwF1VcX/CnmdxcAycjNUHSG54Gn7g==",
"dev": true,
"requires": {
"@fastify/ajv-compiler": "^3.5.0",

View File

@ -44,7 +44,7 @@
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"fastify": "^4.22.0",
"fastify": "^4.22.1",
"jest": "^29.6.4",
"pg": "^8.11.3",
"prettier": "^3.0.3",
@ -63,7 +63,7 @@
"@nestjs/common": "^10.2.3",
"@nestjs/swagger": "^7.1.10",
"express": "^4.18.2",
"fastify": "^4.22.0",
"fastify": "^4.22.1",
"typeorm": "^0.3.17"
},
"jest": {