chore(deps): update dependency fastify to ^4.22.1
This commit is contained in:
parent
e9623e424b
commit
14667e61b5
16
package-lock.json
generated
16
package-lock.json
generated
@ -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",
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user