chore(deps): update dependency fastify to ^4.22.2
This commit is contained in:
parent
72d53afcd4
commit
16367dcb34
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.1",
|
||||
"fastify": "^4.22.2",
|
||||
"jest": "^29.6.4",
|
||||
"pg": "^8.11.3",
|
||||
"prettier": "^3.0.3",
|
||||
@ -40,7 +40,7 @@
|
||||
"@nestjs/common": "^10.2.4",
|
||||
"@nestjs/swagger": "^7.1.10",
|
||||
"express": "^4.18.2",
|
||||
"fastify": "^4.22.1",
|
||||
"fastify": "^4.22.2",
|
||||
"typeorm": "^0.3.17"
|
||||
}
|
||||
},
|
||||
@ -3999,9 +3999,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/fastify": {
|
||||
"version": "4.22.1",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.1.tgz",
|
||||
"integrity": "sha512-Jz4NFqARAjCuxteYio+jQmZ3W+MHJQWJK0rEE66qY818q9GFCFUOZRHm0hwF1VcX/CnmdxcAycjNUHSG54Gn7g==",
|
||||
"version": "4.22.2",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.2.tgz",
|
||||
"integrity": "sha512-rK8mF/1mZJHH6H/L22OhmilTgrp5XMkk3RHcSy03LC+TJ6+wLhbq+4U62bjns15VzIbBNgxTqAForBqtGAa0NQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@fastify/ajv-compiler": "^3.5.0",
|
||||
@ -11232,9 +11232,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"fastify": {
|
||||
"version": "4.22.1",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.1.tgz",
|
||||
"integrity": "sha512-Jz4NFqARAjCuxteYio+jQmZ3W+MHJQWJK0rEE66qY818q9GFCFUOZRHm0hwF1VcX/CnmdxcAycjNUHSG54Gn7g==",
|
||||
"version": "4.22.2",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.2.tgz",
|
||||
"integrity": "sha512-rK8mF/1mZJHH6H/L22OhmilTgrp5XMkk3RHcSy03LC+TJ6+wLhbq+4U62bjns15VzIbBNgxTqAForBqtGAa0NQ==",
|
||||
"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.1",
|
||||
"fastify": "^4.22.2",
|
||||
"jest": "^29.6.4",
|
||||
"pg": "^8.11.3",
|
||||
"prettier": "^3.0.3",
|
||||
@ -63,7 +63,7 @@
|
||||
"@nestjs/common": "^10.2.4",
|
||||
"@nestjs/swagger": "^7.1.10",
|
||||
"express": "^4.18.2",
|
||||
"fastify": "^4.22.1",
|
||||
"fastify": "^4.22.2",
|
||||
"typeorm": "^0.3.17"
|
||||
},
|
||||
"jest": {
|
||||
|
Loading…
Reference in New Issue
Block a user